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.gbean The JMS container using GBeaps for deployment in Geronimo or other JSR 77/88 based containers  
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 BrokerClient.getBrokerConnector()
           
 BrokerConnector BrokerContext.getConnectorByURL(String url)
           
 

Methods in org.codehaus.activemq.broker with parameters of type BrokerConnector
 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
 void BrokerContext.registerConnector(String url, BrokerConnector connector)
           
 

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 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 ActiveMQConnectorGBean.createBrokerConnector()
           
 

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 Protique, Ltd.. All Rights Reserved.