Uses of Class
LaColla.core.data.TimestampAckSummary

Packages that use TimestampAckSummary
LaColla.core.data   
LaColla.core.msg   
 

Uses of TimestampAckSummary in LaColla.core.data
 

Methods in LaColla.core.data that return TimestampAckSummary
 TimestampAckSummary Group.getAckSummary()
           
 TimestampAckSummary TimestampAckSummary.restoreSummary(java.lang.String address, java.lang.String groupId)
           
 

Methods in LaColla.core.data with parameters of type TimestampAckSummary
 void Group.setAckSummary(TimestampAckSummary ackSummary)
           
 void TimestampAckSummary.update(TimestampAckSummary ackS)
           
 

Uses of TimestampAckSummary in LaColla.core.msg
 

Methods in LaColla.core.msg that return TimestampAckSummary
 TimestampAckSummary msgEventsAcceptConsistencyRequest.getAckSummary()
           
 TimestampAckSummary msgEventsInvokeConsistencyRequest.getAckSummary()
           
 TimestampAckSummary msgEventsAcceptSynchronizationRequest.getAckSummary()
           
 

Methods in LaColla.core.msg with parameters of type TimestampAckSummary
 void msgEventsAcceptConsistencyRequest.setAckSummary(TimestampAckSummary ackSummary_)
           
 void msgEventsInvokeConsistencyRequest.setAckSummary(TimestampAckSummary ackSummary_)
           
 void msgEventsAcceptSynchronizationRequest.setAckSummary(TimestampAckSummary ackSummary_)