|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.replay.EntityReplayActuator
public abstract class EntityReplayActuator
| Constructor Summary | |
|---|---|
EntityReplayActuator()
|
|
| Method Summary | |
|---|---|
abstract void |
checkIfReplayPossible(int templateId,
int entityId)
Check to see if replay is possible for a given templateId and entityId |
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
boolean requestSequencesAndTimestamps)
|
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
boolean requestForTimestamp,
long sequenceNumber)
|
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
long[] sequencesToReplay)
Create a replay request based on the specified constraints |
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
long sequenceStart,
long sequenceEnd)
Create a replay request based on the specified constraints |
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
long startTimestamp,
long endTimestamp,
boolean hasTimestampRange)
|
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
long sequenceStart,
long sequenceEnd,
Profile[] specifiedConstraints)
Create a replay request based on the specified constraints |
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
String replayTopic,
long[] sequencesToReplay)
|
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
String replayTopic,
long sequenceStart,
long sequenceEnd)
|
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
String replayTopic,
long startTimestamp,
long endTimestamp,
boolean replayWithTimestampRange)
|
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
String replayTopic,
long sequenceStart,
long sequenceEnd,
Profile[] specifiedConstraints)
|
abstract ReplayRequest |
createReplayRequest(int templateId,
int entityId,
String replayRequestIdentifier,
String replayTopic,
boolean hasStartingSequenceAndEndingTimestamp,
long startingSequence,
long endingTimestamp)
|
static EntityReplayActuator |
getInstance()
|
abstract ReplayRequest |
getReplayRequest(String replayIdentifier)
Retrieve a previously created replay request |
abstract void |
initiateReplay(ReplayRequest replayRequest,
ReplayServiceListener replayListener)
Initiate replay based on the create replay request |
abstract void |
replayToTopic(ReplayRequest replayRequest,
ReplayServiceListener replayListener)
|
abstract void |
setQosService(QosServiceImpl qosServiceImpl)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityReplayActuator()
| Method Detail |
|---|
public static EntityReplayActuator getInstance()
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
long[] sequencesToReplay)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
long sequenceStart,
long sequenceEnd)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
long sequenceStart,
long sequenceEnd,
Profile[] specifiedConstraints)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
boolean requestForTimestamp,
long sequenceNumber)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
String replayRequestIdentifier,
String replayTopic,
boolean hasStartingSequenceAndEndingTimestamp,
long startingSequence,
long endingTimestamp)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
String replayTopic,
long startTimestamp,
long endTimestamp,
boolean replayWithTimestampRange)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
long startTimestamp,
long endTimestamp,
boolean hasTimestampRange)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
boolean requestSequencesAndTimestamps)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
String replayTopic,
long[] sequencesToReplay)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
String replayTopic,
long sequenceStart,
long sequenceEnd)
throws ServiceException
ServiceException
public abstract ReplayRequest createReplayRequest(int templateId,
int entityId,
String replayTopic,
long sequenceStart,
long sequenceEnd,
Profile[] specifiedConstraints)
throws ServiceException
ServiceException
public abstract void checkIfReplayPossible(int templateId,
int entityId)
throws ServiceException
ServiceException
public abstract ReplayRequest getReplayRequest(String replayIdentifier)
throws ServiceException
ServiceException
public abstract void initiateReplay(ReplayRequest replayRequest,
ReplayServiceListener replayListener)
throws ServiceException
ServiceException
public abstract void replayToTopic(ReplayRequest replayRequest,
ReplayServiceListener replayListener)
throws ServiceException
ServiceExceptionpublic abstract void setQosService(QosServiceImpl qosServiceImpl)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||