OSMQ
v2.0.1

osmq.messages
Interface MessageType


public interface MessageType

A multi-element data set (record) that includes identifying attributes such as a topic, action, data key, and correlation ID. Application data elements are referenced positionally, using an API similar to that empolyed by JDBC. An element can be put or retrieved as a String, int, double, long or char. The first element is reference as position 1, and the last as position n.


Field Summary
static char BATCH_CONTROL
           
static char DENIAL
           
static char NOTIFICATION
           
static char REQUEST
           
static char TOPIC_CHG
           
 

Field Detail

NOTIFICATION

public static final char NOTIFICATION
See Also:
Constant Field Values

REQUEST

public static final char REQUEST
See Also:
Constant Field Values

DENIAL

public static final char DENIAL
See Also:
Constant Field Values

TOPIC_CHG

public static final char TOPIC_CHG
See Also:
Constant Field Values

BATCH_CONTROL

public static final char BATCH_CONTROL
See Also:
Constant Field Values

(c) 2000 - 2003 MQue Systems
All Rights Reserved