Uses of Class
net.sf.seide.event.Event

Packages that use Event
net.sf.seide.controller   
net.sf.seide.controller.impl   
net.sf.seide.core   
net.sf.seide.core.impl   
net.sf.seide.event   
net.sf.seide.message   
net.sf.seide.stages   
 

Uses of Event in net.sf.seide.controller
 

Methods in net.sf.seide.controller with parameters of type Event
 void StageController.execute(Event event)
          Execution handler for the given stage.
 

Uses of Event in net.sf.seide.controller.impl
 

Methods in net.sf.seide.controller.impl with parameters of type Event
 void DirectThreadPoolStageController.execute(Event event)
           
 

Uses of Event in net.sf.seide.core
 

Methods in net.sf.seide.core with parameters of type Event
 boolean Dispatcher.execute(Event event)
          Routes the Event to the specified Stage executing the associated EventHandler.
 

Uses of Event in net.sf.seide.core.impl
 

Methods in net.sf.seide.core.impl with parameters of type Event
 boolean DispatcherImpl.execute(Event event)
           
 

Uses of Event in net.sf.seide.event
 

Constructors in net.sf.seide.event with parameters of type Event
Event(Event event, JoinHandler joinHandler)
           
RunnableEventHandlerWrapper(Dispatcher dispatcher, RuntimeStage runtimeStage, Event event)
           
 

Uses of Event in net.sf.seide.message
 

Fields in net.sf.seide.message with type parameters of type Event
protected  Collection<Event> JoinEventCollection.events
           
 

Methods in net.sf.seide.message that return Event
 Event JoinHandler.getTargetEvent()
           
 

Methods in net.sf.seide.message that return types with arguments of type Event
 Collection<Event> JoinEventCollection.getEvents()
           
 Collection<Event> EventCollection.getEvents()
           
 

Constructors in net.sf.seide.message with parameters of type Event
JoinHandler(Dispatcher dispatcher, Event targetEvent)
           
 

Constructor parameters in net.sf.seide.message with type arguments of type Event
JoinEventCollection(Message targetMessage, Collection<Event> events)
           
 

Uses of Event in net.sf.seide.stages
 

Methods in net.sf.seide.stages that return Event
 Event RoutingOutcome.getJoinEvent()
           
 

Methods in net.sf.seide.stages that return types with arguments of type Event
 Collection<Event> RoutingOutcome.getEvents()
           
 

Methods in net.sf.seide.stages with parameters of type Event
 RoutingOutcome RoutingOutcome.add(Event event)
           
 RoutingOutcome RoutingOutcome.configureJoinEvent(Event event)
           
static RoutingOutcome RoutingOutcome.create(Event event)
           
 void RoutingHandler.processFinalization(Event source, EventHandler<?> eventHandler, RoutingOutcome out)
           
 RoutingOutcome RoutingHandler.processOutcome(Event source, EventHandler<?> eventHandler, RoutingOutcome out)
           
 void RoutingHandler.startProcessing(Event source, EventHandler<?> eventHandler)
           
 



Copyright © 2011. All Rights Reserved.