Uses of Interface
org.apache.servicemix.jbi.nmr.flow.Flow

Packages that use Flow
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.nmr.flow.st   
 

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

Methods in org.apache.servicemix.jbi.container that return Flow
 Flow JBIContainer.getFlow()
           
 Flow[] JBIContainer.getFlows()
           
 

Methods in org.apache.servicemix.jbi.container with parameters of type Flow
 void JBIContainer.setFlow(Flow flow)
          Set the broker message flow
 void JBIContainer.setFlows(Flow[] flows)
          Set the broker message flows
 

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

Methods in org.apache.servicemix.jbi.nmr that return Flow
 Flow[] DefaultBroker.getFlows()
           
 

Methods in org.apache.servicemix.jbi.nmr with parameters of type Flow
 void DefaultBroker.setFlows(Flow[] flows)
          Set the flow
 

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

Classes in org.apache.servicemix.jbi.nmr.flow that implement Flow
 class AbstractFlow
          A simple Straight through flow
 

Methods in org.apache.servicemix.jbi.nmr.flow that return Flow
 Flow FlowChooser.chooseFlow(Flow[] flows, javax.jbi.messaging.MessageExchange exchange)
          Choose a flow amongst the available flows.
 Flow DefaultFlowChooser.chooseFlow(Flow[] flows, javax.jbi.messaging.MessageExchange exchange)
           
static Flow FlowProvider.getFlow(String flow)
          Locate a Flow
 

Methods in org.apache.servicemix.jbi.nmr.flow with parameters of type Flow
 Flow FlowChooser.chooseFlow(Flow[] flows, javax.jbi.messaging.MessageExchange exchange)
          Choose a flow amongst the available flows.
 Flow DefaultFlowChooser.chooseFlow(Flow[] flows, javax.jbi.messaging.MessageExchange exchange)
           
 

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

Classes in org.apache.servicemix.jbi.nmr.flow.jca that implement Flow
 class JCAFlow
          Use for message routing among a network of containers.
 

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

Classes in org.apache.servicemix.jbi.nmr.flow.jms that implement Flow
 class AbstractJMSFlow
          Use for message routing among a network of containers.
 class JMSFlow
          Use for message routing among a network of containers.
 class JMSFlowTibco
          Use for message routing among a network of containers.
 

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

Classes in org.apache.servicemix.jbi.nmr.flow.seda that implement Flow
 class SedaFlow
          The SedaFlow introduces a simple event staging between the internal processes in the NMR Broker.
 

Uses of Flow in org.apache.servicemix.jbi.nmr.flow.st
 

Classes in org.apache.servicemix.jbi.nmr.flow.st that implement Flow
 class STFlow
          A simple Straight through flow.
 



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