cgl.narada.service.replay.impl
Class ReplayActuator

java.lang.Object
  extended by cgl.narada.service.replay.impl.ReplayActuator
All Implemented Interfaces:
NBEventListener

public class ReplayActuator
extends Object
implements NBEventListener


Constructor Summary
protected ReplayActuator(int entityId, QosServiceImpl qosServiceImpl)
           
 
Method Summary
protected  void initiateReplay(ReplayRequest replayRequest, ReplayServiceListener replayListener)
          Initiate replay based on the create replay request
 void onEvent(NBEvent nbEvent)
          Upon the receipt of an event which has satisfied all the constraints, if any were provided, that needed to be satisfied prior to delivery
protected  void replayToTopic(ReplayRequest replayRequest, ReplayServiceListener replayListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplayActuator

protected ReplayActuator(int entityId,
                         QosServiceImpl qosServiceImpl)
                  throws ServiceException
Throws:
ServiceException
Method Detail

initiateReplay

protected void initiateReplay(ReplayRequest replayRequest,
                              ReplayServiceListener replayListener)
                       throws ServiceException
Initiate replay based on the create replay request

Throws:
ServiceException

replayToTopic

protected void replayToTopic(ReplayRequest replayRequest,
                             ReplayServiceListener replayListener)
                      throws ServiceException
Throws:
ServiceException

onEvent

public void onEvent(NBEvent nbEvent)
Description copied from interface: NBEventListener
Upon the receipt of an event which has satisfied all the constraints, if any were provided, that needed to be satisfied prior to delivery

Specified by:
onEvent in interface NBEventListener


For comments and suggestions please send e-mail to The NaradaBrokering Project