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 BrokerConnector.registerSession(BrokerClient client, SessionInfo info)
          Register a client-side Session (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 BrokerContainer.deregisterSession(BrokerClient client, SessionInfo info)
          De-register a client-side Session from the Broker (used for monitoring)
 

Uses of SessionInfo in org.activemq.broker.impl
 

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



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