|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionInfo | |
org.activemq.advisories | Helper classes for listening to advisory messages. |
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 |
org.activemq.security | Plugable Security Adapter framework along with default implementations such as the JAAS implementation. |
org.activemq.security.jassjacc |
Uses of ConnectionInfo in org.activemq.advisories |
Methods in org.activemq.advisories that return ConnectionInfo | |
ConnectionInfo |
ConnectionAdvisoryEvent.getInfo()
|
Uses of ConnectionInfo in org.activemq.broker |
Methods in org.activemq.broker that return ConnectionInfo | |
ConnectionInfo |
BrokerClient.getConnectionInfo()
|
Methods in org.activemq.broker with parameters of type ConnectionInfo | |
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 |
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 |
Uses of ConnectionInfo in org.activemq.broker.impl |
Methods in org.activemq.broker.impl that return ConnectionInfo | |
ConnectionInfo |
BrokerClientImpl.getConnectionInfo()
|
Methods in org.activemq.broker.impl with parameters of type ConnectionInfo | |
void |
BrokerClientImpl.consumeConnectionInfo(ConnectionInfo info)
register with the Broker |
void |
BrokerConnectorImpl.registerClient(BrokerClient client,
ConnectionInfo info)
Register a Broker Client |
void |
BrokerConnectorImpl.deregisterClient(BrokerClient client,
ConnectionInfo info)
Deregister a Broker Client |
void |
DefaultBroker.addClient(BrokerClient client,
ConnectionInfo info)
|
void |
DefaultBroker.removeClient(BrokerClient client,
ConnectionInfo info)
|
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.activemq.security |
Methods in org.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.activemq.security.jassjacc |
Methods in org.activemq.security.jassjacc with parameters of type ConnectionInfo | |
void |
JassJaccSecurityAdapter.authorizeConnection(BrokerClient client,
ConnectionInfo info)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |