|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MessageType
interface defines the various types of
MOM messages.
MOM messages are defined by the type of data they actually carry.
Field Summary | |
static int |
BYTES
A bytes message carries an array of bytes. |
static int |
MAP
A map message carries an hashtable. |
static int |
OBJECT
An object message carries a serializable object. |
static int |
SIMPLE
A simple message carries an empty body. |
static int |
STREAM
A stream message carries a bytes stream. |
static int |
TEXT
A text message carries a String body. |
Field Detail |
public static final int SIMPLE
public static final int TEXT
public static final int OBJECT
public static final int MAP
public static final int STREAM
public static final int BYTES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |