LaColla.core.msg
Class msgEventsInvokeConsistencyRequest

java.lang.Object
  extended by LaColla.core.msg.Msg
      extended by LaColla.core.msg.msgEventsInvokeConsistencyRequest
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class msgEventsInvokeConsistencyRequest
extends Msg

See Also:
Serialized Form

Constructor Summary
msgEventsInvokeConsistencyRequest()
           
msgEventsInvokeConsistencyRequest(int id)
           
 
Method Summary
 TimestampAckSummary getAckSummary()
           
 PurgeSummary getPurgeSummary()
           
 TimestampSummary getSummary()
           
 void setAckSummary(TimestampAckSummary ackSummary_)
           
 void setPurgeSummary(PurgeSummary purgeSummary)
           
 void setSummary(TimestampSummary summary_)
           
 java.lang.String toString()
           
 
Methods inherited from class LaColla.core.msg.Msg
decrementConnectedAgents, getAddress, getConnectedAgents, getDest, getGroupId, getId, getKindOfAgent, getOb, getOwnerId, getSource, gettimestampLOCALlocation, setAddress, setConnectedAgents, setDest, setGroupId, setId, setKindOfAgent, setObject, setOwnerId, setSource, settimestampLOCALlocation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

msgEventsInvokeConsistencyRequest

public msgEventsInvokeConsistencyRequest()

msgEventsInvokeConsistencyRequest

public msgEventsInvokeConsistencyRequest(int id)
Method Detail

getSummary

public TimestampSummary getSummary()

getAckSummary

public TimestampAckSummary getAckSummary()

setSummary

public void setSummary(TimestampSummary summary_)

setAckSummary

public void setAckSummary(TimestampAckSummary ackSummary_)

toString

public java.lang.String toString()
Overrides:
toString in class Msg

getPurgeSummary

public PurgeSummary getPurgeSummary()

setPurgeSummary

public void setPurgeSummary(PurgeSummary purgeSummary)