Package com.wombat.mama
Class MamaReservedFields
- java.lang.Object
-
- com.wombat.mama.MamaReservedFields
-
public class MamaReservedFields extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static MamaReservedFields
AppDataType
The application data type.static MamaReservedFields
AppMsgType
The application message type.static MamaReservedFields
ElvinSource
static MamaReservedFields
ElvinSourceOld
static MamaReservedFields
EntitleCode
static MamaReservedFields
FeedHost
The dictionary source feed host.static MamaReservedFields
FeedName
The dictionary source feed name.static MamaReservedFields
FieldIndex
Field containing the index in the data dictionary.static MamaReservedFields
ItemSeqNum
The item sequence number.static short
MAX_RESERVED_FID
static MamaReservedFields
MsgFields
Deprecated.static MamaReservedFields
MsgNum
Field containing the current message number in a multi-part initial message.static MamaReservedFields
MsgQualifier
The message qualifierstatic MamaReservedFields
MsgStatus
Field for the message status.static MamaReservedFields
MsgTotal
The total number of messages comprising an initial message.static MamaReservedFields
MsgType
Field for the message type.static MamaReservedFields
SenderId
The sender id.static MamaReservedFields
SendTime
The Message send time.static MamaReservedFields
SeqNum
The sequence number.static MamaReservedFields
SubscMsgSubjectOld
Used internally for subscription management (deprecated).static MamaReservedFields
SubscMsgType
static MamaReservedFields
SubscMsgTypeOld
Used internally for subscription management (deprecated).static MamaReservedFields
SubscriptionType
static MamaReservedFields
SubscSourceApp
static MamaReservedFields
SubscSourceHost
static MamaReservedFields
SubscSourceUser
static MamaReservedFields
SubscSymbol
static MamaReservedFields
SymbolList
static MamaReservedFields
SyncPattern
That pattern that subjects of a sync request should match.static MamaReservedFields
TibrvResult
The RV result code.
-
Constructor Summary
Constructors Constructor Description MamaReservedFields(java.lang.String name, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
Return the id of the reserved field.java.lang.String
getName()
Return the name of the reserved field.
-
-
-
Field Detail
-
MsgType
public static final MamaReservedFields MsgType
Field for the message type.- See Also:
MamaMsgType
-
MsgStatus
public static final MamaReservedFields MsgStatus
Field for the message status.- See Also:
MamaMsgStatus
-
FieldIndex
public static final MamaReservedFields FieldIndex
Field containing the index in the data dictionary.
-
MsgFields
public static final MamaReservedFields MsgFields
Deprecated.Field containing the fields in the data dictionary. This is an array.
-
SubscMsgTypeOld
public static final MamaReservedFields SubscMsgTypeOld
Used internally for subscription management (deprecated).
-
SubscMsgSubjectOld
public static final MamaReservedFields SubscMsgSubjectOld
Used internally for subscription management (deprecated).
-
MsgNum
public static final MamaReservedFields MsgNum
Field containing the current message number in a multi-part initial message.- See Also:
MsgTotal
-
MsgTotal
public static final MamaReservedFields MsgTotal
The total number of messages comprising an initial message.
-
TibrvResult
public static final MamaReservedFields TibrvResult
The RV result code.
-
SeqNum
public static final MamaReservedFields SeqNum
The sequence number.
-
FeedName
public static final MamaReservedFields FeedName
The dictionary source feed name.
-
FeedHost
public static final MamaReservedFields FeedHost
The dictionary source feed host.
-
SyncPattern
public static final MamaReservedFields SyncPattern
That pattern that subjects of a sync request should match.
-
ItemSeqNum
public static final MamaReservedFields ItemSeqNum
The item sequence number.
-
SendTime
public static final MamaReservedFields SendTime
The Message send time.
-
AppDataType
public static final MamaReservedFields AppDataType
The application data type.
-
AppMsgType
public static final MamaReservedFields AppMsgType
The application message type.
-
SenderId
public static final MamaReservedFields SenderId
The sender id. This identifies the feed handler sending the message. This may change in the event of a fault tolerant take over. Mama handles this situation internally.
-
MsgQualifier
public static final MamaReservedFields MsgQualifier
The message qualifier- See Also:
for details.
-
ElvinSource
public static final MamaReservedFields ElvinSource
-
ElvinSourceOld
public static final MamaReservedFields ElvinSourceOld
-
SubscriptionType
public static MamaReservedFields SubscriptionType
-
SubscMsgType
public static final MamaReservedFields SubscMsgType
-
SubscSourceHost
public static final MamaReservedFields SubscSourceHost
-
SubscSourceApp
public static MamaReservedFields SubscSourceApp
-
SubscSourceUser
public static final MamaReservedFields SubscSourceUser
-
SubscSymbol
public static final MamaReservedFields SubscSymbol
-
SymbolList
public static final MamaReservedFields SymbolList
-
EntitleCode
public static final MamaReservedFields EntitleCode
-
MAX_RESERVED_FID
public static final short MAX_RESERVED_FID
- See Also:
- Constant Field Values
-
-