Package org.jgroups.protocols
Class COUNTER.ResendPendingRequests
- java.lang.Object
-
- org.jgroups.protocols.COUNTER.ResendPendingRequests
-
- All Implemented Interfaces:
COUNTER.Request
,Streamable
- Enclosing class:
- COUNTER
protected static class COUNTER.ResendPendingRequests extends java.lang.Object implements COUNTER.Request
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResendPendingRequests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(COUNTER protocol, Address sender)
java.lang.String
getCounterName()
COUNTER.RequestType
getRequestType()
void
readFrom(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.String
toString()
void
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
-
-
-
Method Detail
-
writeTo
public void writeTo(java.io.DataOutput out) throws java.io.IOException
Description copied from interface:Streamable
Write the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeTo
in interfaceStreamable
- Throws:
java.io.IOException
-
readFrom
public void readFrom(java.io.DataInput in) throws java.io.IOException
Description copied from interface:Streamable
Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFrom
in interfaceStreamable
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getCounterName
public java.lang.String getCounterName()
- Specified by:
getCounterName
in interfaceCOUNTER.Request
-
getRequestType
public COUNTER.RequestType getRequestType()
- Specified by:
getRequestType
in interfaceCOUNTER.Request
-
execute
public void execute(COUNTER protocol, Address sender)
- Specified by:
execute
in interfaceCOUNTER.Request
-
-