|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjgroup.relacs.types.MessageLen
public final class MessageLen
The MessageLen class wraps a value of the relacs daemon type
"message length" in an object. A message lenght describes the length of
the payload field of a multicast message. An object of type
MessageLen contains a single field whose type is int.
| Field Summary | |
|---|---|
static int |
SIZE
Size of this object in bytes |
| Constructor Summary | |
|---|---|
MessageLen(int value)
Creates a MessageLen object containing the specified
value. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returned the wrapped value. |
static void |
marshal(java.io.ObjectOutput msg,
int value)
Marshals the specified message id to an outgoing message. |
static int |
unmarshal(java.io.ObjectInput msg)
Unmarshals a message id from an incoming message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SIZE
| Constructor Detail |
|---|
public MessageLen(int value)
MessageLen object containing the specified
value.
| Method Detail |
|---|
public int getValue()
public static void marshal(java.io.ObjectOutput msg,
int value)
throws java.io.IOException
java.io.IOException
public static int unmarshal(java.io.ObjectInput msg)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||