Uses of Class
org.activemq.message.SessionInfo

Packages that use SessionInfo
org.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.activemq.broker.impl The default implementation of the JMS Broker 
 

Uses of SessionInfo in org.activemq.broker
 

Methods in org.activemq.broker with parameters of type SessionInfo
 void BrokerContainer.deregisterSession(BrokerClient client, SessionInfo info)
          De-register a client-side Session from the Broker (used for monitoring)
 void BrokerConnector.deregisterSession(BrokerClient client, SessionInfo info)
          De-register a client-side Session from the Broker (used for monitoring)
 void BrokerContainer.registerSession(BrokerClient client, SessionInfo info)
          Register a client-side Session (used for Monitoring)
 void BrokerConnector.registerSession(BrokerClient client, SessionInfo info)
          Register a client-side Session (used for Monitoring)
 

Uses of SessionInfo in org.activemq.broker.impl
 

Methods in org.activemq.broker.impl with parameters of type SessionInfo
 void BrokerContainerImpl.deregisterSession(BrokerClient client, SessionInfo info)
          De-register a client-side Session from the Broker (used for monitoring)
 void BrokerConnectorImpl.deregisterSession(BrokerClient client, SessionInfo info)
          De-register a client-side Session from the Broker (used for monitoring)
 void BrokerContainerImpl.registerSession(BrokerClient client, SessionInfo info)
          Register a client-side Session (used for Monitoring)
 void BrokerConnectorImpl.registerSession(BrokerClient client, SessionInfo info)
          Register a client-side Session (used for Monitoring)
 



Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.