Package com.swiftmq.jms.v600
Class TopicConnectionImpl
- java.lang.Object
-
- com.swiftmq.tools.requestreply.RequestServiceRegistry
-
- com.swiftmq.jms.v600.ConnectionImpl
-
- com.swiftmq.jms.v600.TopicConnectionImpl
-
- All Implemented Interfaces:
SwiftMQConnection
,Recreatable
,RecreatableConnection
,ExceptionHandler
,InboundHandler
,ReplyHandler
,RequestHandler
,TimerListener
,javax.jms.Connection
,javax.jms.TopicConnection
- Direct Known Subclasses:
XATopicConnectionImpl
public class TopicConnectionImpl extends ConnectionImpl implements javax.jms.TopicConnection
-
-
Field Summary
-
Fields inherited from class com.swiftmq.jms.v600.ConnectionImpl
CLIENT_VERSION, CONNECTED_STARTED, CONNECTED_STOPPED, DISCONNECTED, DISPATCH_TOKEN
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TopicConnectionImpl(java.lang.String userName, java.lang.String password, Reconnector reconnector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jms.TopicSession
createTopicSession(boolean transacted, int acknowledgeMode)
-
Methods inherited from class com.swiftmq.jms.v600.ConnectionImpl
addReconnectListener, cancel, cancelAndNotify, close, createConnectionConsumer, createConnectionConsumer, createConnectionConsumer, createDurableConnectionConsumer, createSession, dataAvailable, deleteTempQueue, getAuthenticateRequest, getAuthenticateResponse, getClientID, getConnectionId, getConnectionState, getExceptionListener, getGetClientIdRequest, getInternalCID, getLastConnectionLost, getMetaData, getMetaDataRequest, getRecreatables, getRecreateRequest, getSetClientIdRequest, getUserName, getVersionRequest, handOver, isDuplicateMessageDetection, isReconnectEnabled, onException, performReply, performRequest, performTimeAction, prepareForReconnect, removeReconnectListener, setAuthenticateReply, setAuthenticateResponseReply, setClientID, setDuplicateBacklogSize, setDuplicateMessageDetection, setExceptionListener, setGetClientIdReply, setMetaDataReply, setRecreateReply, setSetClientIdReply, setVersionReply, start, stop, verifyState
-
Methods inherited from class com.swiftmq.tools.requestreply.RequestServiceRegistry
addRequestService, dispatch, getNextFreeDispatchId, getNumberServices, getRequestService, isSendExceptionEnabled, removeRequestService, setReplyHandler
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
TopicConnectionImpl
protected TopicConnectionImpl(java.lang.String userName, java.lang.String password, Reconnector reconnector) throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
-
-