|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerConnector | |
org.codehaus.activemq | The core JMS client implementation classes |
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.gbean | The JMS container using GBeaps for deployment in Geronimo or other JSR 77/88 based containers |
Uses of BrokerConnector in org.codehaus.activemq |
Methods in org.codehaus.activemq that return BrokerConnector | |
protected BrokerConnector |
ActiveMQConnectionFactory.createBrokerConnector(java.lang.String url)
|
Methods in org.codehaus.activemq with parameters of type BrokerConnector | |
static void |
ActiveMQConnectionFactory.registerBroker(java.lang.String theURLString,
BrokerConnector brokerConnector)
|
protected TransportChannel |
ActiveMQConnectionFactory.ensureServerIsAvailable(java.net.URI remoteLocation,
TransportChannel channel,
BrokerConnector brokerConnector,
boolean created)
|
protected TransportChannel |
ActiveMQConnectionFactory.ensureMulticastChannelIsAvailable(java.net.URI remoteLocation,
TransportChannel channel,
BrokerConnector brokerConnector,
boolean created)
|
Uses of BrokerConnector in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker with parameters of type BrokerConnector | |
void |
BrokerContainer.addConnector(BrokerConnector connector)
Called when a new connector is added to this container |
void |
BrokerContainer.removeConnector(BrokerConnector connector)
Called when a connector is removed to this container |
void |
BrokerClient.initialize(BrokerConnector brokerConnector,
TransportChannel channel)
Initialize the Brokerclient |
Uses of BrokerConnector in org.codehaus.activemq.broker.impl |
Classes in org.codehaus.activemq.broker.impl that implement BrokerConnector | |
class |
BrokerConnectorImpl
An implementation of the broker (the JMS server) |
Methods in org.codehaus.activemq.broker.impl with parameters of type BrokerConnector | |
void |
BrokerContainerImpl.addConnector(BrokerConnector connector)
|
void |
BrokerContainerImpl.removeConnector(BrokerConnector connector)
|
void |
BrokerClientImpl.initialize(BrokerConnector brokerConnector,
TransportChannel channel)
Initialize the BrokerClient |
Uses of BrokerConnector in org.codehaus.activemq.gbean |
Methods in org.codehaus.activemq.gbean that return BrokerConnector | |
protected BrokerConnector |
ActiveMQConnector.createBrokerConnector()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |