A B C D E F G H I L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activate() - Method in class com.wombat.mama.MamaFtMember
- activate() - Method in class com.wombat.mama.MamaSubscription
-
Activate a subscription that has been set up by calling MamaSubscription.setup.
- add(double) - Method in class com.wombat.mama.MamaPrice
- add(MamaPrice) - Method in class com.wombat.mama.MamaPrice
- addArrayF32(String, int, float[]) - Method in class com.wombat.mama.MamaMsg
- addArrayF64(String, int, double[]) - Method in class com.wombat.mama.MamaMsg
- addArrayI16(String, int, short[]) - Method in class com.wombat.mama.MamaMsg
- addArrayI32(String, int, int[]) - Method in class com.wombat.mama.MamaMsg
- addArrayI64(String, int, long[]) - Method in class com.wombat.mama.MamaMsg
- addArrayI8(String, int, byte[]) - Method in class com.wombat.mama.MamaMsg
- addArrayMsg(String, int, MamaMsg[]) - Method in class com.wombat.mama.MamaMsg
- addArrayMsgWithLength(String, int, MamaMsg[], int) - Method in class com.wombat.mama.MamaMsg
-
This function will add a new field containing an array of messages.
- addArrayString(String, int, String[]) - Method in class com.wombat.mama.MamaMsg
- addArrayString(String, int, String[], int) - Method in class com.wombat.mama.MamaMsg
- addArrayU16(String, int, int[]) - Method in class com.wombat.mama.MamaMsg
- addArrayU32(String, int, long[]) - Method in class com.wombat.mama.MamaMsg
- addArrayU64(String, int, long[]) - Method in class com.wombat.mama.MamaMsg
- addArrayU8(String, int, short[]) - Method in class com.wombat.mama.MamaMsg
- addBool(String, int, boolean) - Method in class com.wombat.mama.MamaMsg
- addBoolean(String, int, boolean) - Method in class com.wombat.mama.MamaMsg
- addChar(String, int, char) - Method in class com.wombat.mama.MamaMsg
- addDateTime(String, int, MamaDateTime) - Method in class com.wombat.mama.MamaMsg
- addF32(String, int, float) - Method in class com.wombat.mama.MamaMsg
- addF64(String, int, double) - Method in class com.wombat.mama.MamaMsg
- addI16(String, int, short) - Method in class com.wombat.mama.MamaMsg
- addI32(String, int, int) - Method in class com.wombat.mama.MamaMsg
- addI64(String, int, long) - Method in class com.wombat.mama.MamaMsg
- addI8(String, int, byte) - Method in class com.wombat.mama.MamaMsg
- addMicroSeconds(long) - Method in class com.wombat.mama.MamaDateTime
- addMsg(String, int, MamaMsg) - Method in class com.wombat.mama.MamaMsg
- addOpaque(String, int, byte[]) - Method in class com.wombat.mama.MamaMsg
- addPrice(String, int, MamaPrice) - Method in class com.wombat.mama.MamaMsg
- addPublisher(String, MamaDQPublisher, MamaSubscriptionCallback) - Method in class com.wombat.mama.MamaDQPublisherManager
- addSeconds(double) - Method in class com.wombat.mama.MamaDateTime
- addSeconds(long) - Method in class com.wombat.mama.MamaDateTime
- addSource(MamaSource) - Method in class com.wombat.mama.MamaSourceManager
-
Add an existing mama Source to the source manager.
- addSource(MamaSource, long) - Method in class com.wombat.mama.MamaSourceGroup
-
Add a mamaSource to the specified group with the specified weighting.
- addSource(MamaSource, String) - Method in class com.wombat.mama.MamaSourceManager
-
Add an existing mama Source to the source manager.
- addSourceGroup(MamaSourceGroup) - Method in class com.wombat.mama.MamaSourceGroupManager
-
Add an existing MamaSourceGroup to the MamaSourceGroupManager.
- addSourceWithName(MamaSource, String, long) - Method in class com.wombat.mama.MamaSourceGroup
-
Add a mamaSource to the specified group with the specified weighting and string name identifier.
- addString(String, int, String) - Method in class com.wombat.mama.MamaMsg
- addSubscription(String, MamaSubscription) - Method in class com.wombat.mama.MamaSource
-
Add a subscriptions to the mamaSource
- addTransportListener(MamaTransportListener) - Method in class com.wombat.mama.MamaTransport
-
This function will set the client listener, note that only one listener or extended listener is supported at any one time.
- addTransportTopicListener(MamaTransportTopicListener) - Method in class com.wombat.mama.MamaTransport
-
This function will set the client topic listener, note that only one topic listener is supported at any one time.
- addU16(String, int, int) - Method in class com.wombat.mama.MamaMsg
- addU32(String, int, long) - Method in class com.wombat.mama.MamaMsg
- addU64(String, int, long) - Method in class com.wombat.mama.MamaMsg
- addU8(String, int, short) - Method in class com.wombat.mama.MamaMsg
- AppDataType - Static variable in class com.wombat.mama.MamaReservedFields
-
The application data type.
- apply(MamaMsg) - Method in class com.wombat.mama.MamaMsg
- AppMsgType - Static variable in class com.wombat.mama.MamaReservedFields
-
The application message type.
- array() - Method in class com.wombat.mama.MamaBuffer
- asByteBuffer() - Method in class com.wombat.mama.MamaBuffer
- asCharBuffer() - Method in class com.wombat.mama.MamaBuffer
B
- BASIC - Static variable in class com.wombat.mama.MamaSubscriptionType
- BasicFtMemberJava - Class in <Unnamed>
-
MamaFtMember - Simple fault tolerance example.
- BasicFtMemberJava() - Constructor for class BasicFtMemberJava
- BasicInboxJava - Class in <Unnamed>
-
This sample application demonstrates how to send mamaMsgs from an inbox, and receive the reply.
- BasicInboxJava() - Constructor for class BasicInboxJava
- BasicPubJava - Class in <Unnamed>
-
This sample application demonstrates how to publish mama messages, and respond to requests from a clients inbox.
- BasicPubJava() - Constructor for class BasicPubJava
- BasicSubJava - Class in <Unnamed>
-
This sample application demonstrates how to send mamaMsg's from an inbox, and receive the reply.
- BasicSubJava() - Constructor for class BasicSubJava
- BOOK - Static variable in class com.wombat.mama.MamaSubscriptionType
- BOOK_INITIAL - Static variable in class com.wombat.mama.MamaMdMsgType
- BOOK_INITIAL_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Order book initial value
- BOOL - Static variable in class com.wombat.mama.MamaFieldDescriptor
- buildDictionaryFromMessage(MamaMsg) - Method in class com.wombat.mama.MamaDictionary
C
- CANCEL - Static variable in class com.wombat.mama.MamaMdMsgType
- CANCEL_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Trade Cancellation
- CHAR - Static variable in class com.wombat.mama.MamaFieldDescriptor
- clear() - Method in class com.wombat.mama.MamaDateTime
- clear() - Method in class com.wombat.mama.MamaMsg
- clear() - Method in class com.wombat.mama.MamaPrice
- clearDate() - Method in class com.wombat.mama.MamaDateTime
- clearTime() - Method in class com.wombat.mama.MamaDateTime
- close() - Static method in class com.wombat.mama.Mama
-
Close MAMA and free all associated resource.
- close() - Method in class com.wombat.mama.MamaLogHandler
- CLOSING - Static variable in class com.wombat.mama.MamaMdMsgType
- CLOSING_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Closing summary
- COLLECTION - Static variable in class com.wombat.mama.MamaFieldDescriptor
- com.wombat.mama - package com.wombat.mama
- com.wombat.mama.examples - package com.wombat.mama.examples
- com.wombat.mama.testtools.load - package com.wombat.mama.testtools.load
- com.wombat.mama.testtools.performance - package com.wombat.mama.testtools.performance
- compareTo(Object) - Method in class com.wombat.mama.MamaDateTime
- compareTo(Object) - Method in class com.wombat.mama.MamaPrice
- compatMsgType(MamaMdMsgType) - Static method in class com.wombat.mama.MamaMdMsgType
-
Return the corresponding MamaMsgType for the specified MamaMdMsgType.
- CONFLATED - Static variable in class com.wombat.mama.MamaServiceLevel
- copy(MamaDateTime) - Method in class com.wombat.mama.MamaDateTime
- copy(MamaMsg) - Method in class com.wombat.mama.MamaMsg
- copy(MamaPrice) - Method in class com.wombat.mama.MamaPrice
- copyDate(MamaDateTime) - Method in class com.wombat.mama.MamaDateTime
- copyTime(MamaDateTime) - Method in class com.wombat.mama.MamaDateTime
- CORRECTION - Static variable in class com.wombat.mama.MamaMdMsgType
- CORRECTION_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Trade correction
- create() - Method in class com.wombat.mama.MamaDictionary
- create(MamaBridge) - Method in class com.wombat.mama.MamaQueue
- create(MamaBridge) - Method in class com.wombat.mama.MamaTransport
- create(MamaQueue) - Method in class com.wombat.mama.MamaDispatcher
- create(MamaQueue, MamaTimerCallback, double) - Method in class com.wombat.mama.MamaTimer
-
Create a timer.
- create(MamaQueue, MamaTimerCallback, double, Object) - Method in class com.wombat.mama.MamaTimer
-
Create a timer.
- create(MamaTransport, MamaQueue, MamaDQPublisherManagerCallback, String) - Method in class com.wombat.mama.MamaDQPublisherManager
- create(MamaTransport, MamaQueue, MamaDQPublisherManagerCallback, String, String) - Method in class com.wombat.mama.MamaDQPublisherManager
- create(MamaTransport, MamaQueue, MamaInboxCallback) - Method in class com.wombat.mama.MamaInbox
-
Create an inbox.
- create(MamaTransport, String) - Method in class com.wombat.mama.MamaDQPublisher
- create(MamaTransport, String) - Method in class com.wombat.mama.MamaPublisher
- create(String, MamaBridge) - Method in class com.wombat.mama.MamaTransport
- createBasicSubscription(MamaBasicSubscriptionCallback, MamaTransport, MamaQueue, String, Object) - Method in class com.wombat.mama.MamaBasicSubscription
-
Create a basic subscription without marketdata semantics.
- createBasicWildCardSubscription(MamaBasicWildCardSubscriptionCallback, MamaTransport, MamaQueue, String, String, Object) - Method in class com.wombat.mama.MamaBasicSubscription
-
Create a basic wildcard subscription.
- createDictionarySubscription(MamaDictionaryCallback, MamaQueue, MamaSource) - Method in class com.wombat.mama.MamaSubscription
-
Create a dictionary subscription using default values for the timeout and number of retries.
- createDictionarySubscription(MamaDictionaryCallback, MamaQueue, MamaSource, double, int) - Method in class com.wombat.mama.MamaSubscription
-
Create a dictionary subscription using default values for the timeout and number of retries.
- createFieldDescriptor(int, String, short) - Method in class com.wombat.mama.MamaDictionary
- createFromByteBuffer(byte[]) - Method in class com.wombat.mama.MamaMsg
-
Create a mamaMsg from the provided byte buffer.
- createPublisher(String, Object) - Method in class com.wombat.mama.MamaDQPublisherManager
- createSnapshotSubscription(MamaSubscriptionCallback, MamaQueue, MamaSource, String, Object) - Method in class com.wombat.mama.MamaSubscription
-
Create a snapshot subscription for initial value only (no updates).
- createSubscription(MamaSubscriptionCallback, MamaQueue, MamaSource, String, Object) - Method in class com.wombat.mama.MamaSubscription
-
Create and activate subscription.
- createUsingNative(MamaBridge, Object) - Method in class com.wombat.mama.MamaQueue
D
- DATETIME - Static variable in class com.wombat.mama.MamaFieldDescriptor
- deactivate() - Method in class com.wombat.mama.MamaFtMember
- deactivate() - Method in class com.wombat.mama.MamaSubscription
-
Deactivate a subscription.
- deallocate() - Method in class com.wombat.mama.MamaBasicSubscription
-
De-allocates the underlying C subscription.
- deallocate() - Method in class com.wombat.mama.MamaSubscription
-
De-allocates the underlying C subscription.
- decimals2Precision(int) - Static method in class com.wombat.mama.MamaPricePrecision
-
Return the appropriate precision for a given number of decimal places.
- DEFAULT_RETRIES - Static variable in class com.wombat.mama.MamaSubscription
- DEFAULT_THROTTLE - Static variable in class com.wombat.mama.MamaThrottleInstance
- DEFAULT_THROTTLE_VALUE - Static variable in class com.wombat.mama.MamaThrottleInstance
-
The default throttle queue
- DEFAULT_TIMEOUT - Static variable in class com.wombat.mama.MamaSubscription
- DEFINITELY_DELAYED - Static variable in class com.wombat.mama.MamaMsgQualifier
-
The current message is definitely delayed.
- DEFINITELY_DUPLICATE - Static variable in class com.wombat.mama.MamaMsgQualifier
-
The message is definitely a duplicate.
- denom2Precision(int) - Static method in class com.wombat.mama.MamaPricePrecision
-
Return the appropriate precision code for a given fractional denominator.
- destroy() - Method in class com.wombat.mama.MamaBasicSubscription
-
This function will destroy the subscription, it must be called from the same thread that is processing the queue for the subscription.
- destroy() - Method in class com.wombat.mama.MamaConnection
- destroy() - Method in class com.wombat.mama.MamaDateTime
- destroy() - Method in class com.wombat.mama.MamaDispatcher
- destroy() - Method in class com.wombat.mama.MamaDQPublisher
- destroy() - Method in class com.wombat.mama.MamaDQPublisherManager
- destroy() - Method in class com.wombat.mama.MamaFtMember
- destroy() - Method in class com.wombat.mama.MamaInbox
- destroy() - Method in class com.wombat.mama.MamaMsg
- destroy() - Method in class com.wombat.mama.MamaMsgField
- destroy() - Method in class com.wombat.mama.MamaPrice
- destroy() - Method in class com.wombat.mama.MamaQueue
-
Destroy the queue, this function should only be called if there are no open objects against the queue.
- destroy() - Method in class com.wombat.mama.MamaQueueGroup
-
Destroy the queue, this function should only be called if there are no open objects against the queue.
- destroy() - Method in class com.wombat.mama.MamaSource
- destroy() - Method in class com.wombat.mama.MamaSourceGroupManager
- destroy() - Method in class com.wombat.mama.MamaSourceManager
- destroy() - Method in class com.wombat.mama.MamaSubscription
-
This function will destroy the subscription, it must be called from the same thread that is processing the queue for the subscription.
- destroy() - Method in class com.wombat.mama.MamaTimer
- destroy() - Method in class com.wombat.mama.MamaTransport
- destroyEx() - Method in class com.wombat.mama.MamaBasicSubscription
-
This function will destroy the subscription and can be called from any thread.
- destroyEx() - Method in class com.wombat.mama.MamaSubscription
-
This function will destroy the subscription and can be called from any thread.
- destroyPublisher(String) - Method in class com.wombat.mama.MamaDQPublisherManager
- destroyTimedWait(long) - Method in class com.wombat.mama.MamaQueue
-
Destroy a queue.
- destroyTimedWait(long) - Method in class com.wombat.mama.MamaQueueGroup
-
Destroy a queue.
- destroyWait() - Method in class com.wombat.mama.MamaQueue
-
Destroy a queue.
- destroyWait() - Method in class com.wombat.mama.MamaQueueGroup
-
Destroy a queue.
- detach() - Method in class com.wombat.mama.MamaMsg
- DICTIONARY - Static variable in class com.wombat.mama.MamaSubscriptionType
- diffMicroseconds(MamaDateTime, MamaDateTime) - Static method in class com.wombat.mama.MamaDateTime
- diffSeconds(MamaDateTime, MamaDateTime) - Static method in class com.wombat.mama.MamaDateTime
- diffSecondsSameDay(MamaDateTime, MamaDateTime) - Static method in class com.wombat.mama.MamaDateTime
- disableLogging() - Static method in class com.wombat.mama.Mama
- disableLogging() - Method in class com.wombat.mama.MamaSourceGroup
- dispatch() - Method in class com.wombat.mama.MamaQueue
- DQ_CONNECT - Static variable in class com.wombat.mama.MamaDQCause
-
tibrv: Connection advisory
- DQ_DISCONNECT - Static variable in class com.wombat.mama.MamaDQCause
-
tibrv: Disconnection advisory
- DQ_NETWORK - Static variable in class com.wombat.mama.MamaDQCause
-
tibrv: Data loss advisory
- DQ_PUBLISHER - Static variable in class com.wombat.mama.MamaDQCause
-
tibrv: Unused
- DQ_SUBSCRIBER - Static variable in class com.wombat.mama.MamaDQCause
-
tibrv: Slow consumer advisory
- DQ_UNKNOWN - Static variable in class com.wombat.mama.MamaDQCause
-
tibrv: Data quality event not covered by other categories
E
- ElvinSource - Static variable in class com.wombat.mama.MamaReservedFields
- ElvinSourceOld - Static variable in class com.wombat.mama.MamaReservedFields
- enableLogging(Level) - Static method in class com.wombat.mama.Mama
- enableLogging(Level) - Method in class com.wombat.mama.MamaSourceGroup
- enableLogging(Level, String) - Static method in class com.wombat.mama.Mama
- enqueueEvent(MamaQueueEventCallback, Object) - Method in class com.wombat.mama.MamaQueue
- EntitleCode - Static variable in class com.wombat.mama.MamaReservedFields
- enumObjectForValue(int) - Static method in class com.wombat.mama.MamaMdDataType
-
Return an instance of a MamaMdDataType corresponding to the specified integer value.
- enumObjectForValue(int) - Static method in class com.wombat.mama.MamaMdMsgType
-
Return an instance of a MamaMdMsgType corresponding to the specified integer value.
- enumObjectForValue(int) - Static method in class com.wombat.mama.MamaThrottleInstance
-
Return an instance of a MamaMdMsgType corresponding to the specified integer value.
- EPSILON - Static variable in class com.wombat.mama.MamaPrice
-
MAMA_PRICE_EPSILON a value that is considered equivalent to zero.
- equals(MamaMdDataType) - Method in class com.wombat.mama.MamaMdDataType
-
Compare the two types for equality.
- equals(MamaMdMsgType) - Method in class com.wombat.mama.MamaMdMsgType
-
Compare the two types for equality.
- equals(MamaThrottleInstance) - Method in class com.wombat.mama.MamaThrottleInstance
-
Compare the two types for equality.
- equals(Object) - Method in class com.wombat.mama.MamaDateTime
- equals(Object) - Method in class com.wombat.mama.MamaInteger
- equals(Object) - Method in class com.wombat.mama.MamaPrice
- equals(Object) - Method in class com.wombat.mama.MamaTimeZone
-
Equals override.
- ERROR - Static variable in class com.wombat.mama.MamaLogLevel
- ERROR - Static variable in class com.wombat.mama.MamaMdMsgType
- ERROR_DEFAULT - Static variable in class com.wombat.mama.MamaError
-
The last error in the current thread
- ERROR_INITIAL_TIMEOUT - Static variable in class com.wombat.mama.MamaError
- ERROR_NO_RESOLVER - Static variable in class com.wombat.mama.MamaError
- ERROR_NOT_ENTITLED - Static variable in class com.wombat.mama.MamaError
- ERROR_RECAP_TIMEOUT - Static variable in class com.wombat.mama.MamaError
- ERROR_UNKNOWN - Static variable in class com.wombat.mama.MamaError
- ERROR_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Trade Error
F
- F32 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- F32ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- F64 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- F64ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- FeedHost - Static variable in class com.wombat.mama.MamaReservedFields
-
The dictionary source feed host.
- FeedName - Static variable in class com.wombat.mama.MamaReservedFields
-
The dictionary source feed name.
- FieldIndex - Static variable in class com.wombat.mama.MamaReservedFields
-
Field containing the index in the data dictionary.
- filter(short) - Method in class com.wombat.mama.MamaMsgQualifier
-
Return true if any bits in value match the bits set in this qualifier.
- finalize() - Method in class com.wombat.mama.MamaDictionary
- findOrCreateSource(String) - Method in class com.wombat.mama.MamaSourceManager
-
Locates an existing mamaSource for a given name, if none exists a new one is created and added to the source manager.
- findOrCreateSourceGroup(String) - Method in class com.wombat.mama.MamaSourceGroupManager
-
Locates an existing MamaSourceGroup for a given name.
- findSource(String) - Method in class com.wombat.mama.MamaSourceGroup
-
Find a source with the given name in the group.
- findSource(String) - Method in class com.wombat.mama.MamaSourceManager
-
locates an existing source for a given name, if none is found null is returned, The caller has to validate null value on return.
- findSourceDerivative(String) - Method in class com.wombat.mama.MamaSourceDerivative
- findSourceGroup(String) - Method in class com.wombat.mama.MamaSourceGroupManager
-
Locates an existing MamaSourceGroup in the specified MamaSourceGroupManager with the specified key identifier.
- findSubscription(String) - Method in class com.wombat.mama.MamaSource
-
find a MamaSubscription, null will be returned if not found
- FINE - Static variable in class com.wombat.mama.MamaLogLevel
- FINER - Static variable in class com.wombat.mama.MamaLogLevel
- FINEST - Static variable in class com.wombat.mama.MamaLogLevel
- flush() - Method in class com.wombat.mama.MamaLogHandler
- FRIDAY - Static variable in class com.wombat.mama.MamaDayOfWeek
G
- getAppDataType() - Method in class com.wombat.mama.MamaSubscription
- getApplicationClassName() - Static method in class com.wombat.mama.Mama
- getApplicationName() - Static method in class com.wombat.mama.Mama
- getAppName() - Method in class com.wombat.mama.MamaConnection
- getArrayF32() - Method in class com.wombat.mama.MamaMsgField
- getArrayF32(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayF32(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayF64() - Method in class com.wombat.mama.MamaMsgField
- getArrayF64(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayF64(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayI16() - Method in class com.wombat.mama.MamaMsgField
- getArrayI16(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayI16(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayI32() - Method in class com.wombat.mama.MamaMsgField
- getArrayI32(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayI32(MamaFieldDescriptor, int[]) - Method in class com.wombat.mama.MamaMsg
- getArrayI32(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayI64() - Method in class com.wombat.mama.MamaMsgField
- getArrayI64(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayI64(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayI8() - Method in class com.wombat.mama.MamaMsgField
- getArrayI8(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayI8(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayMsg() - Method in class com.wombat.mama.MamaMsgField
- getArrayMsg(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayMsg(MamaFieldDescriptor, MamaMsg[]) - Method in class com.wombat.mama.MamaMsg
- getArrayMsg(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayString() - Method in class com.wombat.mama.MamaMsgField
- getArrayString(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayString(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayU16() - Method in class com.wombat.mama.MamaMsgField
- getArrayU16(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayU16(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayU32() - Method in class com.wombat.mama.MamaMsgField
- getArrayU32(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayU32(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayU64() - Method in class com.wombat.mama.MamaMsgField
- getArrayU64(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayU64(String, int) - Method in class com.wombat.mama.MamaMsg
- getArrayU8() - Method in class com.wombat.mama.MamaMsgField
- getArrayU8(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getArrayU8(String, int) - Method in class com.wombat.mama.MamaMsg
- getAsString() - Method in class com.wombat.mama.MamaDateTime
- getBaseSource() - Method in class com.wombat.mama.MamaSourceDerivative
-
Return the base source.
- getBoolean() - Method in class com.wombat.mama.MamaMsgField
- getBoolean(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getBoolean(String, int) - Method in class com.wombat.mama.MamaMsg
- getBridge() - Method in class com.wombat.mama.MamaTransport
- getByteBuffer() - Method in class com.wombat.mama.MamaMsg
-
Return the internal message buffer as an array of bytes which is suitable for writing to a file.
- getBytesSent() - Method in class com.wombat.mama.MamaConnection
- getCache() - Method in class com.wombat.mama.MamaDQPublisherManager.MamaPublishTopic
- getCalendar() - Method in class com.wombat.mama.MamaDateTime
- getChar() - Method in class com.wombat.mama.MamaMsgField
- getChar(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getChar(MamaFieldDescriptor, char) - Method in class com.wombat.mama.MamaMsg
- getChar(String, int) - Method in class com.wombat.mama.MamaMsg
- getChar(String, int, char) - Method in class com.wombat.mama.MamaMsg
- getCHostName() - Static method in class com.wombat.mama.Mama
- getClosure() - Method in class com.wombat.mama.MamaBasicSubscription
-
This function returns the closure supplied to the createSubscription function.
- getClosure() - Method in class com.wombat.mama.MamaFieldDescriptor
-
Return the user specified data associated with the field descriptor.
- getClosure() - Method in class com.wombat.mama.MamaSubscription
-
This function returns the closure supplied to the createSubscription function.
- getClosure() - Method in class com.wombat.mama.MamaTimer
- getCUserName() - Static method in class com.wombat.mama.Mama
- getDateAsString() - Method in class com.wombat.mama.MamaDateTime
- getDateTime() - Method in class com.wombat.mama.MamaMsgField
- getDateTime(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getDateTime(String, int) - Method in class com.wombat.mama.MamaMsg
- getDay() - Method in class com.wombat.mama.MamaDateTime
- getDayForJavaDay(int) - Static method in class com.wombat.mama.MamaDayOfWeek
- getDayForValue(short) - Static method in class com.wombat.mama.MamaDayOfWeek
- getDayOfWeek() - Method in class com.wombat.mama.MamaDateTime
- getDefaultQueue(MamaBridge) - Static method in class com.wombat.mama.Mama
- getDescription() - Method in class com.wombat.mama.MamaTransport
- getDescriptor() - Method in class com.wombat.mama.MamaMsgField
- getDictionaryMessage() - Method in class com.wombat.mama.MamaDictionary
- getDisplayId() - Method in class com.wombat.mama.MamaSource
- getEpochTimeMicroseconds() - Method in class com.wombat.mama.MamaDateTime
-
Get the date and time as microseconds since the Epoch, (using the UTC timezone).
- getEpochTimeMilliseconds() - Method in class com.wombat.mama.MamaDateTime
- getEpochTimeSeconds() - Method in class com.wombat.mama.MamaDateTime
- getEpochTimeSecondsWithCheck() - Method in class com.wombat.mama.MamaDateTime
-
Get the date and time as seconds since the Epoch, (using the UTC timezone).
- getEventCount() - Method in class com.wombat.mama.MamaQueue
- getF32() - Method in class com.wombat.mama.MamaMsgField
- getF32(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getF32(MamaFieldDescriptor, float) - Method in class com.wombat.mama.MamaMsg
- getF32(String, int) - Method in class com.wombat.mama.MamaMsg
- getF32(String, int, float) - Method in class com.wombat.mama.MamaMsg
- getF64() - Method in class com.wombat.mama.MamaMsgField
- getF64(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getF64(MamaFieldDescriptor, double) - Method in class com.wombat.mama.MamaMsg
- getF64(String, int) - Method in class com.wombat.mama.MamaMsg
- getF64(String, int, double) - Method in class com.wombat.mama.MamaMsg
- getFeedHost() - Method in class com.wombat.mama.MamaDictionary
- getFeedName() - Method in class com.wombat.mama.MamaDictionary
- getFid() - Method in class com.wombat.mama.MamaFieldDescriptor
-
Return the field identifier.
- getFid() - Method in class com.wombat.mama.MamaMsgField
- getField(MamaFieldDescriptor, MamaDictionary) - Method in class com.wombat.mama.MamaMsg
- getField(String, int, MamaDictionary) - Method in class com.wombat.mama.MamaMsg
- getFieldAsString(int, MamaDictionary) - Method in class com.wombat.mama.MamaMsg
- getFieldByFid(int) - Method in class com.wombat.mama.MamaDictionary
- getFieldByIndex(int) - Method in class com.wombat.mama.MamaDictionary
- getFieldByName(String) - Method in class com.wombat.mama.MamaDictionary
- getFieldByNameAll(String) - Method in class com.wombat.mama.MamaDictionary
- getForInt(int) - Static method in class com.wombat.mama.MamaDateTimePrecision
-
Return the precision from the int value.
- getGroupName() - Method in class com.wombat.mama.MamaFtMember
- getHeartbeatInterval() - Method in class com.wombat.mama.MamaFtMember
- getHighwatermark() - Method in class com.wombat.mama.MamaQueue
- getHints() - Method in class com.wombat.mama.MamaDateTimeHints
-
Return the hints mask.
- getHints() - Method in class com.wombat.mama.MamaPrice
- getHostName() - Static method in class com.wombat.mama.Mama
-
getHostName get the host name of the machine
- getHour() - Method in class com.wombat.mama.MamaDateTime
- getI16() - Method in class com.wombat.mama.MamaMsgField
- getI16(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getI16(MamaFieldDescriptor, short) - Method in class com.wombat.mama.MamaMsg
- getI16(String, int) - Method in class com.wombat.mama.MamaMsg
- getI16(String, int, short) - Method in class com.wombat.mama.MamaMsg
- getI32() - Method in class com.wombat.mama.MamaMsgField
- getI32(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getI32(MamaFieldDescriptor, int) - Method in class com.wombat.mama.MamaMsg
- getI32(String, int) - Method in class com.wombat.mama.MamaMsg
- getI32(String, int, int) - Method in class com.wombat.mama.MamaMsg
- getI64() - Method in class com.wombat.mama.MamaMsgField
- getI64(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getI64(MamaFieldDescriptor, long) - Method in class com.wombat.mama.MamaMsg
- getI64(String, int) - Method in class com.wombat.mama.MamaMsg
- getI64(String, int, long) - Method in class com.wombat.mama.MamaMsg
- getI8() - Method in class com.wombat.mama.MamaMsgField
- getI8(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getI8(MamaFieldDescriptor, byte) - Method in class com.wombat.mama.MamaMsg
- getI8(String, int) - Method in class com.wombat.mama.MamaMsg
- getI8(String, int, byte) - Method in class com.wombat.mama.MamaMsg
- getId() - Method in class com.wombat.mama.MamaReservedFields
-
Return the id of the reserved field.
- getId() - Method in class com.wombat.mama.MamaSource
- getInterval() - Method in class com.wombat.mama.MamaTimer
- getInvokeQualityForAllSubscs() - Method in class com.wombat.mama.MamaTransport
- getIpAddress() - Static method in class com.wombat.mama.Mama
-
getIpAddress get the ip address of the machine
- getIpAddress() - Method in class com.wombat.mama.MamaConnection
- getIsDefinitelyDelayed() - Method in class com.wombat.mama.MamaMsg
- getIsDefinitelyDelayed() - Method in class com.wombat.mama.MamaMsgQualifier
-
Return true if the message is delayed.
- getIsDefinitelyDuplicate() - Method in class com.wombat.mama.MamaMsg
- getIsDefinitelyDuplicate() - Method in class com.wombat.mama.MamaMsgQualifier
-
Return true if this message is definitely a duplicate message.
- getIsOutOfSequence() - Method in class com.wombat.mama.MamaMsg
- getIsOutOfSequence() - Method in class com.wombat.mama.MamaMsgQualifier
- getIsPossiblyDelayed() - Method in class com.wombat.mama.MamaMsg
- getIsPossiblyDelayed() - Method in class com.wombat.mama.MamaMsgQualifier
-
Return true if the message is possibly delayed.
- getIsPossiblyDuplicate() - Method in class com.wombat.mama.MamaMsg
- getIsPossiblyDuplicate() - Method in class com.wombat.mama.MamaMsgQualifier
-
Return true if this message is possibly a duplicate message.
- getIsValidPrice() - Method in class com.wombat.mama.MamaPrice
- getItemClosure() - Method in class com.wombat.mama.MamaSubscription
- getJavaTimzone() - Method in class com.wombat.mama.MamaTimeZone
-
Return a java.util.TimeZone object for this MamaTimeZone.
- getLastErrorCode() - Static method in class com.wombat.mama.Mama
- getLastErrorText() - Static method in class com.wombat.mama.Mama
- getLevel(MamaLogLevel) - Static method in class com.wombat.mama.MamaLogLevel
- getLogLevel() - Static method in class com.wombat.mama.Mama
- getLowWatermark() - Method in class com.wombat.mama.MamaQueue
- getMamaLevelForLevel(Level) - Static method in class com.wombat.mama.Mama
- getMamaLogLevel(int) - Static method in class com.wombat.mama.MamaLogLevel
- getMamaLogLevel(Level) - Static method in class com.wombat.mama.MamaLogLevel
- getMamaLogLevelForLevel(Level) - Static method in class com.wombat.mama.Mama
- getMappedId() - Method in class com.wombat.mama.MamaSource
- getMaxFid() - Method in class com.wombat.mama.MamaDictionary
- getMaxQueueSize() - Method in class com.wombat.mama.MamaConnection
- getMessageQualifierFilter() - Method in class com.wombat.mama.MamaSubscription
- getMicrosecond() - Method in class com.wombat.mama.MamaDateTime
- getMinute() - Method in class com.wombat.mama.MamaDateTime
- getMonth() - Method in class com.wombat.mama.MamaDateTime
- getMsg() - Method in class com.wombat.mama.MamaMsgField
- getMsg(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getMsg(MamaFieldDescriptor, MamaMsg) - Method in class com.wombat.mama.MamaMsg
- getMsg(String, int) - Method in class com.wombat.mama.MamaMsg
- getMsgCount() - Method in class com.wombat.mama.MamaConnection
- getName() - Method in class com.wombat.mama.MamaFieldDescriptor
-
Return the human readable name of the field.
- getName() - Method in class com.wombat.mama.MamaMsgField
- getName() - Method in class com.wombat.mama.MamaReservedFields
-
Return the name of the reserved field.
- getName() - Method in class com.wombat.mama.MamaSourceGroup
-
Return the name string identifier for the specified source group.
- getName() - Method in class com.wombat.mama.MamaTransport
- getNextQueue() - Method in class com.wombat.mama.MamaQueueGroup
-
Return the next queue.
- getNumFields() - Method in class com.wombat.mama.MamaMsg
- getOpaque() - Method in class com.wombat.mama.MamaMsgField
- getOpaque(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getOpaque(String, int) - Method in class com.wombat.mama.MamaMsg
- getOutboundThrottle() - Method in class com.wombat.mama.MamaTransport
- getOutboundThrottle(MamaThrottleInstance) - Method in class com.wombat.mama.MamaTransport
- getParent() - Method in class com.wombat.mama.MamaSource
-
Get the parent source of the mama source object
- getPayloadType() - Method in class com.wombat.mama.MamaMsg
-
Return as a character representation of the payload type used in the message.
- getPointerVal() - Method in class com.wombat.mama.MamaBasicSubscription
-
This function returns the pointer to the underlying C subscription.
- getPointerVal() - Method in class com.wombat.mama.MamaDictionary
- getPointerVal() - Method in class com.wombat.mama.MamaDispatcher
- getPointerVal() - Method in class com.wombat.mama.MamaMsg
- getPointerVal() - Method in class com.wombat.mama.MamaMsgField
- getPointerVal() - Method in class com.wombat.mama.MamaQueue
- getPointerVal() - Method in class com.wombat.mama.MamaSubscription
-
This function returns the pointer to the underlying C subscription.
- getPointerVal() - Method in class com.wombat.mama.MamaTimer
- getPointerVal() - Method in class com.wombat.mama.MamaTransport
- getPort() - Method in class com.wombat.mama.MamaConnection
- getPrecision() - Method in class com.wombat.mama.MamaPrice
- getPreInitialCacheSize() - Method in class com.wombat.mama.MamaSubscription
- getPrice() - Method in class com.wombat.mama.MamaMsgField
- getPrice(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getPrice(MamaFieldDescriptor, MamaPrice) - Method in class com.wombat.mama.MamaMsg
- getPrice(String, int) - Method in class com.wombat.mama.MamaMsg
- getPrice(String, int, MamaPrice) - Method in class com.wombat.mama.MamaMsg
- getProperty(String) - Static method in class com.wombat.mama.Mama
- getPublisher() - Method in class com.wombat.mama.MamaDQPublisherManager.MamaPublishTopic
- getQuality() - Method in class com.wombat.mama.MamaSource
- getQuality() - Method in class com.wombat.mama.MamaSourceDerivative
- getQuality() - Method in class com.wombat.mama.MamaTransport
- getQueueBridgeName() - Method in class com.wombat.mama.MamaQueue
- getQueueName() - Method in class com.wombat.mama.MamaQueue
- getQueueSize() - Method in class com.wombat.mama.MamaConnection
- getReceivedInitial() - Method in class com.wombat.mama.MamaSubscription
-
Get whether we have received an Initial.
- getRecoverGaps() - Method in class com.wombat.mama.MamaSubscription
- getRequiresInitital() - Method in class com.wombat.mama.MamaSubscription
- getRetries() - Method in class com.wombat.mama.MamaSubscription
- getRoundedValue() - Method in class com.wombat.mama.MamaPrice
-
This function obtains the double value of the price rounded to zero precision.
- getRoundedValue(MamaPricePrecision) - Method in class com.wombat.mama.MamaPrice
-
This function obtains the double value of the price rounded to the supplied precision.
- getSecond() - Method in class com.wombat.mama.MamaDateTime
- getSeqNum() - Method in class com.wombat.mama.MamaMsg
- getServiceLevel() - Method in class com.wombat.mama.MamaSubscription
- getServiceLevelOptions() - Method in class com.wombat.mama.MamaSubscription
- getShortValue() - Method in class com.wombat.mama.MamaDateTimePrecision
- getSize() - Method in class com.wombat.mama.MamaDictionary
- getSize() - Method in class com.wombat.mama.MamaSourceManager
-
Return the size of the contents of source manager
- getSource() - Method in class com.wombat.mama.MamaSubscription
-
Return the source associated with the subscription.
- getState() - Method in class com.wombat.mama.MamaBasicSubscription
-
This function returns the current state of the subscription as one of the MamaSubscriptionState instances, see this class for more information.
- getState() - Method in class com.wombat.mama.MamaSource
-
Get the state of a mama source object
- getState() - Method in class com.wombat.mama.MamaSourceDerivative
- getState() - Method in class com.wombat.mama.MamaSubscription
-
This function returns the current state of the subscription as one of the MamaSubscriptionState instances, see this class for more information.
- getStateAsString() - Method in class com.wombat.mama.MamaSource
-
Get the stringified state name of a mama source object
- getString() - Method in class com.wombat.mama.MamaMsgField
- getString(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getString(MamaFieldDescriptor, String) - Method in class com.wombat.mama.MamaMsg
- getString(String, int) - Method in class com.wombat.mama.MamaMsg
- getString(String, int, String) - Method in class com.wombat.mama.MamaMsg
- getStringAsBuffer(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
-
This function will obtain a string from the mama message and return it inside a MamaBuffer object without performing any memory allocation that would cause future garbage collection.
- getStringAsBuffer(String, int) - Method in class com.wombat.mama.MamaMsg
-
This function will obtain a string from the mama message and return it inside a MamaBuffer object without performing any memory allocation that would cause future garbage collection.
- getSubscriptionState(int) - Static method in class com.wombat.mama.MamaSubscriptionState
-
This function converts the integer state value to a corresponding MamaSubscriptionState object.
- getSubscriptionType() - Method in class com.wombat.mama.MamaSubscription
- getSubscSource() - Method in class com.wombat.mama.MamaSubscription
-
Return the source for this subscription.
- getSymbol() - Method in class com.wombat.mama.MamaBasicSubscription
-
This function returns the symbol subscribed to.
- getSymbol() - Method in class com.wombat.mama.MamaDQPublisherManager.MamaPublishTopic
- getSymbol() - Method in class com.wombat.mama.MamaSubscription
-
Return the symbol for this subscription.
- getSymbolNamespace() - Method in class com.wombat.mama.MamaSource
- getTimeAsString() - Method in class com.wombat.mama.MamaDateTime
- getTimeout() - Method in class com.wombat.mama.MamaSubscription
-
To return the subscription timeout.
- getTimeoutInterval() - Method in class com.wombat.mama.MamaFtMember
- getTopWeightSource() - Method in class com.wombat.mama.MamaSourceGroup
-
Return the top weighted source for this source group
- getTrackModState() - Method in class com.wombat.mama.MamaFieldDescriptor
- getTransport() - Method in class com.wombat.mama.MamaConnection
- getTransport() - Method in class com.wombat.mama.MamaSource
- getTransport() - Method in class com.wombat.mama.MamaSubscription
- getType() - Method in class com.wombat.mama.MamaFieldDescriptor
-
Return the data type.
- getType() - Method in class com.wombat.mama.MamaMsgField
- getTypeName() - Method in class com.wombat.mama.MamaMsgField
- getTypeName(short) - Static method in class com.wombat.mama.MamaFieldDescriptor
- getU16() - Method in class com.wombat.mama.MamaMsgField
- getU16(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getU16(MamaFieldDescriptor, int) - Method in class com.wombat.mama.MamaMsg
- getU16(String, int) - Method in class com.wombat.mama.MamaMsg
- getU16(String, int, int) - Method in class com.wombat.mama.MamaMsg
- getU32() - Method in class com.wombat.mama.MamaMsgField
- getU32(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getU32(MamaFieldDescriptor, long) - Method in class com.wombat.mama.MamaMsg
- getU32(String, int) - Method in class com.wombat.mama.MamaMsg
- getU32(String, int, long) - Method in class com.wombat.mama.MamaMsg
- getU64() - Method in class com.wombat.mama.MamaMsgField
- getU64(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getU64(MamaFieldDescriptor, long) - Method in class com.wombat.mama.MamaMsg
- getU64(String, int) - Method in class com.wombat.mama.MamaMsg
- getU64(String, int, long) - Method in class com.wombat.mama.MamaMsg
- getU8() - Method in class com.wombat.mama.MamaMsgField
- getU8(MamaFieldDescriptor) - Method in class com.wombat.mama.MamaMsg
- getU8(MamaFieldDescriptor, short) - Method in class com.wombat.mama.MamaMsg
- getU8(String, int) - Method in class com.wombat.mama.MamaMsg
- getU8(String, int, short) - Method in class com.wombat.mama.MamaMsg
- getUserName() - Static method in class com.wombat.mama.Mama
-
getUserName get the user name for the application
- getUserName() - Method in class com.wombat.mama.MamaConnection
- getValue() - Method in class com.wombat.mama.MamaArrayInt
- getValue() - Method in class com.wombat.mama.MamaArrayMsg
- getValue() - Method in class com.wombat.mama.MamaArrayString
- getValue() - Method in class com.wombat.mama.MamaBoolean
- getValue() - Method in class com.wombat.mama.MamaByte
- getValue() - Method in class com.wombat.mama.MamaChar
- getValue() - Method in class com.wombat.mama.MamaDayOfWeek
- getValue() - Method in class com.wombat.mama.MamaDouble
- getValue() - Method in class com.wombat.mama.MamaFloat
- getValue() - Method in class com.wombat.mama.MamaInteger
- getValue() - Method in class com.wombat.mama.MamaLogFilePolicy
- getValue() - Method in class com.wombat.mama.MamaLogLevel
- getValue() - Method in class com.wombat.mama.MamaLong
- getValue() - Method in class com.wombat.mama.MamaMdDataType
-
Returns the integer value for the type.
- getValue() - Method in class com.wombat.mama.MamaMdMsgType
-
Returns the integer value for the type.
- getValue() - Method in class com.wombat.mama.MamaMessage
- getValue() - Method in class com.wombat.mama.MamaOpaque
- getValue() - Method in class com.wombat.mama.MamaPrice
- getValue() - Method in class com.wombat.mama.MamaShort
- getValue() - Method in class com.wombat.mama.MamaString
- getValue() - Method in class com.wombat.mama.MamaSubscriptionState
-
Returns the integer representation of the subscription state.
- getValue() - Method in class com.wombat.mama.MamaSubscriptionType
- getValue() - Method in class com.wombat.mama.MamaThrottleInstance
-
Returns the integer value for the type.
- getVersion(MamaBridge) - Static method in class com.wombat.mama.Mama
- getWeight() - Method in class com.wombat.mama.MamaFtMember
- getYear() - Method in class com.wombat.mama.MamaDateTime
- GROUP - Static variable in class com.wombat.mama.MamaSubscriptionType
- grow(int) - Method in class com.wombat.mama.MamaBuffer
H
- HAS_DATE - Static variable in class com.wombat.mama.MamaDateTimeHints
- HAS_TIME - Static variable in class com.wombat.mama.MamaDateTimeHints
- hasDate() - Method in class com.wombat.mama.MamaDateTime
- hasDate() - Method in class com.wombat.mama.MamaDateTimeHints
-
Return true if HAS_DATE bit set.
- hasDuplicates() - Method in class com.wombat.mama.MamaDictionary
- hashCode() - Method in class com.wombat.mama.MamaDateTime
- hashCode() - Method in class com.wombat.mama.MamaInteger
- hashCode() - Method in class com.wombat.mama.MamaPrice
- hashCode() - Method in class com.wombat.mama.MamaTimeZone
-
Hashcode override.
- hasHints(MamaDateTimeHints) - Method in class com.wombat.mama.MamaDateTimeHints
-
Return true if mask matches supplied hints
- hasNext() - Method in class com.wombat.mama.MamaMsgIterator
- hasNoTimeZone() - Method in class com.wombat.mama.MamaDateTimeHints
-
Return true if no timezone bit set.
- hasTime() - Method in class com.wombat.mama.MamaDateTime
- hasTime() - Method in class com.wombat.mama.MamaDateTimeHints
-
Return true if has time bit set.
- HINTS_NONE - Static variable in class com.wombat.mama.MamaPriceHints
I
- I16 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- I16ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- I32 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- I32ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- I64 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- I64ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- I8 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- I8ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- IMBALANCE - Static variable in class com.wombat.mama.MamaMdMsgType
- IMBALANCE_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Order imbalance or noimbalance update
- INITIAL_THROTTLE - Static variable in class com.wombat.mama.MamaThrottleInstance
- INITIAL_THROTTLE_VALUE - Static variable in class com.wombat.mama.MamaThrottleInstance
-
The initial value throttle queue
- initializeMama() - Static method in class BasicFtMemberJava
- initializeMama() - Static method in class com.wombat.mama.examples.MamaFtMemberJava
- INVALID - Static variable in class com.wombat.mama.MamaMsgQualifier
-
This bit is never set by the FH.
- isActive() - Method in class com.wombat.mama.MamaFtMember
- isActive() - Method in class com.wombat.mama.MamaSubscription
-
Returns whether the subscription is valid, note that this function has been deprecated, use mamaSubscription_getState instead.
- isDispatching() - Method in class com.wombat.mama.MamaDispatcher
- isEmpty() - Method in class com.wombat.mama.MamaDateTime
- isFromInbox() - Method in class com.wombat.mama.MamaMsg
- isIntercepted() - Method in class com.wombat.mama.MamaConnection
- isPartOf(MamaSource) - Method in class com.wombat.mama.MamaSource
- isValid() - Method in class com.wombat.mama.MamaMsgQualifier
- isValid() - Method in class com.wombat.mama.MamaSubscription
-
Returns whether the subscription is valid, note that this function has been deprecated, use mamaSubscription_getState instead.
- isZero() - Method in class com.wombat.mama.MamaPrice
- ItemSeqNum - Static variable in class com.wombat.mama.MamaReservedFields
-
The item sequence number.
- iterateFields(MamaMsgFieldIterator, MamaDictionary, Object) - Method in class com.wombat.mama.MamaMsg
- iterator() - Method in class com.wombat.mama.MamaMsg
- iterator(MamaDictionary) - Method in class com.wombat.mama.MamaMsg
- iteratorAssociate(MamaMsg, MamaDictionary) - Method in class com.wombat.mama.MamaMsgIterator
- iteratorCreate(MamaMsg, MamaDictionary) - Method in class com.wombat.mama.MamaMsgIterator
- iteratorHasNext() - Method in class com.wombat.mama.MamaMsgIterator
- iteratorNext() - Method in class com.wombat.mama.MamaMsgIterator
L
- limit() - Method in class com.wombat.mama.MamaBuffer
- limit(int) - Method in class com.wombat.mama.MamaBuffer
- loadBridge(String) - Static method in class com.wombat.mama.Mama
- loadBridge(String, String) - Static method in class com.wombat.mama.Mama
- loadPayloadBridge(String) - Static method in class com.wombat.mama.Mama
- local() - Static method in class com.wombat.mama.MamaTimeZone
-
Return a reference to a MamaTimeZone corresponding to the local time zone.
- log(MamaLogLevel, String) - Static method in class com.wombat.mama.Mama
- loggingToFile() - Static method in class com.wombat.mama.Mama
- logToFile(String, Level) - Static method in class com.wombat.mama.Mama
M
- main(String[]) - Static method in class BasicFtMemberJava
- main(String[]) - Static method in class BasicInboxJava
- main(String[]) - Static method in class BasicPubJava
- main(String[]) - Static method in class BasicSubJava
- main(String[]) - Static method in class com.wombat.mama.examples.MamaFtMemberJava
- main(String[]) - Static method in class com.wombat.mama.examples.MamaInboxJava
- main(String[]) - Static method in class com.wombat.mama.examples.MamaListen
- main(String[]) - Static method in class com.wombat.mama.examples.MamaProxy
- main(String[]) - Static method in class com.wombat.mama.examples.MamaPublisherJava
- main(String[]) - Static method in class com.wombat.mama.examples.MamaSubscriberJava
- main(String[]) - Static method in class com.wombat.mama.examples.MamaSymbolListSubscriberJava
- main(String[]) - Static method in class com.wombat.mama.testtools.load.MamaChurnTest
- main(String[]) - Static method in class com.wombat.mama.testtools.performance.MamaConsumerJava
- main(String[]) - Static method in class com.wombat.mama.testtools.performance.MamaProducerJava
- Mama - Class in com.wombat.mama
- MAMA_FT_STATE_ACTIVE - Static variable in class com.wombat.mama.MamaFtState
- MAMA_FT_STATE_STANDBY - Static variable in class com.wombat.mama.MamaFtState
- MAMA_FT_STATE_UNKNOWN - Static variable in class com.wombat.mama.MamaFtState
- MAMA_FT_TYPE_BRIDGE - Static variable in class com.wombat.mama.MamaFtType
- MAMA_FT_TYPE_MAX - Static variable in class com.wombat.mama.MamaFtType
- MAMA_FT_TYPE_MULTICAST - Static variable in class com.wombat.mama.MamaFtType
- MAMA_PAYLOAD_AVIS - Static variable in class com.wombat.mama.MamaPayloadType
-
AVIS Message
- MAMA_PAYLOAD_FAST - Static variable in class com.wombat.mama.MamaPayloadType
-
FAST Message
- MAMA_PAYLOAD_TIBRV - Static variable in class com.wombat.mama.MamaPayloadType
-
TIBRV Message
- MAMA_PAYLOAD_UNKNOWN - Static variable in class com.wombat.mama.MamaPayloadType
-
Unknown type
- MAMA_PAYLOAD_V5 - Static variable in class com.wombat.mama.MamaPayloadType
-
V5 Message
- MAMA_PAYLOAD_WOMBAT_MSG - Static variable in class com.wombat.mama.MamaPayloadType
-
Wombat Message
- MAMA_STATUS_BAD_SYMBOL - Static variable in class com.wombat.mama.MamaStatus
-
Invalid symbol
- MAMA_STATUS_BAD_TRANSPORT_TYPE - Static variable in class com.wombat.mama.MamaStatus
-
Bad transport type
- MAMA_STATUS_CONFLATE_ERROR - Static variable in class com.wombat.mama.MamaStatus
-
Conflation error
- MAMA_STATUS_ENTITLEMENTS_NOT_ENABLED - Static variable in class com.wombat.mama.MamaStatus
-
Entitlements not enabled
- MAMA_STATUS_INVALID_ARG - Static variable in class com.wombat.mama.MamaStatus
-
Invalid argument
- MAMA_STATUS_INVALID_QUEUE - Static variable in class com.wombat.mama.MamaStatus
-
Invalid queue
- MAMA_STATUS_IO_ERROR - Static variable in class com.wombat.mama.MamaStatus
-
I/O error
- MAMA_STATUS_IP_NOT_FOUND - Static variable in class com.wombat.mama.MamaStatus
-
IP address not found
- MAMA_STATUS_MD_NOT_OPENED - Static variable in class com.wombat.mama.MamaStatus
-
MD Not opened
- MAMA_STATUS_NO_BRIDGE_IMPL - Static variable in class com.wombat.mama.MamaStatus
-
No bridge
- MAMA_STATUS_NOMEM - Static variable in class com.wombat.mama.MamaStatus
-
Out of memory
- MAMA_STATUS_NOT_ENTITLED - Static variable in class com.wombat.mama.MamaStatus
-
Not entitled to the symbol being subscribed to
- MAMA_STATUS_NOT_FOUND - Static variable in class com.wombat.mama.MamaStatus
-
Not found
- MAMA_STATUS_NOT_IMPLEMENTED - Static variable in class com.wombat.mama.MamaStatus
-
Not implemented
- MAMA_STATUS_NOT_INSTALLED - Static variable in class com.wombat.mama.MamaStatus
-
Not installed
- MAMA_STATUS_NOT_PERMISSIONED - Static variable in class com.wombat.mama.MamaStatus
-
Not permissioned for the subject
- MAMA_STATUS_NULL_ARG - Static variable in class com.wombat.mama.MamaStatus
-
Null argument
- MAMA_STATUS_OK - Static variable in class com.wombat.mama.MamaStatus
-
Status OK
- MAMA_STATUS_PLATFORM - Static variable in class com.wombat.mama.MamaStatus
-
Messaging platform specific error
- MAMA_STATUS_PROPERTY_TOO_LONG - Static variable in class com.wombat.mama.MamaStatus
-
Property too long
- MAMA_STATUS_PUB_SUB_NOT_OPENED - Static variable in class com.wombat.mama.MamaStatus
-
Publish/subscribe not opened
- MAMA_STATUS_QUEUE_END - Static variable in class com.wombat.mama.MamaStatus
-
End of event queue reached
- MAMA_STATUS_QUEUE_FULL - Static variable in class com.wombat.mama.MamaStatus
-
Event dispatch queue full
- MAMA_STATUS_QUEUE_OPEN_OBJECTS - Static variable in class com.wombat.mama.MamaStatus
-
Queue has open objects.
- MAMA_STATUS_SUBSCRIPTION_INVALID_STATE - Static variable in class com.wombat.mama.MamaStatus
-
Subscription is in an invalid state.
- MAMA_STATUS_SUBSCRIPTION_INVALID_TYPE - Static variable in class com.wombat.mama.MamaStatus
-
The function isn't supported for this type of subscription.
- MAMA_STATUS_SYSTEM_ERROR - Static variable in class com.wombat.mama.MamaStatus
-
General system error
- MAMA_STATUS_TIMEOUT - Static variable in class com.wombat.mama.MamaStatus
-
Timeout e.g.
- MAMA_STATUS_TIMER_FAILURE - Static variable in class com.wombat.mama.MamaStatus
-
Timer failure
- MAMA_STATUS_TOO_MANY_DISPATCHERS - Static variable in class com.wombat.mama.MamaStatus
-
Too many dispatchers
- MAMA_STATUS_UNSUPPORTED_IO_TYPE - Static variable in class com.wombat.mama.MamaStatus
-
Using unsupported I/O type
- MAMA_STATUS_WRONG_FIELD_TYPE - Static variable in class com.wombat.mama.MamaStatus
-
Wrong field type
- MAMA_SUBSCRIPTION_ACTIVATED - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_ACTIVATING - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_ALLOCATED - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_DEACTIVATED - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_DEACTIVATING - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_DEALLOCATED - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_DEALLOCATING - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_DESTROYED - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_DESTROYING - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_REACTIVATING - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_SETUP - Static variable in class com.wombat.mama.MamaSubscriptionState
- MAMA_SUBSCRIPTION_UNKNOWN - Static variable in class com.wombat.mama.MamaSubscriptionState
- MamaArrayInt - Class in com.wombat.mama
-
Mama integer array
- MamaArrayInt() - Constructor for class com.wombat.mama.MamaArrayInt
- MamaArrayInt(int[]) - Constructor for class com.wombat.mama.MamaArrayInt
- MamaArrayMsg - Class in com.wombat.mama
-
Mama assignable message array.
- MamaArrayMsg() - Constructor for class com.wombat.mama.MamaArrayMsg
- MamaArrayMsg(MamaMsg[]) - Constructor for class com.wombat.mama.MamaArrayMsg
- MamaArrayString - Class in com.wombat.mama
-
Mama assignable string array
- MamaArrayString() - Constructor for class com.wombat.mama.MamaArrayString
- MamaArrayString(String[]) - Constructor for class com.wombat.mama.MamaArrayString
- MamaBasicSubscription - Class in com.wombat.mama
- MamaBasicSubscription() - Constructor for class com.wombat.mama.MamaBasicSubscription
-
The constructor allocates the underlying C subscription.
- MamaBasicSubscriptionCallback - Interface in com.wombat.mama
- MamaBasicWildCardSubscriptionCallback - Interface in com.wombat.mama
- MamaBoolean - Class in com.wombat.mama
-
Mama assignable boolean.
- MamaBoolean() - Constructor for class com.wombat.mama.MamaBoolean
- MamaBoolean(boolean) - Constructor for class com.wombat.mama.MamaBoolean
- MamaBridge - Class in com.wombat.mama
- MamaBuffer - Class in com.wombat.mama
-
Mama Assignable Buffer.
- MamaBuffer() - Constructor for class com.wombat.mama.MamaBuffer
- MamaByte - Class in com.wombat.mama
-
Mama assignable Char.
- MamaByte() - Constructor for class com.wombat.mama.MamaByte
- MamaByte(byte) - Constructor for class com.wombat.mama.MamaByte
- MamaChar - Class in com.wombat.mama
-
Mama assignable Char.
- MamaChar() - Constructor for class com.wombat.mama.MamaChar
- MamaChar(char) - Constructor for class com.wombat.mama.MamaChar
- MamaChurnTest - Class in com.wombat.mama.testtools.load
- MamaChurnTest() - Constructor for class com.wombat.mama.testtools.load.MamaChurnTest
- MamaConnection - Class in com.wombat.mama
- MamaConnection(MamaTransport, String, int, int, int, int, int, String, String) - Constructor for class com.wombat.mama.MamaConnection
- MamaConsumerJava - Class in com.wombat.mama.testtools.performance
-
This sample application demonstrates how to send mamaMsg's from an inbox, and receive the reply.
- MamaConsumerJava() - Constructor for class com.wombat.mama.testtools.performance.MamaConsumerJava
- MamaDateTime - Class in com.wombat.mama
-
MamaDataTime Posix date/time representation.
- MamaDateTime() - Constructor for class com.wombat.mama.MamaDateTime
- MamaDateTime(MamaDateTime) - Constructor for class com.wombat.mama.MamaDateTime
- MamaDateTime(MamaDateTime, MamaDateTime) - Constructor for class com.wombat.mama.MamaDateTime
- MamaDateTime(String) - Constructor for class com.wombat.mama.MamaDateTime
- MamaDateTime(String, MamaTimeZone) - Constructor for class com.wombat.mama.MamaDateTime
- MamaDateTime(Calendar) - Constructor for class com.wombat.mama.MamaDateTime
- MamaDateTimeHints - Class in com.wombat.mama
-
Bit masks for hints.
- MamaDateTimeHints(short) - Constructor for class com.wombat.mama.MamaDateTimeHints
-
Create hints with the specified mask.
- MamaDateTimePrecision - Class in com.wombat.mama
- MamaDayOfWeek - Class in com.wombat.mama
- MamaDayOfWeek(short, String) - Constructor for class com.wombat.mama.MamaDayOfWeek
- MamaDictionary - Class in com.wombat.mama
- MamaDictionary() - Constructor for class com.wombat.mama.MamaDictionary
- MamaDictionaryCallback - Interface in com.wombat.mama
-
The
MamaDictionaryCallback
receives notification regarding the population of the data dictionary. - MamaDispatcher - Class in com.wombat.mama
- MamaDispatcher() - Constructor for class com.wombat.mama.MamaDispatcher
- MamaDouble - Class in com.wombat.mama
-
Mama assignable double.
- MamaDouble() - Constructor for class com.wombat.mama.MamaDouble
- MamaDouble(double) - Constructor for class com.wombat.mama.MamaDouble
- MamaDQCause - Class in com.wombat.mama
-
Causes of data quality events.
- MamaDQCause() - Constructor for class com.wombat.mama.MamaDQCause
- MamaDQPublisher - Class in com.wombat.mama
- MamaDQPublisher() - Constructor for class com.wombat.mama.MamaDQPublisher
- MamaDQPublisherManager - Class in com.wombat.mama
- MamaDQPublisherManager() - Constructor for class com.wombat.mama.MamaDQPublisherManager
- MamaDQPublisherManager.MamaPublishTopic - Class in com.wombat.mama
- MamaDQPublisherManagerCallback - Class in com.wombat.mama
- MamaDQPublisherManagerCallback() - Constructor for class com.wombat.mama.MamaDQPublisherManagerCallback
- MamaError - Class in com.wombat.mama
-
Class containing constants and utility methods for Mama internal errors.
- MamaError() - Constructor for class com.wombat.mama.MamaError
- MamaException - Exception in com.wombat.mama
-
This is the superclass for all MAMA exceptions.
- MamaException(String) - Constructor for exception com.wombat.mama.MamaException
-
Create a
MamaException
with the specified message. - MamaException(String, Throwable) - Constructor for exception com.wombat.mama.MamaException
-
Constructs a new runtime exception with the specified detail message and cause.
- MamaException(Throwable) - Constructor for exception com.wombat.mama.MamaException
-
Constructs a new runtime exception with the specified cause and a detail message.
- MamaFIDConflictException - Exception in com.wombat.mama
-
An exception that is thrown when an attempt is made to add a field with a duplicate field to a message.
- MamaFIDConflictException(int) - Constructor for exception com.wombat.mama.MamaFIDConflictException
- MamaFIDConflictException(int, Throwable) - Constructor for exception com.wombat.mama.MamaFIDConflictException
- MamaFieldDescriptor - Class in com.wombat.mama
-
The
MamaFieldDescriptor
class represents a field in aMamaMsg
- MamaFieldDescriptor(int, short, String, Object) - Constructor for class com.wombat.mama.MamaFieldDescriptor
-
Create a
MamaFieldDescriptor
- MamaFieldNotFoundException - Exception in com.wombat.mama
- MamaFieldNotFoundException(String) - Constructor for exception com.wombat.mama.MamaFieldNotFoundException
- MamaFieldNotFoundException(String, Throwable) - Constructor for exception com.wombat.mama.MamaFieldNotFoundException
- MamaFieldNotFoundException(Throwable) - Constructor for exception com.wombat.mama.MamaFieldNotFoundException
- MamaFieldTypeException - Exception in com.wombat.mama
-
Exception thrown when a field is accessed as the incorrect type.
- MamaFieldTypeException(String) - Constructor for exception com.wombat.mama.MamaFieldTypeException
- MamaFieldTypeException(String, Throwable) - Constructor for exception com.wombat.mama.MamaFieldTypeException
- MamaFieldTypeException(Throwable) - Constructor for exception com.wombat.mama.MamaFieldTypeException
- MamaFloat - Class in com.wombat.mama
-
Mama assignable float.
- MamaFloat() - Constructor for class com.wombat.mama.MamaFloat
- MamaFloat(float) - Constructor for class com.wombat.mama.MamaFloat
- MamaFtCallback - Class in com.wombat.mama
- MamaFtCallback() - Constructor for class com.wombat.mama.MamaFtCallback
- MamaFtMember - Class in com.wombat.mama
- MamaFtMember() - Constructor for class com.wombat.mama.MamaFtMember
- MamaFtMemberJava - Class in com.wombat.mama.examples
-
MamaFtMember - Simple fault tolerance example.
- MamaFtMemberJava() - Constructor for class com.wombat.mama.examples.MamaFtMemberJava
- MamaFtState - Class in com.wombat.mama
- MamaFtState() - Constructor for class com.wombat.mama.MamaFtState
- MamaFtType - Class in com.wombat.mama
- MamaFtType() - Constructor for class com.wombat.mama.MamaFtType
- MamaInbox - Class in com.wombat.mama
- MamaInbox() - Constructor for class com.wombat.mama.MamaInbox
- MamaInboxCallback - Interface in com.wombat.mama
-
Callback for point to point messaging.
- MamaInboxJava - Class in com.wombat.mama.examples
-
This sample application demonstrates how to send mamaMsgs from an inbox, and receive the reply.
- MamaInboxJava() - Constructor for class com.wombat.mama.examples.MamaInboxJava
- MamaInteger - Class in com.wombat.mama
-
Mama assignable integer.
- MamaInteger() - Constructor for class com.wombat.mama.MamaInteger
- MamaInteger(int) - Constructor for class com.wombat.mama.MamaInteger
- MamaListen - Class in com.wombat.mama.examples
-
MamaListen - Generic Mama API subscriber.
- MamaListen() - Constructor for class com.wombat.mama.examples.MamaListen
- MamaLogFileCallback - Interface in com.wombat.mama
- MamaLogFileCallback2 - Interface in com.wombat.mama
- MamaLogFilePolicy - Class in com.wombat.mama
- MamaLogHandler - Class in com.wombat.mama
- MamaLogHandler() - Constructor for class com.wombat.mama.MamaLogHandler
- MamaLogLevel - Class in com.wombat.mama
- MamaLong - Class in com.wombat.mama
-
Mama assignable long integer.
- MamaLong() - Constructor for class com.wombat.mama.MamaLong
- MamaLong(long) - Constructor for class com.wombat.mama.MamaLong
- MamaMdDataType - Class in com.wombat.mama
- MamaMdMsgType - Class in com.wombat.mama
-
This class provides an enumeration of types and methods for MAMA types related to market data applications.
- MamaMessage - Class in com.wombat.mama
-
Mama assignable MamaMsg.
- MamaMessage() - Constructor for class com.wombat.mama.MamaMessage
- MamaMessage(MamaMsg) - Constructor for class com.wombat.mama.MamaMessage
- MamaMsg - Class in com.wombat.mama
- MamaMsg() - Constructor for class com.wombat.mama.MamaMsg
-
The default construction behaviour is to create the underlying C message structure.
- MamaMsg(char) - Constructor for class com.wombat.mama.MamaMsg
-
Create a MamaMsg.
- MamaMsg(MamaPayloadBridge) - Constructor for class com.wombat.mama.MamaMsg
-
Create a MamaMsg.
- MamaMsgField - Class in com.wombat.mama
-
Wrapper class for the underlying mamaMsgField C structure
- MamaMsgField() - Constructor for class com.wombat.mama.MamaMsgField
- MamaMsgFieldIterator - Interface in com.wombat.mama
-
Callback interface for MamaMsg.iterateFields().
- MamaMsgIterator - Class in com.wombat.mama
- MamaMsgIterator(MamaMsg, MamaDictionary) - Constructor for class com.wombat.mama.MamaMsgIterator
- MamaMsgQualifier - Class in com.wombat.mama
-
This class defines bit flags for the MamaMsgQualifier field values.
- MamaMsgQualifier() - Constructor for class com.wombat.mama.MamaMsgQualifier
- MamaMsgQualifier(MamaMsgQualifier) - Constructor for class com.wombat.mama.MamaMsgQualifier
- MamaMsgStatus - Class in com.wombat.mama
-
Utility class for interpreting Mama message status.
- MamaMsgStatus() - Constructor for class com.wombat.mama.MamaMsgStatus
- MamaMsgType - Class in com.wombat.mama
-
A utility class for retrieving and interpreting type information from Mama Messages.
- MamaMsgType() - Constructor for class com.wombat.mama.MamaMsgType
- MamaNoEntitlementsForUserException - Exception in com.wombat.mama
- MamaNoEntitlementsForUserException(String) - Constructor for exception com.wombat.mama.MamaNoEntitlementsForUserException
- MamaNotEntitledException - Exception in com.wombat.mama
- MamaNotEntitledException(String) - Constructor for exception com.wombat.mama.MamaNotEntitledException
- MamaNotEntitledException(String, Throwable) - Constructor for exception com.wombat.mama.MamaNotEntitledException
- MamaNotEntitledException(Throwable) - Constructor for exception com.wombat.mama.MamaNotEntitledException
- MamaOpaque - Class in com.wombat.mama
-
Mama assignable Opaque data type.
- MamaOpaque() - Constructor for class com.wombat.mama.MamaOpaque
- MamaOpaque(byte[]) - Constructor for class com.wombat.mama.MamaOpaque
- MamaPayloadBridge - Class in com.wombat.mama
-
MamaPayloadBridge
- MamaPayloadType - Class in com.wombat.mama
-
Class to define payload types
- MamaPayloadType() - Constructor for class com.wombat.mama.MamaPayloadType
- MamaPrice - Class in com.wombat.mama
- MamaPrice() - Constructor for class com.wombat.mama.MamaPrice
- MamaPrice(double) - Constructor for class com.wombat.mama.MamaPrice
- MamaPrice(double, MamaPricePrecision) - Constructor for class com.wombat.mama.MamaPrice
- MamaPrice(MamaPrice) - Constructor for class com.wombat.mama.MamaPrice
- MamaPriceHints - Class in com.wombat.mama
- MamaPricePrecision - Class in com.wombat.mama
-
The MamaPricePrecision class determines how decimals are represented for the price.
- MamaPricePrecision(byte, String) - Constructor for class com.wombat.mama.MamaPricePrecision
- MamaProducerJava - Class in com.wombat.mama.testtools.performance
- MamaProducerJava() - Constructor for class com.wombat.mama.testtools.performance.MamaProducerJava
- MamaProxy - Class in com.wombat.mama.examples
- MamaProxy() - Constructor for class com.wombat.mama.examples.MamaProxy
- MamaPublisher - Class in com.wombat.mama
- MamaPublisher() - Constructor for class com.wombat.mama.MamaPublisher
- MamaPublisherJava - Class in com.wombat.mama.examples
-
This sample application demonstrates how to publish mama messages, and respond to requests from a clients inbox.
- MamaPublisherJava() - Constructor for class com.wombat.mama.examples.MamaPublisherJava
- MamaPublishTopic(String, MamaDQPublisher, Object) - Constructor for class com.wombat.mama.MamaDQPublisherManager.MamaPublishTopic
- MamaQuality - Class in com.wombat.mama
-
Class containing constants and utility methods for dealing with subscription level quality events.
- MamaQuality() - Constructor for class com.wombat.mama.MamaQuality
- MamaQueue - Class in com.wombat.mama
- MamaQueue() - Constructor for class com.wombat.mama.MamaQueue
- MamaQueueEventCallback - Interface in com.wombat.mama
-
Definition of the callback method for when a user added event fires.
- MamaQueueGroup - Class in com.wombat.mama
-
A simple class for distributing events across multiple queues in a round robin.
- MamaQueueGroup(int, MamaBridge) - Constructor for class com.wombat.mama.MamaQueueGroup
-
Create a
MamaQueueGroup
with the specified number ofMamaQueue
s. - MamaQueueMonitorCallback - Interface in com.wombat.mama
-
Definition of the callback methods enabling event queue monitoring.
- MamaReservedFields - Class in com.wombat.mama
- MamaReservedFields(String, int) - Constructor for class com.wombat.mama.MamaReservedFields
- MamaServiceLevel - Class in com.wombat.mama
-
Service level of a MAMA subscription.
- MamaServiceLevel() - Constructor for class com.wombat.mama.MamaServiceLevel
- MamaShort - Class in com.wombat.mama
-
Mama assignable short integer.
- MamaShort() - Constructor for class com.wombat.mama.MamaShort
- MamaShort(short) - Constructor for class com.wombat.mama.MamaShort
- MamaSource - Class in com.wombat.mama
-
A MAMA source maintains information about a data source, including the quality of the data coming from that source.
- MamaSource() - Constructor for class com.wombat.mama.MamaSource
-
Creates a new mama source with default parameters
- MamaSource(String, MamaTransport, String) - Constructor for class com.wombat.mama.MamaSource
- MamaSourceDerivative - Class in com.wombat.mama
- MamaSourceDerivative(MamaSource) - Constructor for class com.wombat.mama.MamaSourceDerivative
- MamaSourceGroup - Class in com.wombat.mama
- MamaSourceGroup(String) - Constructor for class com.wombat.mama.MamaSourceGroup
-
Create a mamaSourceGroup object.
- MamaSourceGroupListener - Interface in com.wombat.mama
-
Applications interested in receiving notifications on Events from the MamaSourcegroup can register and unregister their interest.
- MamaSourceGroupManager - Class in com.wombat.mama
- MamaSourceGroupManager() - Constructor for class com.wombat.mama.MamaSourceGroupManager
- MamaSourceManager - Class in com.wombat.mama
-
A Mama source manager maintains information about a set of data sources, including the quality of the data coming from sources.
- MamaSourceManager() - Constructor for class com.wombat.mama.MamaSourceManager
-
Constructor - creates a new MamaSourceManager object
- MamaSourceState - Class in com.wombat.mama
-
MamaSource state class implemented with typesafe enumeration.
- MamaSourceStateChangeListener - Interface in com.wombat.mama
-
Applications can register with MamaSourceGroup to receive state change notifications when the state of sources within the group has changed.
- MamaStartBackgroundCallback - Interface in com.wombat.mama
- MamaStatus - Class in com.wombat.mama
-
Utility class for interpreting Mama status
- MamaStatus() - Constructor for class com.wombat.mama.MamaStatus
- MamaString - Class in com.wombat.mama
-
Mama assignable string.
- MamaString() - Constructor for class com.wombat.mama.MamaString
- MamaString(String) - Constructor for class com.wombat.mama.MamaString
- MamaSubscriberJava - Class in com.wombat.mama.examples
-
This sample application demonstrates how to send mamaMsg's from an inbox, and receive the reply.
- MamaSubscriberJava() - Constructor for class com.wombat.mama.examples.MamaSubscriberJava
- MamaSubscription - Class in com.wombat.mama
- MamaSubscription() - Constructor for class com.wombat.mama.MamaSubscription
-
The constructor allocates the underlying C subscription.
- MamaSubscriptionCallback - Interface in com.wombat.mama
-
The message callback interface.
- MamaSubscriptionState - Class in com.wombat.mama
-
This class is the java equivalent of the C subscription state enumeration.
- MamaSubscriptionType - Class in com.wombat.mama
-
Subscription request type of a MAMA subscription.
- MamaSymbolListSubscriberJava - Class in com.wombat.mama.examples
- MamaSymbolListSubscriberJava() - Constructor for class com.wombat.mama.examples.MamaSymbolListSubscriberJava
- MamaThrottleCallback - Interface in com.wombat.mama
-
Implement this when using the Throttle methods for a notification when the message has actually been sent.
- MamaThrottleInstance - Class in com.wombat.mama
-
This class provides an enumeration of types and methods for MAMA throttle instance.
- MamaTimer - Class in com.wombat.mama
- MamaTimer() - Constructor for class com.wombat.mama.MamaTimer
- MamaTimerCallback - Interface in com.wombat.mama
-
Concrete instances of this interface are registered with the creation of a MamaTimer and used for processing timer event notifications.
- MamaTimeZone - Class in com.wombat.mama
-
A time zone representation to make conversion of timestamps to and from particular time zones more convenient.
- MamaTimeZone() - Constructor for class com.wombat.mama.MamaTimeZone
-
Constructor.
- MamaTimeZone(MamaTimeZone) - Constructor for class com.wombat.mama.MamaTimeZone
-
Copy constructor.
- MamaTimeZone(String) - Constructor for class com.wombat.mama.MamaTimeZone
-
Constructor.
- MamaTransport - Class in com.wombat.mama
- MamaTransport() - Constructor for class com.wombat.mama.MamaTransport
-
The constructor initialises all member variables and creates the re-usable objects including the transport listeners.
- MamaTransportListener - Interface in com.wombat.mama
- MamaTransportTopicListener - Class in com.wombat.mama
- MamaTransportTopicListener() - Constructor for class com.wombat.mama.MamaTransportTopicListener
- MAX_RESERVED_FID - Static variable in class com.wombat.mama.MamaReservedFields
- MISC - Static variable in class com.wombat.mama.MamaMdMsgType
- MISC_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Miscellaneous.
- MONDAY - Static variable in class com.wombat.mama.MamaDayOfWeek
- MSG - Static variable in class com.wombat.mama.MamaFieldDescriptor
- MsgFields - Static variable in class com.wombat.mama.MamaReservedFields
-
Deprecated.
- MsgNum - Static variable in class com.wombat.mama.MamaReservedFields
-
Field containing the current message number in a multi-part initial message.
- MsgQualifier - Static variable in class com.wombat.mama.MamaReservedFields
-
The message qualifier
- MsgStatus - Static variable in class com.wombat.mama.MamaReservedFields
-
Field for the message status.
- MsgTotal - Static variable in class com.wombat.mama.MamaReservedFields
-
The total number of messages comprising an initial message.
- MsgType - Static variable in class com.wombat.mama.MamaReservedFields
-
Field for the message type.
N
- negate() - Method in class com.wombat.mama.MamaPrice
- NEWS_QUERY - Static variable in class com.wombat.mama.MamaMdDataType
- NEWS_QUERY_VALUE - Static variable in class com.wombat.mama.MamaMdDataType
- NEWS_STORY - Static variable in class com.wombat.mama.MamaMdDataType
- NEWS_STORY_VALUE - Static variable in class com.wombat.mama.MamaMdDataType
- next() - Method in class com.wombat.mama.MamaMsgIterator
- NO_TIMEZONE - Static variable in class com.wombat.mama.MamaDateTimeHints
- NORMAL - Static variable in class com.wombat.mama.MamaLogLevel
- NORMAL - Static variable in class com.wombat.mama.MamaSubscriptionType
O
- OFF - Static variable in class com.wombat.mama.MamaLogLevel
- OFF - Static variable in class com.wombat.mama.MamaSourceState
- offset() - Method in class com.wombat.mama.MamaTimeZone
-
Return the offset from UTC (in seconds).
- OK - Static variable in class com.wombat.mama.MamaSourceState
- onAccept(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked on the publisher when the transport accepts a connection.
- onAcceptReconnect(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked on the publisher when the transport accepts a reconnection.
- onComplete() - Method in interface com.wombat.mama.MamaDictionaryCallback
-
Invoked when dictionary creation is complete.
- onConnect(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked on the subscriber when the transport connects.
- onCreate(MamaBasicSubscription) - Method in interface com.wombat.mama.MamaBasicSubscriptionCallback
-
Method invoked when subscription creation is complete, and before any calls to
onMsg
. - onCreate(MamaBasicSubscription) - Method in interface com.wombat.mama.MamaBasicWildCardSubscriptionCallback
-
Method invoked when subscription creation is complete.
- onCreate(MamaDQPublisherManager) - Method in class com.wombat.mama.MamaDQPublisherManagerCallback
- onCreate(MamaSubscription) - Method in interface com.wombat.mama.MamaSubscriptionCallback
-
Method invoked when subscription creation is complete.
- onDestroy(MamaBasicSubscription) - Method in interface com.wombat.mama.MamaBasicSubscriptionCallback
-
This method is invoked when a subscription has been completely destroyed or deactivated, the client can have confidence that no further messages will be placed on the queue for this subscription.
- onDestroy(MamaBasicSubscription) - Method in interface com.wombat.mama.MamaBasicWildCardSubscriptionCallback
- onDestroy(MamaInbox) - Method in interface com.wombat.mama.MamaInboxCallback
-
This method is invoked when an inbox has been completely destroyed, the client can have confidence that no further events will be placed on the queue for this inbox.
- onDestroy(MamaSubscription) - Method in interface com.wombat.mama.MamaSubscriptionCallback
-
This method is invoked when a subscription has been completely destroyed or deactivated, the client can have confidence that no further messages will be placed on the queue for this subscription.
- onDestroy(MamaTimer) - Method in interface com.wombat.mama.MamaTimerCallback
-
This method is invoked when a timer has been completely destroyed, the client can have confidence that no further events will be placed on the queue for this timer.
- onDisconnect(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked when transport disconnects.
- onError(MamaBasicSubscription, short, int, String) - Method in interface com.wombat.mama.MamaBasicSubscriptionCallback
-
Invoked if an error occurs during prior to subscriptionBridge creation or if the subscriptionBridge receives a message for an unentitled subject.
- onError(MamaBasicSubscription, short, int, String) - Method in interface com.wombat.mama.MamaBasicWildCardSubscriptionCallback
-
Invoked if an error occurs during prior to subscription creation or if the subscription receives a message for an unentitled subject.
- onError(MamaDQPublisherManager, int, String, MamaMsg) - Method in class com.wombat.mama.MamaDQPublisherManagerCallback
- onError(MamaSubscription, short, int, String, Exception) - Method in interface com.wombat.mama.MamaSubscriptionCallback
-
Invoked if an error occurs during subscription creation or if the subscription receives a message for an unentitled subject.
- onError(String) - Method in interface com.wombat.mama.MamaDictionaryCallback
-
Invoked when an error occurs.
- onEvent(MamaQueue, Object) - Method in interface com.wombat.mama.MamaQueueEventCallback
-
Invoked when a user event, added by
MamaQueue.enqueueEvent()
fires. - onField(MamaMsg, MamaMsgField, MamaDictionary, Object) - Method in interface com.wombat.mama.MamaMsgFieldIterator
-
Method invoked for each field in the underlying message.
- onFtStateChange(MamaFtMember, String, short) - Method in class com.wombat.mama.MamaFtCallback
-
Callback function for MAMA Fault Tolerance events.
- onGap(MamaSubscription) - Method in interface com.wombat.mama.MamaSubscriptionCallback
-
Method invoked when a sequence number gap is detected.
- onHighWatermarkExceeded(MamaQueue, long) - Method in interface com.wombat.mama.MamaQueueMonitorCallback
-
Called when the specified high watermark threshold for the event queue has been exceeded.
- onLog(MamaLogLevel, String) - Method in interface com.wombat.mama.MamaLogFileCallback2
- onLogSizeExceeded() - Method in interface com.wombat.mama.MamaLogFileCallback
- onLowWatermark(MamaQueue, long) - Method in interface com.wombat.mama.MamaQueueMonitorCallback
-
Called when the number of events on the event queue go below the specified low watermark.
- onMsg(MamaBasicSubscription, MamaMsg) - Method in interface com.wombat.mama.MamaBasicSubscriptionCallback
-
Invoked when a message arrives.
- onMsg(MamaBasicSubscription, MamaMsg, String) - Method in interface com.wombat.mama.MamaBasicWildCardSubscriptionCallback
-
Invoked when a message arrives.
- onMsg(MamaInbox, MamaMsg) - Method in interface com.wombat.mama.MamaInboxCallback
-
Method invoked when a message arrives.
- onMsg(MamaSubscription, MamaMsg) - Method in interface com.wombat.mama.MamaSubscriptionCallback
-
Invoked when a message arrives.
- onNamingServiceConnect(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked on the subscriber on connection to the naming service.
- onNamingServiceDisconnect(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked on the subscriber on disconnection to the naming service.
- onNewRequest(MamaDQPublisherManager, String, short, short, MamaMsg) - Method in class com.wombat.mama.MamaDQPublisherManagerCallback
- onPublisherDisconnect(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked on the subscriber when the transport disconnects from the publisher.
- onQuality(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked on data quality event.
- onQuality(MamaSubscription, short, short, Object) - Method in interface com.wombat.mama.MamaSubscriptionCallback
-
Invoked when a the quality of this subscription changes.
- onRecapRequest(MamaSubscription) - Method in interface com.wombat.mama.MamaSubscriptionCallback
-
Method invoked when a recap is requested upon detecting a sequence number gap.
- onReconnect(short, Object) - Method in interface com.wombat.mama.MamaTransportListener
-
Invoked when transport reconnects.
- onRefresh(MamaDQPublisherManager, MamaDQPublisherManager.MamaPublishTopic, short, short, MamaMsg) - Method in class com.wombat.mama.MamaDQPublisherManagerCallback
- onRequest(MamaDQPublisherManager, MamaDQPublisherManager.MamaPublishTopic, short, short, MamaMsg) - Method in class com.wombat.mama.MamaDQPublisherManagerCallback
- onStartComplete(int) - Method in interface com.wombat.mama.MamaStartBackgroundCallback
- onStateChanged(MamaSourceGroup, MamaSource, Object) - Method in interface com.wombat.mama.MamaSourceStateChangeListener
- onThrottledSendComplete() - Method in interface com.wombat.mama.MamaThrottleCallback
- onTimeout() - Method in interface com.wombat.mama.MamaDictionaryCallback
-
Called when a timeout occurs.
- onTimer(MamaTimer) - Method in interface com.wombat.mama.MamaTimerCallback
-
Invoked when an event for a timer which has fired is dispatched from the associated event queue.
- onTopicSubscribe(short, Object) - Method in class com.wombat.mama.MamaTransportTopicListener
-
Invoked when a topic is subscribed to
- onTopicUnsubscribe(short, Object) - Method in class com.wombat.mama.MamaTransportTopicListener
-
Invoked when a topic is unsubscribed to
- OPAQUE - Static variable in class com.wombat.mama.MamaFieldDescriptor
- open() - Static method in class com.wombat.mama.Mama
-
Initialize MAMA.
- open(String, String) - Static method in class com.wombat.mama.Mama
-
Initialize MAMA.
- ORDER_BOOK - Static variable in class com.wombat.mama.MamaMdDataType
- ORDER_BOOK_VALUE - Static variable in class com.wombat.mama.MamaMdDataType
- OUT_OF_SEQUENCE - Static variable in class com.wombat.mama.MamaMsgQualifier
-
The message is out of sequence.
- OVERWRITE - Static variable in class com.wombat.mama.MamaLogFilePolicy
P
- parseSubscriptionState(String) - Static method in class com.wombat.mama.MamaSubscriptionState
-
This function will return the subscription state corresponding to the supplied string.
- populateFromFile(String) - Method in class com.wombat.mama.MamaDictionary
- POSSIBLY_DELAYED - Static variable in class com.wombat.mama.MamaMsgQualifier
-
The current message may be delayed.
- POSSIBLY_DUPLICATE - Static variable in class com.wombat.mama.MamaMsgQualifier
-
The message is possibly a duplicate.
- PREC_CENTISECONDS - Static variable in class com.wombat.mama.MamaDateTimePrecision
- PREC_DAYS - Static variable in class com.wombat.mama.MamaDateTimePrecision
- PREC_DECISECONDS - Static variable in class com.wombat.mama.MamaDateTimePrecision
- PREC_MICROSECONDS - Static variable in class com.wombat.mama.MamaDateTimePrecision
- PREC_MILLISECONDS - Static variable in class com.wombat.mama.MamaDateTimePrecision
- PREC_MINUTES - Static variable in class com.wombat.mama.MamaDateTimePrecision
- PREC_SECONDS - Static variable in class com.wombat.mama.MamaDateTimePrecision
- PREC_UNKNOWN - Static variable in class com.wombat.mama.MamaDateTimePrecision
- PRECISION_10 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_100 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_1000 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_10000 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_100000 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_1000000 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_10000000 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_100000000 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_1000000000 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_10000000000 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_128 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_16 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_2 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_256 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_32 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_4 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_512 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_64 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_DIV_8 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_HALF_32 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_HALF_64 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_INT - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_QUARTER_32 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_TICK_32 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_TICK_64 - Static variable in class com.wombat.mama.MamaPricePrecision
- PRECISION_UNKNOWN - Static variable in class com.wombat.mama.MamaPricePrecision
- precision2Decimals() - Method in class com.wombat.mama.MamaPricePrecision
-
Return the number of decimal places for this precision.
- precision2Denom() - Method in class com.wombat.mama.MamaPricePrecision
-
Return the fractional denominator or 0 if the precision is not fractional.
- PREOPENING - Static variable in class com.wombat.mama.MamaMdMsgType
- PREOPENING_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Pre-opening summary (e.g.
- PRICE - Static variable in class com.wombat.mama.MamaFieldDescriptor
- PROPERTY - Static variable in class com.wombat.mama.MamaMdDataType
- PROPERTY_VALUE - Static variable in class com.wombat.mama.MamaMdDataType
- publish(LogRecord) - Method in class com.wombat.mama.MamaLogHandler
Q
- QUALITY_DUPLICATE - Static variable in class com.wombat.mama.MamaQuality
-
Messages with duplicate sequence numbers have been received for the subscription.
- QUALITY_FORCED_STALE - Static variable in class com.wombat.mama.MamaQuality
- QUALITY_MAYBE_STALE - Static variable in class com.wombat.mama.MamaQuality
-
The quality of the subscription is possibly stale.
- QUALITY_OK - Static variable in class com.wombat.mama.MamaQuality
-
The quality of the subscription is ok.
- QUALITY_PARTIAL_STALE - Static variable in class com.wombat.mama.MamaQuality
-
As with
QUALITY_MAYBE_STALE
- QUALITY_STALE - Static variable in class com.wombat.mama.MamaQuality
-
The quality of the subscription is stale.
- QUALITY_UNKNOWN - Static variable in class com.wombat.mama.MamaQuality
-
Invalid quality state value.
- QUANTITY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- QUOTE - Static variable in class com.wombat.mama.MamaMdMsgType
- QUOTE_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Quote update.
R
- REAL_TIME - Static variable in class com.wombat.mama.MamaServiceLevel
- RECAP_THROTTLE - Static variable in class com.wombat.mama.MamaThrottleInstance
- RECAP_THROTTLE_VALUE - Static variable in class com.wombat.mama.MamaThrottleInstance
-
The recap throttle queue
- reevaluate() - Method in class com.wombat.mama.MamaSourceGroup
-
Re-evaluate the group by checking all of the relative weights and changing the state of each MamaSource in the group as appropriate.
- registerStateChangeListener(MamaSourceStateChangeListener) - Method in class com.wombat.mama.MamaSourceGroup
-
Applications interested in event notifications can register for events.
- registerStateChangeListener(MamaSourceStateChangeListener) - Method in interface com.wombat.mama.MamaSourceGroupListener
-
Register to receive state change event notifications
- remove() - Method in class com.wombat.mama.MamaMsgIterator
- removePublisher(String) - Method in class com.wombat.mama.MamaDQPublisherManager
- removeTransportListener(MamaTransportListener) - Method in class com.wombat.mama.MamaTransport
-
This function will remove the current transport listener.
- removeTransportTopicListener() - Method in class com.wombat.mama.MamaTransport
-
This function will remove the current topic listener.
- REPEATING_SNAPSHOT - Static variable in class com.wombat.mama.MamaServiceLevel
- requestConflation() - Method in class com.wombat.mama.MamaTransport
- requestEndConflation() - Method in class com.wombat.mama.MamaTransport
- reset() - Method in class com.wombat.mama.MamaTimer
- reset(MamaMsg, MamaDictionary) - Method in class com.wombat.mama.MamaMsgIterator
- resetInterval(double) - Method in class com.wombat.mama.MamaTimer
- reuseableMsg - Variable in class com.wombat.mama.MamaQueue
- ROLL - Static variable in class com.wombat.mama.MamaLogFilePolicy
S
- SATURDAY - Static variable in class com.wombat.mama.MamaDayOfWeek
- SECURITY_STATUS - Static variable in class com.wombat.mama.MamaMdMsgType
- SECURITY_STATUS_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Security status update
- send(MamaMsg) - Method in class com.wombat.mama.MamaDQPublisher
- send(MamaMsg) - Method in class com.wombat.mama.MamaPublisher
- SenderId - Static variable in class com.wombat.mama.MamaReservedFields
-
The sender id.
- sendFromInbox(MamaInbox, MamaMsg) - Method in class com.wombat.mama.MamaPublisher
- sendNoSubscribers(String) - Method in class com.wombat.mama.MamaDQPublisherManager
- sendReply(MamaMsg, MamaMsg) - Method in class com.wombat.mama.MamaDQPublisher
- sendReplyToInbox(MamaMsg, MamaMsg) - Method in class com.wombat.mama.MamaPublisher
- sendReplyToInboxWithThrottle(MamaMsg, MamaMsg) - Method in class com.wombat.mama.MamaPublisher
- sendSyncRequest(int, double, double) - Method in class com.wombat.mama.MamaDQPublisherManager
- SendTime - Static variable in class com.wombat.mama.MamaReservedFields
-
The Message send time.
- sendWithThrottle(MamaMsg) - Method in class com.wombat.mama.MamaPublisher
- sendWithThrottle(MamaMsg, MamaThrottleCallback) - Method in class com.wombat.mama.MamaPublisher
- SeqNum - Static variable in class com.wombat.mama.MamaReservedFields
-
The sequence number.
- set(double, MamaPriceHints) - Method in class com.wombat.mama.MamaPrice
- set(int, int, int, int, int, int, long, MamaDateTimePrecision, MamaTimeZone) - Method in class com.wombat.mama.MamaDateTime
- set(String) - Method in class com.wombat.mama.MamaTimeZone
-
Assign new timezones to this object.
- setAppDataType(MamaMdDataType) - Method in class com.wombat.mama.MamaSubscription
- setAppendToLogFile(boolean) - Static method in class com.wombat.mama.Mama
- setApplicationClassName(String) - Static method in class com.wombat.mama.Mama
- setApplicationName(String) - Static method in class com.wombat.mama.Mama
- setClosure(Object) - Method in class com.wombat.mama.MamaFieldDescriptor
-
Set user specified data to associate with the field descriptor.
- setDate(int, int, int) - Method in class com.wombat.mama.MamaDateTime
- setDebugLevel(Level) - Method in class com.wombat.mama.MamaSubscription
- setDescription(String) - Method in class com.wombat.mama.MamaTransport
- setDisplayId(String) - Method in class com.wombat.mama.MamaSource
- setEpochTime(long, long) - Method in class com.wombat.mama.MamaDateTime
- setEpochTime(long, long, MamaDateTimePrecision) - Method in class com.wombat.mama.MamaDateTime
- setEpochTimeF64(double) - Method in class com.wombat.mama.MamaDateTime
- setEpochTimeMicroseconds(long) - Method in class com.wombat.mama.MamaDateTime
- setEpochTimeMilliseconds(long) - Method in class com.wombat.mama.MamaDateTime
- setHasDate(boolean) - Method in class com.wombat.mama.MamaDateTimeHints
-
Set or unset the HAS_DATE bit.
- setHasTime(boolean) - Method in class com.wombat.mama.MamaDateTimeHints
-
Set or unset the HAS_TIME bit.
- setHighWatermark(long) - Method in class com.wombat.mama.MamaQueue
- setHints(short) - Method in class com.wombat.mama.MamaDateTimeHints
-
Set mask
- setHints(MamaPriceHints) - Method in class com.wombat.mama.MamaPrice
- setId(String) - Method in class com.wombat.mama.MamaSource
- setInstanceId(String) - Method in class com.wombat.mama.MamaFtMember
- setInvalid(boolean) - Method in class com.wombat.mama.MamaMsgQualifier
-
set the invalid bid
- setInvokeQualityForAllSubscs(boolean) - Method in class com.wombat.mama.MamaTransport
- setIsDefinitelyDelayed(boolean) - Method in class com.wombat.mama.MamaMsgQualifier
-
Set the possibly delayed bit.
- setIsDefinitelyDuplicate(boolean) - Method in class com.wombat.mama.MamaMsgQualifier
-
Set the definitely duplicate bit.
- setIsPossiblyDelayed(boolean) - Method in class com.wombat.mama.MamaMsgQualifier
-
Set the possibly delayed bit.
- setIsPossiblyDuplicate(boolean) - Method in class com.wombat.mama.MamaMsgQualifier
-
Set the possibly duplicate bit.
- setIsValidPrice(boolean) - Method in class com.wombat.mama.MamaPrice
- setItemClosure(Object) - Method in class com.wombat.mama.MamaSubscription
- setLogCallback(MamaLogFileCallback2) - Static method in class com.wombat.mama.Mama
- setLogFilePolicy(MamaLogFilePolicy) - Static method in class com.wombat.mama.Mama
- setLogLevel(Level) - Static method in class com.wombat.mama.Mama
- setLogSize(long) - Static method in class com.wombat.mama.Mama
- setLogSizeCb(MamaLogFileCallback) - Static method in class com.wombat.mama.Mama
- setLowWatermark(long) - Method in class com.wombat.mama.MamaQueue
- setMappedId(String) - Method in class com.wombat.mama.MamaSource
- setMessageQualifierFilter(MamaMsgQualifier) - Method in class com.wombat.mama.MamaSubscription
- setName(String) - Method in class com.wombat.mama.MamaTransport
- setNewBuffer(byte[]) - Method in class com.wombat.mama.MamaMsg
-
Set a new buffer for an existing mamaMsg.
- setNoTimezone(boolean) - Method in class com.wombat.mama.MamaDateTimeHints
-
Set or unset the NO_TIMEZONE bit.
- setNumLogFiles(int) - Static method in class com.wombat.mama.Mama
- setOutboundThrottle(double) - Method in class com.wombat.mama.MamaTransport
- setOutboundThrottle(MamaThrottleInstance, double) - Method in class com.wombat.mama.MamaTransport
- setOutOfSequence(boolean) - Method in class com.wombat.mama.MamaMsgQualifier
-
Set the possibly out of sequence bit.
- setParent(MamaSource) - Method in class com.wombat.mama.MamaSource
- setPrecision(MamaPricePrecision) - Method in class com.wombat.mama.MamaPrice
- setPreInitialCacheSize(int) - Method in class com.wombat.mama.MamaSubscription
- setProperty(String, String) - Static method in class com.wombat.mama.Mama
- setQuality(short) - Method in class com.wombat.mama.MamaSource
- setQueueMonitorCallback(MamaQueueMonitorCallback) - Method in class com.wombat.mama.MamaQueue
- setQueueName(String) - Method in class com.wombat.mama.MamaQueue
- setRecoverGaps(boolean) - Method in class com.wombat.mama.MamaSubscription
- setRequiresInitial(boolean) - Method in class com.wombat.mama.MamaSubscription
-
Set whether subscriptoin requires initial value.
- setRetries(int) - Method in class com.wombat.mama.MamaSubscription
- setSenderId(long) - Method in class com.wombat.mama.MamaDQPublisher
- setSenderId(long) - Method in class com.wombat.mama.MamaDQPublisherManager
- setSeqNum(long) - Method in class com.wombat.mama.MamaDQPublisher
- setSeqNum(long) - Method in class com.wombat.mama.MamaDQPublisherManager
- setServiceLevel(short, long) - Method in class com.wombat.mama.MamaSubscription
- setSourceWeight(String, long) - Method in class com.wombat.mama.MamaSourceGroup
-
Set the weight for an existing mamaSource in the specified group.
- setState(MamaSourceState) - Method in class com.wombat.mama.MamaSource
- setStatus(int) - Method in class com.wombat.mama.MamaDQPublisher
- setStatus(int) - Method in class com.wombat.mama.MamaDQPublisherManager
- setSubscriptionType(MamaSubscriptionType) - Method in class com.wombat.mama.MamaSubscription
- setSymbolNamespace(String) - Method in class com.wombat.mama.MamaSource
- setTime(int, int, int, long, MamaDateTimePrecision, MamaTimeZone) - Method in class com.wombat.mama.MamaDateTime
- setTimeout(double) - Method in class com.wombat.mama.MamaSubscription
-
Set the timeout for this subscription.
- setToMidnightToday(MamaTimeZone) - Method in class com.wombat.mama.MamaDateTime
- setToNow() - Method in class com.wombat.mama.MamaDateTime
- setTrackModState(boolean) - Method in class com.wombat.mama.MamaFieldDescriptor
- setTransport(MamaTransport) - Method in class com.wombat.mama.MamaSource
- setTransportName(String) - Method in class com.wombat.mama.MamaSource
- setupFtMember(short, MamaQueue, MamaFtCallback, MamaTransport, String, int, double, double) - Method in class com.wombat.mama.MamaFtMember
- setupSubscription(MamaSubscriptionCallback, MamaQueue, MamaSource, String, Object) - Method in class com.wombat.mama.MamaSubscription
-
Setup a basic subscription without marketdata semantics.
- setValue(boolean) - Method in class com.wombat.mama.MamaBoolean
- setValue(byte) - Method in class com.wombat.mama.MamaByte
- setValue(byte) - Method in class com.wombat.mama.MamaChar
- setValue(byte[]) - Method in class com.wombat.mama.MamaOpaque
- setValue(char) - Method in class com.wombat.mama.MamaChar
- setValue(double) - Method in class com.wombat.mama.MamaDouble
- setValue(double) - Method in class com.wombat.mama.MamaPrice
- setValue(float) - Method in class com.wombat.mama.MamaFloat
- setValue(int) - Method in class com.wombat.mama.MamaInteger
- setValue(int[]) - Method in class com.wombat.mama.MamaArrayInt
- setValue(long) - Method in class com.wombat.mama.MamaLong
- setValue(short) - Method in class com.wombat.mama.MamaShort
- setValue(MamaMsg) - Method in class com.wombat.mama.MamaMessage
- setValue(MamaMsg[]) - Method in class com.wombat.mama.MamaArrayMsg
- setValue(String) - Method in class com.wombat.mama.MamaString
- setValue(String[]) - Method in class com.wombat.mama.MamaArrayString
- setWeight(int) - Method in class com.wombat.mama.MamaFtMember
- setWithHints(long, long, MamaDateTimePrecision, MamaDateTimeHints) - Method in class com.wombat.mama.MamaDateTime
- SEVERE - Static variable in class com.wombat.mama.MamaLogLevel
- SNAPSHOT - Static variable in class com.wombat.mama.MamaServiceLevel
- sourceGroupIterator() - Method in class com.wombat.mama.MamaSourceGroupManager
- sourceIterator() - Method in class com.wombat.mama.MamaSourceGroup
- sourceIterator() - Method in class com.wombat.mama.MamaSourceManager
- STANDARD - Static variable in class com.wombat.mama.MamaMdDataType
- STANDARD_VALUE - Static variable in class com.wombat.mama.MamaMdDataType
- start(MamaBridge) - Static method in class com.wombat.mama.Mama
-
Start processing messages on the internal queue.
- startBackground(MamaBridge, MamaStartBackgroundCallback) - Static method in class com.wombat.mama.Mama
-
Start processing MAMA internal events in the background.
- startDispatch() - Method in class com.wombat.mama.MamaQueueGroup
- STATUS_BAD_SYMBOL - Static variable in class com.wombat.mama.MamaMsgStatus
-
The symbol does not exist
- STATUS_BANDWIDTH_EXCEEDED - Static variable in class com.wombat.mama.MamaMsgStatus
-
Bandwidth exceeded
- STATUS_DELETE - Static variable in class com.wombat.mama.MamaMsgStatus
-
Message with the type of DELETE
- STATUS_DUPLICATE - Static variable in class com.wombat.mama.MamaMsgStatus
-
Message with duplicate sequence number
- STATUS_EXCEPTION - Static variable in class com.wombat.mama.MamaMsgStatus
- STATUS_EXPIRED - Static variable in class com.wombat.mama.MamaMsgStatus
-
Expired
- STATUS_LINE_DOWN - Static variable in class com.wombat.mama.MamaMsgStatus
-
The feed handler has detected a Line Down.
- STATUS_MISC - Static variable in class com.wombat.mama.MamaMsgStatus
-
Miscellaneous status.
- STATUS_NO_SUBSCRIBERS - Static variable in class com.wombat.mama.MamaMsgStatus
-
The feed handler does not have any subscribers to the subject
- STATUS_NOT_ENTITLED - Static variable in class com.wombat.mama.MamaMsgStatus
-
Not entitled to a subject
- STATUS_NOT_FOUND - Static variable in class com.wombat.mama.MamaMsgStatus
-
Not found
- STATUS_NOT_PERMISSIONED - Static variable in class com.wombat.mama.MamaMsgStatus
-
Not permissioned for the subject
- STATUS_OK - Static variable in class com.wombat.mama.MamaMsgStatus
-
OK
- STATUS_PLATFORM_STATUS - Static variable in class com.wombat.mama.MamaMsgStatus
-
Error in the underlying messaging API
- STATUS_POSSIBLY_STALE - Static variable in class com.wombat.mama.MamaMsgStatus
-
Messages may have been dropped
- STATUS_STALE - Static variable in class com.wombat.mama.MamaMsgStatus
-
The subject is stale.
- STATUS_TIBRV_STATUS - Static variable in class com.wombat.mama.MamaMsgStatus
- STATUS_TIMEOUT - Static variable in class com.wombat.mama.MamaMsgStatus
-
A time out occurred
- STATUS_TOPIC_CHANGE - Static variable in class com.wombat.mama.MamaMsgStatus
-
Topic renamed
- statusForMsg(MamaMsg) - Static method in class com.wombat.mama.MamaMsgStatus
-
Extract the status from the supplied message.
- stop(MamaBridge) - Static method in class com.wombat.mama.Mama
-
Stop dispatching on the default event queue for the specified bridge.
- stopDispatch() - Method in class com.wombat.mama.MamaQueue
- stopDispatch() - Method in class com.wombat.mama.MamaQueueGroup
- STRING - Static variable in class com.wombat.mama.MamaFieldDescriptor
- stringForMsg(MamaMsg) - Static method in class com.wombat.mama.MamaMdMsgType
-
The stringified name of the type based on the int value for the type in the specified message.
- stringForStatus(int) - Static method in class com.wombat.mama.MamaMsgStatus
-
Return a text description of the message's status.
- stringForStatus(int) - Static method in class com.wombat.mama.MamaStatus
-
Return a text description of the message's status.
- stringForStatus(MamaMsg) - Static method in class com.wombat.mama.MamaMsgStatus
-
Return the status as a string given an
MamaMsg
message. - stringForType(short) - Static method in class com.wombat.mama.MamaMsgType
-
Return the type name.
- stringForType(MamaMsg) - Static method in class com.wombat.mama.MamaMsgType
-
Return the type name.
- SubscMsgSubjectOld - Static variable in class com.wombat.mama.MamaReservedFields
-
Used internally for subscription management (deprecated).
- SubscMsgType - Static variable in class com.wombat.mama.MamaReservedFields
- SubscMsgTypeOld - Static variable in class com.wombat.mama.MamaReservedFields
-
Used internally for subscription management (deprecated).
- SubscriptionType - Static variable in class com.wombat.mama.MamaReservedFields
- SubscSourceApp - Static variable in class com.wombat.mama.MamaReservedFields
- SubscSourceHost - Static variable in class com.wombat.mama.MamaReservedFields
- SubscSourceUser - Static variable in class com.wombat.mama.MamaReservedFields
- SubscSymbol - Static variable in class com.wombat.mama.MamaReservedFields
- subtract(double) - Method in class com.wombat.mama.MamaPrice
- subtract(MamaPrice) - Method in class com.wombat.mama.MamaPrice
- SUNDAY - Static variable in class com.wombat.mama.MamaDayOfWeek
- SYMBOL_ACTION - Static variable in class com.wombat.mama.MamaMdMsgType
- SYMBOL_ACTION_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Action related to this symbol, such as a name change or symbol deletion due to option/future expiration, etc.
- SYMBOL_LIST - Static variable in class com.wombat.mama.MamaSubscriptionType
- SYMBOL_LIST_BOOK - Static variable in class com.wombat.mama.MamaSubscriptionType
- SYMBOL_LIST_GROUP - Static variable in class com.wombat.mama.MamaSubscriptionType
- SYMBOL_LIST_NORMAL - Static variable in class com.wombat.mama.MamaSubscriptionType
- SymbolList - Static variable in class com.wombat.mama.MamaReservedFields
- SyncPattern - Static variable in class com.wombat.mama.MamaReservedFields
-
That pattern that subjects of a sync request should match.
T
- TEMPLATE - Static variable in class com.wombat.mama.MamaMdDataType
- TEMPLATE_VALUE - Static variable in class com.wombat.mama.MamaMdDataType
- THURSDAY - Static variable in class com.wombat.mama.MamaDayOfWeek
- TibrvResult - Static variable in class com.wombat.mama.MamaReservedFields
-
The RV result code.
- TIME - Static variable in class com.wombat.mama.MamaFieldDescriptor
- toString() - Method in class com.wombat.mama.MamaBoolean
- toString() - Method in class com.wombat.mama.MamaByte
- toString() - Method in class com.wombat.mama.MamaChar
- toString() - Method in class com.wombat.mama.MamaConnection
- toString() - Method in class com.wombat.mama.MamaDateTime
- toString() - Method in class com.wombat.mama.MamaDateTimePrecision
- toString() - Method in class com.wombat.mama.MamaDayOfWeek
- toString() - Method in class com.wombat.mama.MamaDouble
- toString() - Method in class com.wombat.mama.MamaFieldDescriptor
-
Returns a string suitable for output to a terminal containing the type, id, and name.
- toString() - Method in class com.wombat.mama.MamaFloat
- toString() - Method in class com.wombat.mama.MamaInteger
- toString() - Method in class com.wombat.mama.MamaLong
- toString() - Method in class com.wombat.mama.MamaMdDataType
-
Returns the stringified name for the enumerated type.
- toString() - Method in class com.wombat.mama.MamaMdMsgType
-
Returns the stringified name for the enumerated type.
- toString() - Method in class com.wombat.mama.MamaMessage
- toString() - Method in class com.wombat.mama.MamaMsg
- toString() - Method in class com.wombat.mama.MamaMsgField
- toString() - Method in class com.wombat.mama.MamaOpaque
- toString() - Method in class com.wombat.mama.MamaPrice
- toString() - Method in class com.wombat.mama.MamaPricePrecision
- toString() - Method in class com.wombat.mama.MamaShort
- toString() - Method in class com.wombat.mama.MamaSourceState
- toString() - Method in class com.wombat.mama.MamaString
- toString() - Method in class com.wombat.mama.MamaSubscriptionState
-
This function returns the string representation of the member state.
- toString() - Method in class com.wombat.mama.MamaSubscriptionType
- toString() - Method in class com.wombat.mama.MamaThrottleInstance
-
Returns the stringified name for the enumerated type.
- toString(int) - Static method in class com.wombat.mama.MamaError
-
Get a stringified representation of the error.
- toString(int) - Static method in class com.wombat.mama.MamaSubscriptionState
-
This function returns the string representation of the state.
- toString(short) - Static method in class com.wombat.mama.MamaDQCause
- toString(short) - Static method in class com.wombat.mama.MamaFtState
- toString(short) - Static method in class com.wombat.mama.MamaQuality
-
Get a stringified representation of the quality.
- toString(short) - Static method in class com.wombat.mama.MamaServiceLevel
-
Return a string representation of a MAMA service level.
- toString(MamaSubscriptionState) - Static method in class com.wombat.mama.MamaSubscriptionState
-
This function returns the string representation of the state.
- TRADE - Static variable in class com.wombat.mama.MamaMdMsgType
- TRADE_VALUE - Static variable in class com.wombat.mama.MamaMdMsgType
-
Trade Update
- tryArrayI32(MamaFieldDescriptor, MamaArrayInt) - Method in class com.wombat.mama.MamaMsg
- tryArrayI32(String, int, MamaArrayInt) - Method in class com.wombat.mama.MamaMsg
- tryArrayMsg(MamaFieldDescriptor, MamaArrayMsg) - Method in class com.wombat.mama.MamaMsg
- tryArrayMsg(String, int, MamaArrayMsg) - Method in class com.wombat.mama.MamaMsg
- tryArrayString(MamaFieldDescriptor, MamaArrayString) - Method in class com.wombat.mama.MamaMsg
- tryArrayString(String, int, MamaArrayString) - Method in class com.wombat.mama.MamaMsg
- tryArrayU16(MamaFieldDescriptor, MamaArrayInt) - Method in class com.wombat.mama.MamaMsg
- tryArrayU16(String, int, MamaArrayInt) - Method in class com.wombat.mama.MamaMsg
- tryBoolean(MamaFieldDescriptor, MamaBoolean) - Method in class com.wombat.mama.MamaMsg
- tryBoolean(String, int, MamaBoolean) - Method in class com.wombat.mama.MamaMsg
- tryChar(MamaFieldDescriptor, MamaChar) - Method in class com.wombat.mama.MamaMsg
- tryChar(String, int, MamaChar) - Method in class com.wombat.mama.MamaMsg
- tryDateTime(MamaFieldDescriptor, MamaDateTime) - Method in class com.wombat.mama.MamaMsg
- tryDateTime(String, int, MamaDateTime) - Method in class com.wombat.mama.MamaMsg
- tryF32(MamaFieldDescriptor, MamaFloat) - Method in class com.wombat.mama.MamaMsg
- tryF32(String, int, MamaFloat) - Method in class com.wombat.mama.MamaMsg
- tryF64(MamaFieldDescriptor, MamaDouble) - Method in class com.wombat.mama.MamaMsg
- tryF64(String, int, MamaDouble) - Method in class com.wombat.mama.MamaMsg
- tryI16(MamaFieldDescriptor, MamaShort) - Method in class com.wombat.mama.MamaMsg
- tryI16(String, int, MamaShort) - Method in class com.wombat.mama.MamaMsg
- tryI32(MamaFieldDescriptor, MamaInteger) - Method in class com.wombat.mama.MamaMsg
- tryI32(String, int, MamaInteger) - Method in class com.wombat.mama.MamaMsg
- tryI64(MamaFieldDescriptor, MamaLong) - Method in class com.wombat.mama.MamaMsg
- tryI64(String, int, MamaLong) - Method in class com.wombat.mama.MamaMsg
- tryI8(MamaFieldDescriptor, MamaByte) - Method in class com.wombat.mama.MamaMsg
- tryI8(String, int, MamaByte) - Method in class com.wombat.mama.MamaMsg
- tryMsg(MamaFieldDescriptor, MamaMessage) - Method in class com.wombat.mama.MamaMsg
- tryMsg(String, int, MamaMessage) - Method in class com.wombat.mama.MamaMsg
- tryOpaque(MamaFieldDescriptor, MamaOpaque) - Method in class com.wombat.mama.MamaMsg
- tryOpaque(String, int, MamaOpaque) - Method in class com.wombat.mama.MamaMsg
- tryPrice(MamaFieldDescriptor, MamaPrice) - Method in class com.wombat.mama.MamaMsg
- tryPrice(String, int, MamaPrice) - Method in class com.wombat.mama.MamaMsg
- tryString(MamaFieldDescriptor, MamaString) - Method in class com.wombat.mama.MamaMsg
- tryString(String, int, MamaString) - Method in class com.wombat.mama.MamaMsg
- tryStringAsBuffer(String, int, MamaBuffer) - Method in class com.wombat.mama.MamaMsg
-
This function will obtain a string from the mama message and return it inside a MamaBuffer object without performing any memory allocation that would cause future garbage collection.
- tryStringToLogLevel(String) - Static method in class com.wombat.mama.MamaLogLevel
- tryStringToLogPolicy(String) - Static method in class com.wombat.mama.MamaLogFilePolicy
- tryU16(MamaFieldDescriptor, MamaInteger) - Method in class com.wombat.mama.MamaMsg
- tryU16(String, int, MamaInteger) - Method in class com.wombat.mama.MamaMsg
- tryU32(MamaFieldDescriptor, MamaLong) - Method in class com.wombat.mama.MamaMsg
- tryU32(String, int, MamaLong) - Method in class com.wombat.mama.MamaMsg
- tryU64(MamaFieldDescriptor, MamaLong) - Method in class com.wombat.mama.MamaMsg
- tryU64(String, int, MamaLong) - Method in class com.wombat.mama.MamaMsg
- tryU8(MamaFieldDescriptor, MamaShort) - Method in class com.wombat.mama.MamaMsg
- tryU8(String, int, MamaShort) - Method in class com.wombat.mama.MamaMsg
- TUESDAY - Static variable in class com.wombat.mama.MamaDayOfWeek
- TYPE_BOOK_CLEAR - Static variable in class com.wombat.mama.MamaMsgType
-
order book clear.
- TYPE_BOOK_INITIAL - Static variable in class com.wombat.mama.MamaMsgType
-
order book initial.
- TYPE_BOOK_RECAP - Static variable in class com.wombat.mama.MamaMsgType
-
order book recap.
- TYPE_BOOK_SNAPSHOT - Static variable in class com.wombat.mama.MamaMsgType
-
order book snapshot.
- TYPE_BOOK_UPDATE - Static variable in class com.wombat.mama.MamaMsgType
-
order book update.
- TYPE_CANCEL - Static variable in class com.wombat.mama.MamaMsgType
-
trade cancel.
- TYPE_CLOSING - Static variable in class com.wombat.mama.MamaMsgType
-
closing summary.
- TYPE_CORRECTION - Static variable in class com.wombat.mama.MamaMsgType
-
trade correction.
- TYPE_DDICT_SNAPSHOT - Static variable in class com.wombat.mama.MamaMsgType
-
data dictionary.
- TYPE_DELETE - Static variable in class com.wombat.mama.MamaMsgType
-
symbol deleted.
- TYPE_END_OF_INITIALS - Static variable in class com.wombat.mama.MamaMsgType
-
end of group of initial values.
- TYPE_ERROR - Static variable in class com.wombat.mama.MamaMsgType
-
trade error.
- TYPE_EXPIRE - Static variable in class com.wombat.mama.MamaMsgType
-
expired.
- TYPE_FEATURE_SET - Static variable in class com.wombat.mama.MamaMsgType
- TYPE_FEATURE_SET_REQ - Static variable in class com.wombat.mama.MamaMsgType
- TYPE_INITIAL - Static variable in class com.wombat.mama.MamaMsgType
-
initial value.
- TYPE_MISC - Static variable in class com.wombat.mama.MamaMsgType
-
miscellaneous.
- TYPE_NOT_FOUND - Static variable in class com.wombat.mama.MamaMsgType
-
not found (but may show up later).
- TYPE_NOT_PERMISSIONED - Static variable in class com.wombat.mama.MamaMsgType
-
not permissioned (on feed).
- TYPE_NULL - Static variable in class com.wombat.mama.MamaMsgType
- TYPE_ORDER - Static variable in class com.wombat.mama.MamaMsgType
-
order updates.
- TYPE_PLATFORM - Static variable in class com.wombat.mama.MamaMsgType
- TYPE_PREOPENING - Static variable in class com.wombat.mama.MamaMsgType
-
pre-opening summary.
- TYPE_QUOTE - Static variable in class com.wombat.mama.MamaMsgType
-
quote updates.
- TYPE_RECAP - Static variable in class com.wombat.mama.MamaMsgType
-
refresh/recap of some/all fields.
- TYPE_REFRESH - Static variable in class com.wombat.mama.MamaMsgType
- TYPE_SEC_STATUS - Static variable in class com.wombat.mama.MamaMsgType
-
security status update
- TYPE_SNAPSHOT - Static variable in class com.wombat.mama.MamaMsgType
-
full-record snapshot (no updates).
- TYPE_SYNC_REQUEST - Static variable in class com.wombat.mama.MamaMsgType
- TYPE_TRADE - Static variable in class com.wombat.mama.MamaMsgType
-
trade updates.
- TYPE_UPDATE - Static variable in class com.wombat.mama.MamaMsgType
-
general update (indices, funds).
- TYPE_WOMBAT_CALC - Static variable in class com.wombat.mama.MamaMsgType
-
calculated result.
- TYPE_WOMBAT_REQUEST - Static variable in class com.wombat.mama.MamaMsgType
-
service request.
- typeForMsg(MamaMsg) - Static method in class com.wombat.mama.MamaMdMsgType
-
Get the md msg type from the specified MamaMsg.
- typeForMsg(MamaMsg) - Static method in class com.wombat.mama.MamaMsgType
-
Extract the type from the supplied message.
- tz() - Method in class com.wombat.mama.MamaTimeZone
-
Return the time zone string.
U
- U16 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- U16ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- U32 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- U32ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- U64 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- U64ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- U8 - Static variable in class com.wombat.mama.MamaFieldDescriptor
- U8ARRAY - Static variable in class com.wombat.mama.MamaFieldDescriptor
- UKNOWN - Static variable in class com.wombat.mama.MamaSourceState
- UNBOUNDED - Static variable in class com.wombat.mama.MamaLogFilePolicy
- UNKNOWN - Static variable in class com.wombat.mama.MamaFieldDescriptor
- UNKNOWN - Static variable in class com.wombat.mama.MamaServiceLevel
- unregisterStateChangeListener(MamaSourceStateChangeListener) - Method in class com.wombat.mama.MamaSourceGroup
-
Applications interested in event notifications can unregister for events.
- unregisterStateChangeListener(MamaSourceStateChangeListener) - Method in interface com.wombat.mama.MamaSourceGroupListener
-
Unregister from state change event notifications
- updateArrayF32(String, int, float[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayF64(String, int, double[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayI16(String, int, short[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayI32(String, int, int[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayI64(String, int, long[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayI8(String, int, byte[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayU16(String, int, int[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayU32(String, int, long[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayU64(String, int, long[]) - Method in class com.wombat.mama.MamaMsg
- updateArrayU8(String, int, short[]) - Method in class com.wombat.mama.MamaMsg
- updateBoolean(String, int, boolean) - Method in class com.wombat.mama.MamaMsg
- updateChar(String, int, char) - Method in class com.wombat.mama.MamaMsg
- updateDateTime(String, int, MamaDateTime) - Method in class com.wombat.mama.MamaMsg
- updateF32(String, int, float) - Method in class com.wombat.mama.MamaMsg
- updateF64(String, int, double) - Method in class com.wombat.mama.MamaMsg
- updateI16(String, int, short) - Method in class com.wombat.mama.MamaMsg
- updateI32(String, int, int) - Method in class com.wombat.mama.MamaMsg
- updateI64(String, int, long) - Method in class com.wombat.mama.MamaMsg
- updateI8(String, int, byte) - Method in class com.wombat.mama.MamaMsg
- updatePrice(String, int, MamaPrice) - Method in class com.wombat.mama.MamaMsg
- updateString(String, int, String) - Method in class com.wombat.mama.MamaMsg
- updateU16(String, int, int) - Method in class com.wombat.mama.MamaMsg
- updateU32(String, int, long) - Method in class com.wombat.mama.MamaMsg
- updateU64(String, int, long) - Method in class com.wombat.mama.MamaMsg
- updateU8(String, int, short) - Method in class com.wombat.mama.MamaMsg
- USAGE_LOG - Static variable in class com.wombat.mama.MamaMdDataType
- USAGE_LOG_VALUE - Static variable in class com.wombat.mama.MamaMdDataType
- usEastern() - Static method in class com.wombat.mama.MamaTimeZone
-
Return a reference to a MamaTimeZone corresponding to the US Eastern time zone.
- USER - Static variable in class com.wombat.mama.MamaLogFilePolicy
- utc() - Static method in class com.wombat.mama.MamaTimeZone
-
Return a reference to a MamaTimeZone corresponding to UTC time zone.
V
- valueToString(int) - Static method in class com.wombat.mama.MamaMdDataType
-
Utility method for mapping type integer values to corresponding string values.
- valueToString(int) - Static method in class com.wombat.mama.MamaMdMsgType
-
Utility method for mapping type integer values to corresponding string values.
- valueToString(int) - Static method in class com.wombat.mama.MamaThrottleInstance
-
Utility method for mapping type integer values to corresponding string values.
- VECTOR - Static variable in class com.wombat.mama.MamaFieldDescriptor
- VECTOR_MSG - Static variable in class com.wombat.mama.MamaFieldDescriptor
- VECTOR_PRICE - Static variable in class com.wombat.mama.MamaFieldDescriptor
- VECTOR_STRING - Static variable in class com.wombat.mama.MamaFieldDescriptor
- VECTOR_TIME - Static variable in class com.wombat.mama.MamaFieldDescriptor
W
- WARN - Static variable in class com.wombat.mama.MamaLogLevel
- WEDNESDAY - Static variable in class com.wombat.mama.MamaDayOfWeek
- WORLDVIEW - Static variable in class com.wombat.mama.MamaMdDataType
- WORLDVIEW_VALUE - Static variable in class com.wombat.mama.MamaMdDataType
- writeToFile(String) - Method in class com.wombat.mama.MamaDictionary
- WV_REPLY_SOURCES - Static variable in class com.wombat.mama.MamaMsgType
- WV_REPLY_SOURCES_GROUPS - Static variable in class com.wombat.mama.MamaMsgType
- WV_REPLY_SYMBOL_RESOLUTION - Static variable in class com.wombat.mama.MamaMsgType
- WV_REPLY_SYMBOLOGIES - Static variable in class com.wombat.mama.MamaMsgType
- WV_REQUEST_SOURCES - Static variable in class com.wombat.mama.MamaMsgType
- WV_REQUEST_SOURCES_GROUPS - Static variable in class com.wombat.mama.MamaMsgType
- WV_REQUEST_SYMBOL_RESOLUTION - Static variable in class com.wombat.mama.MamaMsgType
- WV_REQUEST_SYMBOLOGIES - Static variable in class com.wombat.mama.MamaMsgType
- WV_UPDATE_SOURCES - Static variable in class com.wombat.mama.MamaMsgType
- WV_UPDATE_SOURCES_GROUPS - Static variable in class com.wombat.mama.MamaMsgType
- WV_UPDATE_SYMBOLOGIES - Static variable in class com.wombat.mama.MamaMsgType
_
- _create(MamaBridge) - Method in class com.wombat.mama.MamaTransport
- _create(String, MamaBridge) - Method in class com.wombat.mama.MamaTransport
- _getField(String, int, MamaDictionary) - Method in class com.wombat.mama.MamaMsg
- _populateFromFile(String) - Method in class com.wombat.mama.MamaDictionary
All Classes All Packages