|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjgroup.relacs.types.MessageTag
public final class MessageTag
The MessageTag class wraps a value of the relacs daemon
and mss type in an object.
| Field Summary | |
|---|---|
static int |
SIZE
Size of this object in bytes |
| Constructor Summary | |
|---|---|
MessageTag()
|
|
| Method Summary | |
|---|---|
static void |
marshal(java.io.ObjectOutput msg,
byte value)
Marshals the specified message tag to an outgoing message. |
static byte |
unmarshal(byte value)
Unmarshals a message tag from a byte. |
static byte |
unmarshal(java.io.ObjectInput msg)
Unmarshals a message tag 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 MessageTag()
| Method Detail |
|---|
public static void marshal(java.io.ObjectOutput msg,
byte value)
throws java.io.IOException
java.io.IOException
public static byte unmarshal(java.io.ObjectInput msg)
throws java.io.IOException
java.io.IOExceptionpublic static byte unmarshal(byte value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||