Uses of Interface
org.apache.servicemix.jbi.nmr.Broker

Packages that use Broker
org.apache.servicemix.jbi.container The JBI Container implementation and supporting classes 
org.apache.servicemix.jbi.nmr The Normalized Message Router implementation. 
org.apache.servicemix.jbi.nmr.flow   
org.apache.servicemix.jbi.nmr.flow.jca   
org.apache.servicemix.jbi.nmr.flow.jms   
org.apache.servicemix.jbi.nmr.flow.seda   
org.apache.servicemix.jbi.security   
 

Uses of Broker in org.apache.servicemix.jbi.container
 

Fields in org.apache.servicemix.jbi.container declared as Broker
protected  Broker JBIContainer.broker
           
 

Methods in org.apache.servicemix.jbi.container that return Broker
 Broker JBIContainer.getBroker()
           
 

Methods in org.apache.servicemix.jbi.container with parameters of type Broker
 void JBIContainer.setBroker(Broker broker)
          Set the Broker to use
 

Uses of Broker in org.apache.servicemix.jbi.nmr
 

Classes in org.apache.servicemix.jbi.nmr that implement Broker
 class DefaultBroker
          The Broker handles Nomalised Message Routing within ServiceMix
 

Methods in org.apache.servicemix.jbi.nmr with parameters of type Broker
 void SubscriptionManager.init(Broker broker, Registry reg)
          Initialize the SubscriptionManager
 

Uses of Broker in org.apache.servicemix.jbi.nmr.flow
 

Fields in org.apache.servicemix.jbi.nmr.flow declared as Broker
protected  Broker AbstractFlow.broker
           
 

Methods in org.apache.servicemix.jbi.nmr.flow that return Broker
 Broker Flow.getBroker()
          Get the broker associated with this flow
 Broker AbstractFlow.getBroker()
           
 

Methods in org.apache.servicemix.jbi.nmr.flow with parameters of type Broker
 void Flow.init(Broker broker)
          Initialize the Region
 void AbstractFlow.init(Broker br)
          Initialize the Region
 

Uses of Broker in org.apache.servicemix.jbi.nmr.flow.jca
 

Methods in org.apache.servicemix.jbi.nmr.flow.jca with parameters of type Broker
 void JCAFlow.init(Broker broker)
          Initialize the Region
 

Uses of Broker in org.apache.servicemix.jbi.nmr.flow.jms
 

Methods in org.apache.servicemix.jbi.nmr.flow.jms with parameters of type Broker
 void AbstractJMSFlow.init(Broker broker)
          Initialize the Region
 

Uses of Broker in org.apache.servicemix.jbi.nmr.flow.seda
 

Methods in org.apache.servicemix.jbi.nmr.flow.seda with parameters of type Broker
 void SedaFlow.init(Broker broker)
          Initialize the Region
 

Uses of Broker in org.apache.servicemix.jbi.security
 

Classes in org.apache.servicemix.jbi.security that implement Broker
 class SecuredBroker
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.