Package org.jgroups.protocols
Class COUNTER.ReconcileResponse
- java.lang.Object
- 
- org.jgroups.protocols.COUNTER.ReconcileResponse
 
- 
- All Implemented Interfaces:
- Streamable
 - Enclosing class:
- COUNTER
 
 protected static class COUNTER.ReconcileResponse extends java.lang.Object
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedReconcileResponse()protectedReconcileResponse(java.lang.String[] names, long[] values, long[] versions)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description COUNTER.ResponseTypegetResponseType()voidreadFrom(java.io.DataInput in)Read the state of the current object (including superclasses) from instream Note that the input stream must not be closedjava.lang.StringtoString()voidwriteTo(java.io.DataOutput out)Write the entire state of the current object (including superclasses) to outstream.
 
- 
- 
- 
Method Detail- 
writeTopublic void writeTo(java.io.DataOutput out) throws java.io.IOExceptionDescription copied from interface:StreamableWrite the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
- writeToin interface- Streamable
- Throws:
- java.io.IOException
 
 - 
readFrompublic void readFrom(java.io.DataInput in) throws java.io.IOExceptionDescription copied from interface:StreamableRead the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
- readFromin interface- Streamable
- Throws:
- java.io.IOException
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
getResponseTypepublic COUNTER.ResponseType getResponseType() 
 
- 
 
-