|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJMSTopicEndpointConfig
A facade on IEndpointConfig
providing direct access to configuration values applicable to JMS
topic based endpoints.. To obtain an instance, use
IEndpointConfig.getAdapter(com.sonicsw.esb.mgmtapi.config.IEndpointConfig.EndpointDestinationType)
passing in
IEndpointConfig.JMS_TOPIC
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig |
---|
IEndpointConfig.EndpointDestinationType, IEndpointConfig.EndpointType |
Nested classes/interfaces inherited from interface com.sonicsw.esb.mgmtapi.config.IQos |
---|
IQos.QOSLevel |
Field Summary | |
---|---|
static int |
FLOW_TO_DISK_OFF
|
static int |
FLOW_TO_DISK_ON
|
static int |
FLOW_TO_DISK_USE_BROKER_SETTING
|
Fields inherited from interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig |
---|
JMS_ENDPOINT_TYPE, JMS_QUEUE, JMS_TOPIC |
Fields inherited from interface com.sonicsw.esb.mgmtapi.config.IQos |
---|
AT_LEAST_ONCE, BEST_EFFORT, EXACTLY_ONCE |
Method Summary | |
---|---|
boolean |
getConcurrentDurable()
See the MQ Application Programming Guide book. |
java.lang.String |
getDurableSubscriptionName()
See the MQ Application Programming Guide book. |
int |
getFlowToDisk()
See FLOW_TO_DISK_USE_BROKER_SETTING FLOW_TO_DISK_ON and FLOW_TO_DISK_OFF |
boolean |
getSharedSubscriptions()
See the MQ Application Programming Guide book. |
void |
setConcurrentDurable(boolean concurrentDurable)
See the MQ Application Programming Guide book. |
void |
setDurableSubscriptionName(java.lang.String durableSubscriptionName)
See the MQ Application Programming Guide book. set the durable subscription name used by this endpoint. |
void |
setFlowToDisk(int flowToDisk)
Set the flow to disk behavior for publishers to this endpoint. |
void |
setSharedSubscriptions(boolean sharedSubscriptions)
See the MQ Application Programming Guide book. |
Methods inherited from interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig |
---|
getDestinationName, getIsTemporary, getMessageSelector, getPriority, getSendTimeout, getTimeToLive, setDestinationName, setIsTemporary, setMessageSelector, setPriority, setSendTimeout, setTimeToLive |
Methods inherited from interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig |
---|
getAdapter, getAdapter, getAsAddress, getConnection, getConnectionConfig, getDestinationType, getEndpointConfigType, getEndpointType, getQOSLevel, getWSDLUrl, isInheritJMSDefaultConnection, setConnectionConfig, setDestinationType, setEndpointTypeConfig, setQOSLevel, setWSDLUrl |
Methods inherited from interface com.sonicsw.esb.mgmtapi.config.IBaseConfig |
---|
getName, getType |
Field Detail |
---|
static final int FLOW_TO_DISK_USE_BROKER_SETTING
static final int FLOW_TO_DISK_ON
static final int FLOW_TO_DISK_OFF
Method Detail |
---|
boolean getConcurrentDurable()
void setConcurrentDurable(boolean concurrentDurable)
concurrentDurable
- -
true to enable Concurrent Durable subscriptions.java.lang.String getDurableSubscriptionName()
void setDurableSubscriptionName(java.lang.String durableSubscriptionName)
boolean getSharedSubscriptions()
void setSharedSubscriptions(boolean sharedSubscriptions)
sharedSubscriptions
- -
true to make this endpoint utilize Shared Subscriptions.int getFlowToDisk()
FLOW_TO_DISK_USE_BROKER_SETTING
FLOW_TO_DISK_ON
and FLOW_TO_DISK_OFF
void setFlowToDisk(int flowToDisk)
flowToDisk
- One of :
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |