Package com.webmethods.jms
Interface WmTopic
-
- All Superinterfaces:
javax.jms.Destination
,javax.jms.Topic
,WmDestination
- All Known Implementing Classes:
WmTemporaryTopicImpl
,WmTopicImpl
public interface WmTopic extends WmDestination, javax.jms.Topic
Interface defining webMethods extensions to javax.jms.Topic.
-
-
Field Summary
-
Fields inherited from interface com.webmethods.jms.WmDestination
SHARED_STATE_ORDERING_NONE, SHARED_STATE_ORDERING_PUBLISHER, SHARED_STATE_ORDERING_SESSION, WILDCARD
-
-
Method Summary
-
Methods inherited from interface com.webmethods.jms.WmDestination
getDeadLetterOnly, getEventType, getLocalOnly, getName, getPriorityOrdering, getReadOnly, getSharedState, getSharedStateOrdering, isWildCard, setDeadLetterOnly, setEventType, setLocalOnly, setName, setPriorityOrdering, setReadOnly, setSharedState, setSharedStateOrdering
-
-