|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jgroups.protocols.COUNTER.Request org.jgroups.protocols.COUNTER.SimpleRequest org.jgroups.protocols.COUNTER.GetOrCreateRequest
protected static class COUNTER.GetOrCreateRequest
Field Summary | |
---|---|
protected long |
initial_value
|
Fields inherited from class org.jgroups.protocols.COUNTER.SimpleRequest |
---|
name, owner |
Constructor Summary | |
---|---|
protected |
COUNTER.GetOrCreateRequest()
|
Method Summary | |
---|---|
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 closed |
void |
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream. |
Methods inherited from class org.jgroups.protocols.COUNTER.SimpleRequest |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected long initial_value
Constructor Detail |
---|
protected COUNTER.GetOrCreateRequest()
Method Detail |
---|
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
readFrom
in interface Streamable
readFrom
in class COUNTER.SimpleRequest
java.lang.Exception
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
writeTo
in interface Streamable
writeTo
in class COUNTER.SimpleRequest
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |