Uses of Interface
org.tubo.resource.flow.FlowContext

Packages that use FlowContext
org.tubo.resource   
org.tubo.resource.component   
org.tubo.resource.component.echo   
org.tubo.resource.component.transform   
org.tubo.resource.consumer   
org.tubo.resource.consumer.serversocketlinereader   
org.tubo.resource.flow   
org.tubo.resource.springimpl   
 

Uses of FlowContext in org.tubo.resource
 

Methods in org.tubo.resource that return FlowContext
 FlowContext ResourceManager.getNewFlowContext()
          Create a new FlowContext instance
 

Uses of FlowContext in org.tubo.resource.component
 

Methods in org.tubo.resource.component with parameters of type FlowContext
 void BaseComponentImpl.execute(FlowContext flowContext)
           
 void Component.execute(FlowContext flowContext)
           
 

Uses of FlowContext in org.tubo.resource.component.echo
 

Methods in org.tubo.resource.component.echo with parameters of type FlowContext
 void EchoComponent.execute(FlowContext flowContext)
           
 void EchoComponent.sayGoodbye(FlowContext flowContext)
           
 void EchoComponent.sayHelo(FlowContext flowContext)
           
 

Uses of FlowContext in org.tubo.resource.component.transform
 

Methods in org.tubo.resource.component.transform with parameters of type FlowContext
 void SimpleTransformComponent.execute(FlowContext flowContext)
           
 

Uses of FlowContext in org.tubo.resource.consumer
 

Methods in org.tubo.resource.consumer that return FlowContext
protected  FlowContext BaseConsumerImpl.createFlowContext()
          Create a new FlowContext instance using ResourceManager
protected  FlowContext BaseConsumerImpl.dispatchOriginFlowEvent(Event event, Item item)
           
protected  FlowContext BaseConsumerImpl.doConsumerLifeCycle(java.lang.String eventAction, java.lang.Object consumedRawData)
          This method is a template method with the life cycle of the consumption process.
 

Methods in org.tubo.resource.consumer with parameters of type FlowContext
 void ConsumerListener.onOriginFlowEvent(FlowContext flowContext)
           
protected  void BaseConsumerImpl.postOriginFlowEvent(FlowContext flowContext)
          LifeCycle Hook used by subclasses to execute post event actions
protected  void BaseConsumerImpl.preOriginFlowEvent(FlowContext flowContext)
          LifeCycle Hook used by subclasses to execute pre event actions
 

Uses of FlowContext in org.tubo.resource.consumer.serversocketlinereader
 

Methods in org.tubo.resource.consumer.serversocketlinereader with parameters of type FlowContext
protected  void ServerSocketLineReaderConsumer.postOriginFlowEvent(FlowContext flowContext)
          Hook from consumer life cycle called after listener execution.
protected  void ServerSocketLineReaderConsumer.preOriginFlowEvent(FlowContext flowContext)
          Hook from consumer life cycle called before listener execution.
 

Uses of FlowContext in org.tubo.resource.flow
 

Classes in org.tubo.resource.flow that implement FlowContext
 class BaseFlowContextImpl
          
 

Methods in org.tubo.resource.flow with parameters of type FlowContext
protected  void BaseFlowProcessorImpl.execute(ComponentRefFlowNodeDef componentRef, FlowContext context)
          Execute a Component Node
 void BaseFlowExecutorImpl.execute(FlowContext flowContext)
          Execute the flow associated with this consumer
 void FlowExecutor.execute(FlowContext flowContext)
           
 void BaseFlowProcessorImpl.execute(FlowDef flowDef, FlowContext context)
          Execute a Flow Definition
 void FlowProcessor.execute(FlowDef flowDef, FlowContext context)
           
protected  void BaseFlowProcessorImpl.execute(FlowNodeDef flowNodeDef, FlowContext context)
          Execute a Node
protected  void BaseFlowProcessorImpl.execute(FlowNodeList flowNodeList, FlowContext context)
          Execute a List of FlowNodeDef
protected  void BaseFlowProcessorImpl.execute(FlowRefFlowNodeDef flowRef, FlowContext context)
          Execute a Flow Node
protected  void BaseFlowProcessorImpl.execute(SwitchFlowNodeDef flowRef, FlowContext context)
          Execute Switch
 void BaseFlowExecutorImpl.onOriginFlowEvent(FlowContext flowContext)
          Consumer listener event handler
 

Uses of FlowContext in org.tubo.resource.springimpl
 

Methods in org.tubo.resource.springimpl that return FlowContext
 FlowContext SpringResourceManagerImpl.getNewFlowContext()
           Create a new FlowContext instance
 



Copyright © 2004-2007 Tubo. All Rights Reserved.