Uses of Class
net.timewalker.ffmq4.common.connection.AbstractConnection
-
Packages that use AbstractConnection Package Description net.timewalker.ffmq4.common.destination net.timewalker.ffmq4.common.session net.timewalker.ffmq4.local.connection net.timewalker.ffmq4.remote.connection -
-
Uses of AbstractConnection in net.timewalker.ffmq4.common.destination
Constructors in net.timewalker.ffmq4.common.destination with parameters of type AbstractConnection Constructor Description TemporaryQueueRef(AbstractConnection connection, String queueName)ConstructorTemporaryTopicRef(AbstractConnection connection, String topicName)Constructor -
Uses of AbstractConnection in net.timewalker.ffmq4.common.session
Fields in net.timewalker.ffmq4.common.session declared as AbstractConnection Modifier and Type Field Description protected AbstractConnectionAbstractMessageHandler. connectionprotected AbstractConnectionAbstractSession. connectionMethods in net.timewalker.ffmq4.common.session that return AbstractConnection Modifier and Type Method Description AbstractConnectionAbstractSession. getConnection()Constructors in net.timewalker.ffmq4.common.session with parameters of type AbstractConnection Constructor Description AbstractSession(AbstractConnection connection, boolean transacted, int acknowledgeMode)ConstructorAbstractSession(IntegerID id, AbstractConnection connection, boolean transacted, int acknowledgeMode)Constructor -
Uses of AbstractConnection in net.timewalker.ffmq4.local.connection
Subclasses of AbstractConnection in net.timewalker.ffmq4.local.connection Modifier and Type Class Description classLocalConnectionLocal implementation of a JMSConnectionclassLocalQueueConnectionLocal implementation of a JMSQueueConnectionclassLocalTopicConnectionLocal implementation of a JMSTopicConnection -
Uses of AbstractConnection in net.timewalker.ffmq4.remote.connection
Subclasses of AbstractConnection in net.timewalker.ffmq4.remote.connection Modifier and Type Class Description classRemoteConnectionRemoteConnectionclassRemoteQueueConnectionRemoteQueueConnectionclassRemoteTopicConnectionRemoteTopicConnection
-