Package com.webmethods.jms
Interface WmTopicConnection
-
- All Superinterfaces:
javax.jms.Connection
,javax.jms.TopicConnection
,WmConnection
- All Known Implementing Classes:
WmClusterTopicConnectionImpl
,WmClusterXATopicConnectionImpl
,WmCompositeClusterTopicConnectionImpl
,WmCompositeClusterXATopicConnectionImpl
,WmTopicConnectionImpl
,WmXATopicConnectionImpl
public interface WmTopicConnection extends WmConnection, javax.jms.TopicConnection
Interface defining webMethods extensions to javax.jms.TopicConnection.
-
-
Field Summary
-
Fields inherited from interface com.webmethods.jms.WmConnection
ENCRYPT_LEVEL_ENCRYPTION, ENCRYPT_LEVEL_NO_ENCRYPTION, ENCRYPT_LEVEL_US_DOMESTIC, ENCRYPT_LEVEL_US_EXPORT
-
-
Method Summary
-
Methods inherited from interface javax.jms.Connection
close, createConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
Methods inherited from interface javax.jms.TopicConnection
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession
-
Methods inherited from interface com.webmethods.jms.WmConnection
getAccessLabel, getBroker, getFactory, getSSLEncryptionLevel, getSSLServerCertificate, getTerritory, ping
-
-