protected static class COUNTER.SimpleRequest extends COUNTER.Request
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Owner |
owner |
| Modifier | Constructor and Description |
|---|---|
protected |
COUNTER.SimpleRequest() |
protected |
COUNTER.SimpleRequest(Owner owner,
String name) |
| 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 writeTo(DataOutput out) throws Exception
StreamableExceptionpublic void readFrom(DataInput in) throws Exception
StreamableExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.