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
StreamablereadFrom in interface StreamablereadFrom in class COUNTER.SimpleResponseExceptionpublic void writeTo(DataOutput out) throws Exception
StreamablewriteTo in interface StreamablewriteTo in class COUNTER.SimpleResponseExceptionpublic String toString()
toString in class COUNTER.SimpleResponseCopyright © 2012 JBoss by Red Hat. All Rights Reserved.