protected static class COUNTER.BooleanResponse extends COUNTER.SimpleResponse
Modifier and Type | Field and Description |
---|---|
protected boolean |
result |
owner, version
Modifier | Constructor and Description |
---|---|
protected |
COUNTER.BooleanResponse() |
protected |
COUNTER.BooleanResponse(Owner owner,
long version,
boolean result) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
protected COUNTER.BooleanResponse()
protected COUNTER.BooleanResponse(Owner owner, long version, boolean result)
public void readFrom(DataInput in) throws Exception
Streamable
readFrom
in interface Streamable
readFrom
in class COUNTER.SimpleResponse
Exception
public void writeTo(DataOutput out) throws Exception
Streamable
writeTo
in interface Streamable
writeTo
in class COUNTER.SimpleResponse
Exception
public String toString()
toString
in class COUNTER.SimpleResponse
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.