Uses of Class
net.sf.seide.stages.RoutingOutcome

Packages that use RoutingOutcome
net.sf.seide.event   
net.sf.seide.routing   
net.sf.seide.stages   
 

Uses of RoutingOutcome in net.sf.seide.event
 

Methods in net.sf.seide.event that return RoutingOutcome
 RoutingOutcome InterruptableEventHandler.aborted(T message, Throwable exception, boolean externalReason)
           
 RoutingOutcome EventHandler.execute(T message)
          Execution of Stage EventHandler.
 

Uses of RoutingOutcome in net.sf.seide.routing
 

Methods in net.sf.seide.routing that return RoutingOutcome
 RoutingOutcome RoutingHandler.handle(Event source, EventHandler<?> eventHandler, RoutingOutcome out)
           
 

Methods in net.sf.seide.routing with parameters of type RoutingOutcome
 void RoutingHandler.finish(Event source, EventHandler<?> eventHandler, RoutingOutcome out)
           
 RoutingOutcome RoutingHandler.handle(Event source, EventHandler<?> eventHandler, RoutingOutcome out)
           
 

Uses of RoutingOutcome in net.sf.seide.stages
 

Methods in net.sf.seide.stages that return RoutingOutcome
 RoutingOutcome RoutingOutcome.add(Event event)
           
 RoutingOutcome RoutingOutcome.add(String stage, Message message)
           
 RoutingOutcome RoutingOutcome.configureJoinEvent(Event event)
           
static RoutingOutcome RoutingOutcome.create()
           
static RoutingOutcome RoutingOutcome.create(Event event)
           
static RoutingOutcome RoutingOutcome.create(String stage, Message message)
           
static RoutingOutcome RoutingOutcome.createAndReturnMessage(Message returnMessage)
           
 RoutingOutcome RoutingOutcome.returnMessage(Message returnMessage)
           
 



Copyright © 2011. All Rights Reserved.