protected static class ClusteredJournal.DeltaMessage extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
protected String |
getRequestorId() |
protected Long |
getRequestorLastChangeSetTime() |
protected String |
getRespondentId() |
protected List<JournalRecord> |
getRespondentRecords() |
protected boolean |
isResponse() |
protected static ClusteredJournal.DeltaMessage |
request(String requestorId,
Long requestorLastChangeSetTime) |
protected static ClusteredJournal.DeltaMessage |
response(ClusteredJournal.DeltaMessage request,
String repondentId,
List<JournalRecord> respondentRecords) |
String |
toString() |
protected boolean isResponse()
protected String getRequestorId()
protected Long getRequestorLastChangeSetTime()
protected String getRespondentId()
protected List<JournalRecord> getRespondentRecords()
protected static ClusteredJournal.DeltaMessage request(String requestorId, Long requestorLastChangeSetTime)
protected static ClusteredJournal.DeltaMessage response(ClusteredJournal.DeltaMessage request, String repondentId, List<JournalRecord> respondentRecords)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.