|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjgroup.relacs.types.MessageId
public final class MessageId
The MessageId class wraps a value of the relacs daemon
type "message id" in an object. A message id uniquely identifies
multicast messages.
| Field Summary | |
|---|---|
static int |
SIZE
Size of this object in bytes |
| Constructor Summary | |
|---|---|
MessageId(int value)
Creates a MessageId 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(byte[] buf,
int offset)
Unamrshals a message id from an incoming byte array. |
static int |
unmarshal(java.io.ObjectInput msg)
Unamrshals 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 MessageId(int value)
MessageId 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
public static int unmarshal(byte[] buf,
int offset)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||