|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerConnector | |
org.activemq | The core JMS client implementation classes |
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.transport | The transport abstraction layer for sending and receiving Packets over a network |
org.activemq.transport.peer | |
org.activemq.transport.remote | |
org.activemq.transport.vm | An implementation of the transport layer using intra-JVM communication |
Uses of BrokerConnector in org.activemq |
Methods in org.activemq that return BrokerConnector | |
protected BrokerConnector |
ActiveMQConnectionFactory.createBrokerConnector(String url)
|
Methods in org.activemq with parameters of type BrokerConnector | |
static void |
ActiveMQConnectionFactory.registerBroker(String theURLString,
BrokerConnector brokerConnector)
|
protected TransportChannel |
ActiveMQConnectionFactory.ensureServerIsAvailable(URI remoteLocation,
TransportChannel channel,
BrokerConnector brokerConnector,
boolean created)
|
protected TransportChannel |
ActiveMQConnectionFactory.ensureMulticastChannelIsAvailable(URI remoteLocation,
TransportChannel channel,
BrokerConnector brokerConnector,
boolean created)
|
Uses of BrokerConnector in org.activemq.broker |
Methods in org.activemq.broker that return BrokerConnector | |
BrokerConnector |
BrokerClient.getBrokerConnector()
|
BrokerConnector |
BrokerContext.getConnectorByURL(String url)
|
Methods in org.activemq.broker with parameters of type BrokerConnector | |
void |
BrokerClient.initialize(BrokerConnector brokerConnector,
TransportChannel channel)
Initialize the Brokerclient |
void |
BrokerContext.registerConnector(String url,
BrokerConnector connector)
|
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 |
Uses of BrokerConnector in org.activemq.broker.impl |
Classes in org.activemq.broker.impl that implement BrokerConnector | |
class |
BrokerConnectorImpl
An implementation of the broker (the JMS server) |
Methods in org.activemq.broker.impl that return BrokerConnector | |
BrokerConnector |
BrokerClientImpl.getBrokerConnector()
|
Methods in org.activemq.broker.impl with parameters of type BrokerConnector | |
void |
BrokerClientImpl.initialize(BrokerConnector brokerConnector,
TransportChannel channel)
Initialize the BrokerClient |
void |
BrokerContainerImpl.addConnector(BrokerConnector connector)
|
void |
BrokerContainerImpl.removeConnector(BrokerConnector connector)
|
Uses of BrokerConnector in org.activemq.transport |
Methods in org.activemq.transport that return BrokerConnector | |
BrokerConnector |
TransportChannelSupport.getEmbeddedBrokerConnector()
Some transports that rely on an embedded broker need to create the connector used by the broker |
BrokerConnector |
TransportChannel.getEmbeddedBrokerConnector()
Some transports that rely on an embedded broker need to create the connector used by the broker |
Uses of BrokerConnector in org.activemq.transport.peer |
Fields in org.activemq.transport.peer declared as BrokerConnector | |
protected BrokerConnector |
PeerTransportChannel.brokerConnector
|
Methods in org.activemq.transport.peer that return BrokerConnector | |
BrokerConnector |
PeerTransportChannel.getEmbeddedBrokerConnector()
Some transports that rely on an embedded broker need to create the connector used by the broker |
Uses of BrokerConnector in org.activemq.transport.remote |
Methods in org.activemq.transport.remote that return BrokerConnector | |
BrokerConnector |
RemoteTransportChannel.getEmbeddedBrokerConnector()
Some transports that rely on an embedded broker need to create the connector used by the broker |
Uses of BrokerConnector in org.activemq.transport.vm |
Methods in org.activemq.transport.vm with parameters of type BrokerConnector | |
void |
VmTransportChannel.connect(BrokerConnector brokerConnector)
Connects the client side transport channel with the broker |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |