cgl.narada.service.replay
Interface ReplayRequest
- All Known Implementing Classes:
- ReplayRequestEvent
public interface ReplayRequest
getTemplateId
int getTemplateId()
getEntityId
int getEntityId()
hasRequestIdentifier
boolean hasRequestIdentifier()
getReplayIdentifier
String getReplayIdentifier()
hasReplayTopic
boolean hasReplayTopic()
getReplayTopic
String getReplayTopic()
hasListOfSequencesToReplay
boolean hasListOfSequencesToReplay()
getListOfSequencesToReplay
long[] getListOfSequencesToReplay()
hasSpecifiedSequenceRange
boolean hasSpecifiedSequenceRange()
getStartingSequenceNumber
long getStartingSequenceNumber()
getEndingSequenceNumber
long getEndingSequenceNumber()
hasSpecifiedConstraints
boolean hasSpecifiedConstraints()
getListOfSpecifiedConstraints
Profile[] getListOfSpecifiedConstraints()
hasReplayWithTimestampRange
boolean hasReplayWithTimestampRange()
hasTimestampRange
boolean hasTimestampRange()
getStartTimestamp
long getStartTimestamp()
getEndTimestamp
long getEndTimestamp()
hasStartingSequenceAndEndingTimestamp
boolean hasStartingSequenceAndEndingTimestamp()
getStartingSequence
long getStartingSequence()
getEndingTimestamp
long getEndingTimestamp()
hasRequestForTimestamp
boolean hasRequestForTimestamp()
getSequenceNumber
long getSequenceNumber()
getBytes
byte[] getBytes()
hasRequestSequencesAndTimestamps
boolean hasRequestSequencesAndTimestamps()
For comments and suggestions please send
e-mail to
The NaradaBrokering Project