Uses of Interface
org.codehaus.activemq.broker.BrokerConnector

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.transport The transport abstraction layer for sending and receiving Packets over a network  
org.codehaus.activemq.transport.peer   
org.codehaus.activemq.transport.vm An implementation of the transport layer using intra-JVM communication  
 

Uses of BrokerConnector in org.codehaus.activemq
 

Methods in org.codehaus.activemq that return BrokerConnector
protected  BrokerConnector ActiveMQConnectionFactory.createBrokerConnector(String url)
           
 

Methods in org.codehaus.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.codehaus.activemq.broker
 

Methods in org.codehaus.activemq.broker that return BrokerConnector
 BrokerConnector BrokerContext.getConnectorByURL(String url)
           
 BrokerConnector BrokerClient.getBrokerConnector()
           
 

Methods in org.codehaus.activemq.broker with parameters of type BrokerConnector
 void BrokerContext.registerConnector(String url, BrokerConnector connector)
           
 void BrokerClient.initialize(BrokerConnector brokerConnector, TransportChannel channel)
          Initialize the Brokerclient
 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.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 that return BrokerConnector
 BrokerConnector BrokerClientImpl.getBrokerConnector()
           
 

Methods in org.codehaus.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.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport that return BrokerConnector
 BrokerConnector TransportChannel.getEmbeddedBrokerConnector()
          Some transports that rely on an embedded broker need to create the connector used by the broker
 BrokerConnector TransportChannelSupport.getEmbeddedBrokerConnector()
          Some transports that rely on an embedded broker need to create the connector used by the broker
 

Uses of BrokerConnector in org.codehaus.activemq.transport.peer
 

Fields in org.codehaus.activemq.transport.peer declared as BrokerConnector
protected  BrokerConnector PeerTransportChannel.brokerConnector
           
 

Methods in org.codehaus.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.codehaus.activemq.transport.vm
 

Methods in org.codehaus.activemq.transport.vm with parameters of type BrokerConnector
 void VmTransportChannel.connect(BrokerConnector brokerConnector)
          Connects the client side transport channel with the broker
 



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