protected static class COUNTER.GetOrCreateRequest extends COUNTER.SimpleRequest
| Modifier and Type | Field and Description |
|---|---|
protected long |
initial_value |
name, owner| Modifier | Constructor and Description |
|---|---|
protected |
COUNTER.GetOrCreateRequest() |
| 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
|
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
toStringpublic 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.SimpleRequestExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.