|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionInfo | |
org.codehaus.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.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
org.codehaus.activemq.security | Plugable Security Adapter framework along with default implementations such as the JAAS implementation. |
org.codehaus.activemq.security.jassjacc |
Uses of ConnectionInfo in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker with parameters of type ConnectionInfo | |
void |
BrokerConnector.registerClient(BrokerClient client,
ConnectionInfo info)
Register a Broker Client |
void |
BrokerConnector.deregisterClient(BrokerClient client,
ConnectionInfo info)
Deregister a Broker Client |
void |
BrokerContainer.registerConnection(BrokerClient client,
ConnectionInfo info)
registers a new Connection |
void |
BrokerContainer.deregisterConnection(BrokerClient client,
ConnectionInfo info)
un-registers a Connection |
void |
Broker.addClient(BrokerClient client,
ConnectionInfo info)
Notification of a new client attempting to connect, which can be rejected if authentication or authorization fails. |
void |
Broker.removeClient(BrokerClient client,
ConnectionInfo info)
A hint to the broker that an BrokerClient has stopped This enables the broker to clean-up any outstanding processing that may be outstanding |
Uses of ConnectionInfo in org.codehaus.activemq.broker.impl |
Methods in org.codehaus.activemq.broker.impl with parameters of type ConnectionInfo | |
void |
BrokerClientImpl.consumeConnectionInfo(ConnectionInfo info)
register with the Broker |
void |
DefaultBroker.addClient(BrokerClient client,
ConnectionInfo info)
|
void |
DefaultBroker.removeClient(BrokerClient client,
ConnectionInfo info)
|
void |
BrokerConnectorImpl.registerClient(BrokerClient client,
ConnectionInfo info)
Register a Broker Client |
void |
BrokerConnectorImpl.deregisterClient(BrokerClient client,
ConnectionInfo info)
Deregister a Broker Client |
void |
BrokerContainerImpl.registerConnection(BrokerClient client,
ConnectionInfo info)
registers a new Connection |
void |
BrokerContainerImpl.deregisterConnection(BrokerClient client,
ConnectionInfo info)
un-registers a Connection |
Uses of ConnectionInfo in org.codehaus.activemq.security |
Methods in org.codehaus.activemq.security with parameters of type ConnectionInfo | |
void |
SecurityAdapter.authorizeConnection(BrokerClient client,
ConnectionInfo info)
Authenticates the connection and authorizes it for use with this Message Broker |
Uses of ConnectionInfo in org.codehaus.activemq.security.jassjacc |
Methods in org.codehaus.activemq.security.jassjacc with parameters of type ConnectionInfo | |
void |
JassJaccSecurityAdapter.authorizeConnection(BrokerClient client,
ConnectionInfo info)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |