Uses of Interface
org.keridwen.core.messaging.Supervisor

Packages that use Supervisor
org.keridwen.core.messaging Project : Keridwen Copyright : Artenum SARL, 24 rue Louis Blanc 75010, Paris, France 2010. 
org.keridwen.core.messaging.internal   
 

Uses of Supervisor in org.keridwen.core.messaging
 

Methods in org.keridwen.core.messaging that return Supervisor
 Supervisor<ResultType> ViewEvent.getSupervisor()
           
 Supervisor<ResultType> Event.getSupervisor()
          Gets the supervisor of the associated Command.
<ReturnType>
Supervisor<ReturnType>
EventBuilder.triggerChangeEvent(Condition condition)
          Triggers the event as soon as the change Condition becomes true.
<ReturnType>
Supervisor<ReturnType>
EventDispatcher.triggerChangeEvent(Event<ReturnType,?> event, Condition condition)
          Triggers the given Event that will trigger the command execution as soon as the change Condition becomes true.
<ReturnType>
Supervisor<ReturnType>
EventDispatcher.triggerEvent(Event<ReturnType,?> event)
          Triggers the given Event asynchronously.
<ReturnType>
Supervisor<ReturnType>
EventDispatcher.triggerEvent(Event<ReturnType,?> event, int nbThreads)
           
<ReturnType>
Supervisor<ReturnType>
EventBuilder.triggerSignalEvent()
          Triggers the event asynchronously.
<ReturnType>
Supervisor<ReturnType>
EventBuilder.triggerSignalEvent(int i)
           
<ReturnType>
Supervisor<ReturnType>
EventDispatcher.triggerTimeEvent(Event<ReturnType,?> event, long delay, TimeUnit unit)
          Triggers the given Event after the given delay.
<ReturnType>
Supervisor<ReturnType>
EventBuilder.triggerTimeEvent(long delay, TimeUnit unit)
          Triggers the event after the given delay.
<ReturnType>
Supervisor<ReturnType>
EventBuilder.triggerTimeEventAtFixedDelay(long initialDelay, long delay, TimeUnit unit)
          Triggers the event after the given delay with the given delay between two executions.
<ReturnType>
Supervisor<ReturnType>
EventDispatcher.triggerTimeEventAtFixedRate(Event<ReturnType,?> event, long initialDelay, long period, TimeUnit unit)
          Triggers the given Event after the given delay and at a given period.
<ReturnType>
Supervisor<ReturnType>
EventBuilder.triggerTimeEventAtFixedRate(long initialDelay, long period, TimeUnit unit)
          Triggers the event after the given delay and at a given period.
<ReturnType>
Supervisor<ReturnType>
EventDispatcher.triggerTimeEventWithFixedDelay(Event<ReturnType,?> event, long initialDelay, long delay, TimeUnit unit)
          Triggers the given Event after the given delay with the given delay between two executions.
 

Methods in org.keridwen.core.messaging with parameters of type Supervisor
 void DispatcherListener.eventDispatched(Supervisor<?> supervisor)
           
 void ViewEvent.setSupervisor(Supervisor<ResultType> aSupervisor)
           
 void Event.setSupervisor(Supervisor<ResultType> aSupervisor)
          Sets the supervisor of the associated Command.
 

Uses of Supervisor in org.keridwen.core.messaging.internal
 

Classes in org.keridwen.core.messaging.internal that implement Supervisor
 class DefaultSupervisor<ReturnType>
          A DefaultSupervisor controls and monitors a Command.
 

Methods in org.keridwen.core.messaging.internal that return Supervisor
 Supervisor<ResultType> DefaultEvent.getSupervisor()
           
<ReturnType>
Supervisor<ReturnType>
CoreEventDispatcher.triggerChangeEvent(Event<ReturnType,?> event, Condition condition)
           
<ReturnType>
Supervisor<ReturnType>
CoreEventDispatcher.triggerEvent(Event<ReturnType,?> event)
           
<ReturnType>
Supervisor<ReturnType>
CoreEventDispatcher.triggerEvent(Event<ReturnType,?> event, int nbThreads)
           
<ReturnType>
Supervisor<ReturnType>
CoreEventDispatcher.triggerTimeEvent(Event<ReturnType,?> event, long delay, TimeUnit unit)
           
<ReturnType>
Supervisor<ReturnType>
CoreEventDispatcher.triggerTimeEventAtFixedRate(Event<ReturnType,?> event, long initialDelay, long period, TimeUnit unit)
           
<ReturnType>
Supervisor<ReturnType>
CoreEventDispatcher.triggerTimeEventWithFixedDelay(Event<ReturnType,?> event, long initialDelay, long delay, TimeUnit unit)
           
 

Methods in org.keridwen.core.messaging.internal with parameters of type Supervisor
 void DefaultEvent.setSupervisor(Supervisor<ResultType> aSupervisor)
           
 



Copyright © 2010-2013 Artenum. All Rights Reserved.