protected static class COUNTER.SetRequest extends COUNTER.SimpleRequest
| Modifier and Type | Field and Description |
|---|---|
protected long |
value |
name, owner| Modifier | Constructor and Description |
|---|---|
protected |
COUNTER.SetRequest() |
protected |
COUNTER.SetRequest(Owner owner,
String name,
long value) |
| 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.
|
public void readFrom(DataInput in) throws Exception
StreamablereadFrom in interface StreamablereadFrom in class COUNTER.SimpleRequestExceptionpublic void writeTo(DataOutput out) throws Exception
StreamablewriteTo in interface StreamablewriteTo in class COUNTER.SimpleRequestExceptionpublic String toString()
toString in class COUNTER.SimpleRequestCopyright © 2012 JBoss by Red Hat. All Rights Reserved.