Uses of Class
net.timewalker.ffmq4.common.session.AbstractSession
-
-
Uses of AbstractSession in net.timewalker.ffmq4.common.connection
Methods in net.timewalker.ffmq4.common.connection that return AbstractSession Modifier and Type Method Description AbstractSessionAbstractConnection. lookupRegisteredSession(IntegerID sessionId)Lookup a registered sessionMethods in net.timewalker.ffmq4.common.connection with parameters of type AbstractSession Modifier and Type Method Description protected voidAbstractConnection. registerSession(AbstractSession sessionToAdd)Register a sessionvoidAbstractConnection. unregisterSession(AbstractSession sessionToRemove)Unregister a session -
Uses of AbstractSession in net.timewalker.ffmq4.common.message
Methods in net.timewalker.ffmq4.common.message that return AbstractSession Modifier and Type Method Description protected AbstractSessionAbstractMessage. getSession()Get the parent sessionMethods in net.timewalker.ffmq4.common.message with parameters of type AbstractSession Modifier and Type Method Description voidAbstractMessage. setSession(AbstractSession session)Set the message session -
Uses of AbstractSession in net.timewalker.ffmq4.common.session
Fields in net.timewalker.ffmq4.common.session declared as AbstractSession Modifier and Type Field Description protected AbstractSessionAbstractMessageHandler. sessionprotected AbstractSessionAbstractQueueBrowser. sessionMethods in net.timewalker.ffmq4.common.session that return AbstractSession Modifier and Type Method Description AbstractSessionAbstractMessageHandler. getSession()Get the parent sessionConstructors in net.timewalker.ffmq4.common.session with parameters of type AbstractSession Constructor Description AbstractMessageConsumer(AbstractSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal, IntegerID consumerId)ConstructorAbstractMessageHandler(AbstractSession session, javax.jms.Destination destination, IntegerID handlerId)ConstructorAbstractMessageProducer(AbstractSession session, javax.jms.Destination destination, IntegerID producerId)ConstructorAbstractQueueBrowser(AbstractSession session, javax.jms.Queue queue, String messageSelector, IntegerID browserId)Constructor -
Uses of AbstractSession in net.timewalker.ffmq4.local.session
Subclasses of AbstractSession in net.timewalker.ffmq4.local.session Modifier and Type Class Description classLocalQueueSessionQueue specific implementation of a localSessionclassLocalSessionImplementation of a local JMSSessionclassLocalTopicSessionTopic specific implementation of a localSession -
Uses of AbstractSession in net.timewalker.ffmq4.remote.session
Subclasses of AbstractSession in net.timewalker.ffmq4.remote.session Modifier and Type Class Description classRemoteQueueSessionRemoteQueueSessionclassRemoteSessionRemoteSessionclassRemoteTopicSessionRemoteTopicSession
-