cgl.narada.service.replay
Interface ReplayResponse

All Known Implementing Classes:
ReplayResponseEvent

public interface ReplayResponse

A replay response that snapshots the response to a prior replay request. This provides information regarding whether the earlier request was successful, and if not, information regarding the cause of the failure.


Method Summary
 String getAdditionalInfo()
           
 byte[] getBytes()
           
 int getEntityId()
           
 long[] getListOfSequences()
           
 long[] getListOfTimestamps()
           
 String getReplayIdentifier()
           
 String getReplayTopic()
           
 long getRequestedTimestamp()
           
 long[] getSequenceInfoOfEventsToBeReplayed()
           
 long getSequenceNumber()
           
 int getTemplateId()
           
 boolean hasReplayTopic()
           
 boolean hasRequestedTimestamp()
           
 boolean hasSequenceAndTimestampValues()
           
 boolean isSuccess()
           
 

Method Detail

getTemplateId

int getTemplateId()

getEntityId

int getEntityId()

isSuccess

boolean isSuccess()

getAdditionalInfo

String getAdditionalInfo()

getSequenceInfoOfEventsToBeReplayed

long[] getSequenceInfoOfEventsToBeReplayed()

getReplayIdentifier

String getReplayIdentifier()

hasReplayTopic

boolean hasReplayTopic()

getReplayTopic

String getReplayTopic()

hasSequenceAndTimestampValues

boolean hasSequenceAndTimestampValues()

getListOfSequences

long[] getListOfSequences()

getListOfTimestamps

long[] getListOfTimestamps()

getBytes

byte[] getBytes()

hasRequestedTimestamp

boolean hasRequestedTimestamp()

getRequestedTimestamp

long getRequestedTimestamp()

getSequenceNumber

long getSequenceNumber()


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