A B C D E F G H I K L M N O P Q R S T U V W _

A

ackInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Gets extended ACK info.
add(LBMApplicationHeaderChainElement) - Method in class com.latencybusters.lbm.LBMApplicationHeaderChain
Add a new LBMApplicationHeaderChainElement to the end of this application header chain.
add(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Add a field to a message - the field set will be automatically created if needed
add(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Add an SDM field to the field set
add_element(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Add an element to an array from a field
add_element(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Add the SDM array element
addFieldInfo(String, int, PDMFieldType, int, boolean, int) - Method in class com.latencybusters.pdm.PDMDefinition
The main method used internally to add field information to the definition
addFieldInfo(String, PDMFieldType, boolean) - Method in class com.latencybusters.pdm.PDMDefinition
Adds field information to the definition with a string field name
addFieldInfo(int, PDMFieldType, boolean) - Method in class com.latencybusters.pdm.PDMDefinition
Adds field information to the definition with an int field name
addFieldInfo(String, PDMFieldType, int, boolean) - Method in class com.latencybusters.pdm.PDMDefinition
Adds field information to the definition for a fixed length string field with a string field name
addFieldInfo(int, PDMFieldType, int, boolean) - Method in class com.latencybusters.pdm.PDMDefinition
Adds field information to the definition for a fixed length string field with an int field name
addFieldInfo(String, PDMFieldType, boolean, int) - Method in class com.latencybusters.pdm.PDMDefinition
Adds field information to the definition for a fixed-size array field with a string field name
addFieldInfo(int, PDMFieldType, boolean, int) - Method in class com.latencybusters.pdm.PDMDefinition
Adds field information to the definition for a fixed-size array field with an int field name
addFieldInfo(String, PDMFieldType, int, boolean, int) - Method in class com.latencybusters.pdm.PDMDefinition
Adds field information to the definition for a fixed-size array field of fixed length strings with a string field name
addFieldInfo(int, PDMFieldType, int, boolean, int) - Method in class com.latencybusters.pdm.PDMDefinition
Adds field information to the definition for a fixed-size array field of fixed length strings with an int field name
addImmediateMessageReceiver(LBMImmediateMessageCallback) - Method in class com.latencybusters.lbm.LBMContext
Register a callback for handling of non-topic immediate messages
addImmediateMessageReceiver(LBMImmediateMessageCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Register a callback (and callback token) for handling of non-topic immediate messages
addMonitor(LBMEventQueueCallback) - Method in class com.latencybusters.lbm.LBMEventQueue
Register a monitor callback
addMonitor(LBMEventQueueCallback, Object) - Method in class com.latencybusters.lbm.LBMEventQueue
Register a monitor callback (and callback token)
addResponseCallback(LBMResponseCallback) - Method in class com.latencybusters.lbm.LBMRequest
Register a callback to be invoked when a response is received for this request.
addResponseCallback(LBMResponseCallback, Object) - Method in class com.latencybusters.lbm.LBMRequest
Register a callback to be invoked when a response is received for this request.
address() - Method in class com.latencybusters.lbm.UMEStoreEntry
Accessor function to get the store's address.
addSourceCallback(LBMSourceEventCallback) - Method in class com.latencybusters.lbm.LBMSource
Register a source event callback
addSourceCallback(LBMSourceEventCallback, Object) - Method in class com.latencybusters.lbm.LBMSource
Register a source event callback (and callback token)
addSourceNotifyCallback(LBMSourceNotification) - Method in class com.latencybusters.lbm.LBMContext
Register a callback interface (and a callback handle argument) to be called when a new source is seen for any topic.
addSourceNotifyCallback(LBMSourceNotification, Object) - Method in class com.latencybusters.lbm.LBMContext
Register a callback interface (and a callback handle argument) to be called when a new source is seen for any topic.
addStatisticsCallback(LBMMonitorStatisticsCallback) - Method in class com.latencybusters.lbm.LBMMonitorReceiver
Deprecated. This method is provided for backwards compatibility with LBM 3.3.9/ UME 2.0.7; please use the LBMMonitorReceiver.addStatisticsCallback(LBMMonitorStatisticsCallbackObject) method instead.
addStatisticsCallback(LBMMonitorStatisticsCallbackObject) - Method in class com.latencybusters.lbm.LBMMonitorReceiver
Register statistics callbacks.
addTimerCallback(LBMTimerCallback) - Method in class com.latencybusters.lbm.LBMTimer
Register a timer callback
addTimerCallback(LBMTimerCallback, Object) - Method in class com.latencybusters.lbm.LBMTimer
Register a timer callback (and callback token)
allocTopic(String) - Method in class com.latencybusters.lbm.LBMContext
Create an LBMTopic object (useable for an LBM source) for given topic name and attributes.
allocTopic(String, LBMSourceAttributes) - Method in class com.latencybusters.lbm.LBMContext
Create an LBMTopic object (useable for an LBM source) for given topic name and attributes.
appArg - Variable in class com.latencybusters.auxapi.UMEBlockSrc
 
appcb - Variable in class com.latencybusters.auxapi.UMEBlockSrc
 
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Append a value to the end of the array
append(LBMSDMRawBlob) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Append a value to the end of the array
append(boolean) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Append a value to the end of the array
append(LBMSDMRawDecimal) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Append a value to the end of the array
append(double) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Append a value to the end of the array
append(float) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Append a value to the end of the array
append(short) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Append a value to the end of the array
append(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Append a value to the end of the array
append(long) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Append a value to the end of the array
append(byte) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Append a value to the end of the array
append(LBMSDMessage) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Append a value to the end of the array
append(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Append a value to the end of the array
append(LBMSDMRawTimestamp) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Append a value to the end of the array
append(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Append a value to the end of the array
append(long) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Append a value to the end of the array
append(BigInteger) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Append a value to the end of the array from a BigInteger
append(LBMSDMRawUint64) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Append a value to the end of the array from an LBMSDMRawUint64
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Append a value to the end of the array
append(short) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Append a value to the end of the array
append(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Append a value to the end of the array
append(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
This is overridden by array classes
applicationHeaderChain() - Method in class com.latencybusters.lbm.LBMMessage
Get the application header chain, if any, associated with this message.
applicationSetIndex() - Method in class com.latencybusters.lbm.UMQQueueApplicationSet
Gets this application set's application set index (as determined by the queue daemon).
applicationSetIndex() - Method in class com.latencybusters.lbm.UMQSourceEventULBReceiverInfo
Get Application Set index for the receiver associated with this info object.
applicationSetName() - Method in class com.latencybusters.lbm.UMQQueueApplicationSet
Gets the name (as configured on the queue daemon) of this application set.
applicationSets() - Method in class com.latencybusters.lbm.UMQQueueTopic
Gets a list of the application sets within this topic as configured at the UMQ queue daemon.
assignmentId() - Method in class com.latencybusters.lbm.UMQRegistrationCompleteInfo
Get generated Assignment ID for this registration complete message.
assignmentId() - Method in class com.latencybusters.lbm.UMQSourceEventULBReceiverInfo
Get Assignment ID for the receiver associated with this info object.
ASYNC_OP_INFO_FLAG_FIRST - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation info flag.
ASYNC_OP_INFO_FLAG_INLINE - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation info flag.
ASYNC_OP_INFO_FLAG_LAST - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation info status flag.
ASYNC_OP_INFO_FLAG_ONLY - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation info flag.
ASYNC_OP_INVALID_HANDLE - Static variable in class com.latencybusters.lbm.LBM
Invalid asynchronous operation handle.
ASYNC_OP_STATUS_CANCELED - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation status code.
ASYNC_OP_STATUS_COMPLETE - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation status code.
ASYNC_OP_STATUS_ERROR - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation status code.
ASYNC_OP_STATUS_IN_PROGRESS - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation status code.
ASYNC_OP_TYPE_CTX_UMQ_QUEUE_TOPIC_LIST - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation type.
ASYNC_OP_TYPE_RCV_UMQ_QUEUE_MSG_LIST - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation type.
ASYNC_OP_TYPE_RCV_UMQ_QUEUE_MSG_RETRIEVE - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation type.
ASYNC_OPERATION_CANCEL_FLAG_NONBLOCK - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation cancel flag.
ASYNC_OPERATION_STATUS_FLAG_NONBLOCK - Static variable in class com.latencybusters.lbm.LBM
Asynchronous operation status flag.
asyncOperationCancel(long) - Static method in class com.latencybusters.lbm.LBM
Cancel the asynchronous operation referred to by the given handle.
asyncOperationCancel(long, int) - Static method in class com.latencybusters.lbm.LBM
Cancel the asynchronous operation referred to by the given handle.
asyncOperationStatus(long) - Static method in class com.latencybusters.lbm.LBM
Query the status of the asynchronous operation referred to by the given handle.
asyncOperationStatus(long, int) - Static method in class com.latencybusters.lbm.LBM
Query the status of the asynchronous operation referred to by the given handle.

B

bytesBuffered() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of bytes currently in UM's TCP buffer, i.e., a snapshot (TCP only).
bytesBuffered(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of bytes currently in UM's TCP buffer, i.e., a snapshot (TCP only).
bytesBuffered() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of bytes currently in UM's TCP buffer, i.e., a snapshot (TCP only).
bytesBuffered(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of bytes currently in UM's TCP buffer, i.e., a snapshot (TCP only).
bytesReceived() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagram bytes received (TCP, LBT-RM).
bytesReceived(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagram bytes received (TCP, LBT-RM).
bytesReceived() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagram bytes received (TCP, LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA).
bytesReceived(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagram bytes received (TCP, LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA).
bytesSent() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagram bytes sent (LBT-RM only).
bytesSent(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagram bytes sent (LBT-RM only).
bytesSent() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagram bytes sent (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA).
bytesSent(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagram bytes sent (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA).

C

calcLen(PDMSerializer) - Method in class com.latencybusters.pdm.PDMDefinition
Calculates the total length of the definition
callbackEvents() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of callback events currently in the event queue, i.e., a snapshot.
callbackEventsMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for callback events (in microseconds).
callbackEventsMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for callback events (in microseconds).
callbackEventsMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for callback events (in microseconds).
callbackEventsTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of callback events that have been added to the event queue even if subsequently de-queued) since last reset.
cancel() - Method in class com.latencybusters.lbm.LBMTimer
Cancel timer
cancel(boolean) - Method in class com.latencybusters.lbm.LBMTimer
Deprecated. This method is provided for backwards compatibility with LBM 3.3.7/UME 2.0.5; please use the LBMTimer.cancel() method instead.
cancelEvents() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of cancel events currently in the event queue, i.e., a snapshot.
cancelEventsMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for cancel events.
cancelEventsMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for cancel events.
cancelEventsMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for cancel events.
cancelEventsTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of cancel events that have been added to the event queue (even if subsequently de-queued) since last reset.
canSendExplicitAck() - Method in class com.latencybusters.lbm.LBMMessage
 
CHAIN_ELEM_USER_DATA - Static variable in class com.latencybusters.lbm.LBM
Application header type representing user data.
channelFlags() - Method in class com.latencybusters.lbm.LBMMessageChannelInfo
LBM channel flags.
channelInfo() - Method in class com.latencybusters.lbm.LBMMessage
Object containing channel information included with the message.
channelInfo() - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Returns the currently set channel info.
channelNumber() - Method in class com.latencybusters.lbm.LBMMessageChannelInfo
Channel on which the current message has been delivered.
clear() - Method in class com.latencybusters.lbm.LBMMessageProperties
Clear all properties from this object.
clear(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Clear the property with the specified key from this object.
clear() - Method in class com.latencybusters.pdm.PDMDefinitionCache
Clears the cache of all definitions and ids
clearSourceNotification() - Method in class com.latencybusters.lbm.LBMContextAttributes
Clear the currently stored source notification callback and token
clientObject() - Method in class com.latencybusters.lbm.LBMSourceEvent
Client callback object.
clientObject() - Method in class com.latencybusters.lbm.LBMSourceEventSequenceNumberInfo
Get the client-supplied callback object.
clientObject() - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Returns the client-supplied callback object.
clientObject() - Method in class com.latencybusters.lbm.UMESourceEventAckInfo
Get the client-supplied callback object.
clientObject() - Method in class com.latencybusters.lbm.UMQSourceEventAckInfo
Get the client-supplied callback object.
clientObject() - Method in class com.latencybusters.lbm.UMQSourceEventMessageIdInfo
Get the client object provided when the message was sent.
clientObject() - Method in class com.latencybusters.lbm.UMQSourceEventULBMessageInfo
Get the client-supplied callback object.
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Clone an SDM message
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Clone this field
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldsAttribute
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawBlob
Get a copy of this blob
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Get a copy of a raw decimal
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Get a copy of this object
clone() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Get a copy of this object
close() - Method in class com.latencybusters.auxapi.UMEBlockSrc
 
close() - Method in class com.latencybusters.lbm.LBMContext
Close this context.
close() - Method in class com.latencybusters.lbm.LBMEventQueue
Close this event queue.
close() - Method in class com.latencybusters.lbm.LBMHFX
Close this HFX object.
close(LBMOperationCompleteCallback, Object) - Method in class com.latencybusters.lbm.LBMHFX
Close this HFX object.
close() - Method in class com.latencybusters.lbm.LBMHFXReceiver
Close this receiver.
close(LBMOperationCompleteCallback, Object) - Method in class com.latencybusters.lbm.LBMHFXReceiver
Close this receiver.
close() - Method in class com.latencybusters.lbm.LBMMonitorReceiver
Destroy a statistics receive controller.
close() - Method in class com.latencybusters.lbm.LBMMonitorSource
Destroy a source monitoring controller.
close() - Method in class com.latencybusters.lbm.LBMObjectRecycler
A method to clean up all objects referenced by the recycler when the application is closing (which will dispose all of the stats objects in the recycler).
close() - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
A method that should be overridden by derived classes, if needed, to provide a way to clean up objects referenced by the recycler (like stats objects).
close() - Method in class com.latencybusters.lbm.LBMRequest
Close this request.
close() - Method in class com.latencybusters.lbm.LBMSource
Close this source
close() - Method in class com.latencybusters.lbm.LBMSourceChannelInfo
Reclaim resources associated with the underlying LBM data structures once the channel info object will no longer be used.
com.latencybusters.auxapi - package com.latencybusters.auxapi
 
com.latencybusters.lbm - package com.latencybusters.lbm
 
com.latencybusters.lbm.sdm - package com.latencybusters.lbm.sdm
 
com.latencybusters.pdm - package com.latencybusters.pdm
 
comparePattern(String, Object) - Method in interface com.latencybusters.lbm.LBMWildcardPatternCallback
Callback function called when a pattern match is desired for a topic discovered for a wildcard receiver.
comparePattern(String) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Default wildcard pattern comparison method.
compareTo(BigInteger) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Compare to another BigInteger
compareTo(int) - Method in class com.latencybusters.pdm.PDMDefinition
Used to compare this PDMDefinition to another's id taking into account only the the definition id
compareTo(PDMDefinition) - Method in class com.latencybusters.pdm.PDMDefinition
Used to compare this PDMDefinition to another taking into account only the the definition id
compareToWithVersion(int, int, int) - Method in class com.latencybusters.pdm.PDMDefinition
Used to compare this PDMDefinition to another's properties taking into account the definition id and the major and minor message version
compareToWithVersion(PDMDefinition) - Method in class com.latencybusters.pdm.PDMDefinition
Used to compare this PDMDefinition to another taking into account the definition id and the major and minor message version
containsKey(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Test if the specified key is contained in the properties object.
containsKey(int) - Method in class com.latencybusters.pdm.PDMDefinitionCache
Checks to see if cache contains a definition with the matching definition id (regardless of version)
containsKey(int, int, int) - Method in class com.latencybusters.pdm.PDMDefinitionCache
Checks to see if cache contains a definition with the matching definition id, and version
context() - Method in class com.latencybusters.lbm.LBMTimer
Get the LBMContext object associated with this timer.
CONTEXT_EVENT_UMQ_INSTANCE_LIST_NOTIFICATION - Static variable in class com.latencybusters.lbm.LBM
Indicates that the queue instance list has changed.
CONTEXT_EVENT_UMQ_REGISTRATION_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
Indicates context registration is complete.
CONTEXT_EVENT_UMQ_REGISTRATION_COMPLETE_EX_FLAG_QUORUM - Static variable in class com.latencybusters.lbm.LBM
Flag indicating that registration completed with only quorum reached.
CONTEXT_EVENT_UMQ_REGISTRATION_ERROR - Static variable in class com.latencybusters.lbm.LBM
Indicates context registration failed with an error.
CONTEXT_EVENT_UMQ_REGISTRATION_SUCCESS_EX - Static variable in class com.latencybusters.lbm.LBM
Indicates context registration with a single queue instance was successful.
contextQueueTopicListInfo() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
Gets the results of an LBMContext#queueTopicList asynchronous operation.
contextSourceEvents() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of context source events currently in the event queue, i.e., a snapshot.
contextSourceEventsMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for context source events (in microseconds).
contextSourceEventsMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for context source events (in microseconds).
contextSourceEventsMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for context source events (in microseconds).
contextSourceEventsTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of context source events that have been added to the event queue (even if subsequently de-queued) since last reset.
count() - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Count the number of fields in a message
createBufferIfNeeded() - Method in class com.latencybusters.pdm.PDMField
 
createChannel(long) - Method in class com.latencybusters.lbm.LBMSource
Create a channel object to send messages with the given channel number.
createFieldInfoIterator() - Method in class com.latencybusters.pdm.PDMDefinition
Creates an iterator of PDMFieldInfo to iterate through the field information
createFieldIterator() - Method in class com.latencybusters.pdm.PDMMessage
Creates a new PDMFieldIterator to traverse through the PDMFields
createHotFailoverReceiver(LBMTopic) - Method in class com.latencybusters.lbm.LBMContext
Deprecated. After LBM 4.0, use LBMContext.createHotFailoverReceiver(LBMTopic,LBMReceiverCallback,Object)
createHotFailoverReceiver(LBMTopic, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Deprecated. After LBM 4.0, use LBMContext.createHotFailoverReceiver(LBMTopic,LBMReceiverCallback,Object,LBMEventQueue)
createHotFailoverReceiver(LBMTopic, LBMReceiverCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Hot-Failover Receiver object associated with this context and a given topic.
createHotFailoverReceiver(LBMTopic, LBMReceiverCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Hot-Failover Receiver object associated with this context and a given topic and event queue.
createHotFailoverSource(LBMTopic) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Hot-Failover Source object associated with this context and a given topic.
createHotFailoverSource(LBMTopic, LBMSourceEventCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Hot-Failover Source object associated with this context and a given topic.
createHotFailoverSource(LBMTopic, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Hot-Failover Source object associated with this context and a given topic and event queue.
createHotFailoverSource(LBMTopic, LBMSourceEventCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Hot-Failover Source object associated with this context and a given topic and event queue.
createReceiver(LBMTopic) - Method in class com.latencybusters.lbm.LBMContext
Deprecated. After LBM 4.0, use LBMContext.createReceiver(LBMTopic,LBMReceiverCallback,Object)
createReceiver(LBMTopic, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Deprecated. After LBM 4.0, use LBMContext.createReceiver(LBMTopic,LBMReceiverCallback,Object,LBMEventQueue)
createReceiver(LBMTopic, LBMReceiverCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Receiver object associated with this context and a given topic.
createReceiver(LBMTopic, LBMReceiverCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Receiver object associated with this context and a given topic and event queue.
createReceiver(LBMContext, LBMReceiverAttributes, Object) - Method in class com.latencybusters.lbm.LBMHFX
Create a receiver on the specified context, with the specified attributes and callback token.
createSource(LBMContext, LBMTopic, LBMSourceAttributes, LBMSourceEventCallback, Object, LBMEventQueue) - Method in class com.latencybusters.auxapi.UMEBlockSrc
 
createSource(LBMTopic) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Source object associated with this context and a given topic.
createSource(LBMTopic, LBMSourceEventCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Source object associated with this context and a given topic.
createSource(LBMTopic, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Source object associated with this context and a given topic and event queue.
createSource(LBMTopic, LBMSourceEventCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Source object associated with this context and a given topic and event queue.
createTimer(long) - Method in class com.latencybusters.lbm.LBMContext
Create an LBM Timer object
createTimer(long, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Creates a timer associated with this context and a specified event queue that expires with a specified delay.
createTimer(long, LBMTimerCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Creates a timer associated with this context that expires with a specified delay.
createTimer(long, LBMTimerCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Creates a timer associated with this context and a specified event queue that expires with a specified delay.
CTX_ATTR_OP_DAEMON - Static variable in class com.latencybusters.lbm.LBM
Context operational mode: Daemon
CTX_ATTR_OP_EMBEDDED - Static variable in class com.latencybusters.lbm.LBM
Context operational mode: Embedded
CTX_ATTR_OP_SEQUENTIAL - Static variable in class com.latencybusters.lbm.LBM
Context operational mode: Sequential

D

data() - Method in class com.latencybusters.lbm.LBMMessage
Message data.
data() - Method in class com.latencybusters.lbm.LBMRequest
Get request data.
data(byte[], int) - Method in class com.latencybusters.lbm.LBMRequest
Set request data.
data() - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Get a byte buffer (array) to a raw SDM message in network order.
dataBuffer() - Method in class com.latencybusters.lbm.LBMMessage
Message data as a direct ByteBuffer.
datagramsDroppedHeader() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to bad header type.
datagramsDroppedHeader(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to bad header type.
datagramsDroppedHeader() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to bad header type.
datagramsDroppedHeader(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to bad header type.
datagramsDroppedIncorrectSize() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to being smaller than the size designated in the datagram's size field.
datagramsDroppedIncorrectSize(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to being smaller than the size designated in the datagram's size field.
datagramsDroppedIncorrectSize() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to being smaller than the size designated in the datagram's size field.
datagramsDroppedIncorrectSize(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to being smaller than the size designated in the datagram's size field.
datagramsDroppedOther() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of unrecognizable datagrams discarded due to reasons other than those determined by the above counts.
datagramsDroppedOther(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of unrecognizable datagrams discarded due to reasons other than those determined by the above counts.
datagramsDroppedOther() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of unrecognizable datagrams discarded due to reasons other than those determined by the above counts.
datagramsDroppedOther(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of unrecognizable datagrams discarded due to reasons other than those determined by the above counts.
datagramsDroppedSID() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to session ID mismatch.
datagramsDroppedSID(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to session ID mismatch.
datagramsDroppedSID() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to session ID mismatch.
datagramsDroppedSID(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to session ID mismatch.
datagramsDroppedType() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to bad packet type.
datagramsDroppedType(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to bad packet type.
datagramsDroppedType() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to bad packet type.
datagramsDroppedType(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to bad packet type.
datagramsDroppedVersion() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to version mismatch.
datagramsDroppedVersion(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams discarded due to version mismatch.
datagramsDroppedVersion() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to version mismatch.
datagramsDroppedVersion(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams discarded due to version mismatch.
dataLength() - Method in class com.latencybusters.lbm.LBMMessage
Message data length.
dataLength() - Method in class com.latencybusters.lbm.LBMRequest
Get request data length
dataMessages() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of data messages currently in the event queue, i.e., a snapshot.
dataMessagesMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for data messages (in microseconds).
dataMessagesMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for data messages (in microseconds).
dataMessagesMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for data messages (in microseconds).
dataMessagesTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of data messages that have been added to the event queue (even if subsequently de-queued) since last reset.
dataString() - Method in class com.latencybusters.lbm.LBMContextEvent
Data string associated with this event.
dataString() - Method in class com.latencybusters.lbm.LBMMessage
Message string data.
dataString() - Method in class com.latencybusters.lbm.LBMSourceEvent
String data associated with this event.
DEBUG_BASIC - Static variable in class com.latencybusters.lbm.sdm.LBMSDM
Debug flag for basic debug output
debug_level - Variable in class com.latencybusters.lbm.sdm.LBMSDM
Debug mask for SDM implementation.
DEBUG_VERBOSE_PARSING - Static variable in class com.latencybusters.lbm.sdm.LBMSDM
Debug flag for verbose message parsing output
deleteChannel(LBMSourceChannelInfo) - Method in class com.latencybusters.lbm.LBMSource
Delete a channel object
deliveryLatencyNanos() - Method in class com.latencybusters.lbm.LBMMessage
 
deregister() - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Deregister from all UMQ queues.
deregister(String) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Deregister from a queue.
deregistrationCompleteInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get an extended registration complete info object from the message (only for LBM.MSG_UME_DEREGISTRATION_COMPLETE_EX messages).
deregistrationCompleteInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Registration complete info.
deregistrationSuccessInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get an extended deregistration success info object from the message (only for LBM.MSG_UME_DEREGISTRATION_SUCCESS_EX messages).
deregistrationSuccessInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Registration success info object.
disable_name_tree() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldsAttribute
Enable field name validation This also controls name validation when adding fields etc.
disableSourceNotification() - Method in class com.latencybusters.lbm.LBMContextAttributes
Disable new source notifications.
dispose() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChain
Cleans up memory associated with this LBMApplicationHeaderChain.
dispose() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainIterator
Cleans up memory associated with this LBMApplicationHeaderChainIterator immediately.
dispose() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
 
dispose() - Method in class com.latencybusters.lbm.LBMContextAttributes
Free memory associated with this set of attributes.
dispose() - Method in class com.latencybusters.lbm.LBMContextStatistics
Free memory associated with this set of statistics
dispose() - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
Free memory associated with this set of attributes.
dispose() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Free memory associated with this set of statistics.
dispose() - Method in class com.latencybusters.lbm.LBMHFXAttributes
Free memory associated with this set of attributes.
dispose() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Free memory associated with this set of statistics.
dispose() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Free memory associated with this set of statistics.
dispose() - Method in class com.latencybusters.lbm.LBMMessage
Dispose of memory associated with this message, and send UME implicit ACK for UME receivers.
dispose() - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Free memory associated with this set of attributes.
dispose() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Free memory associated with this set of statistics.
dispose() - Method in class com.latencybusters.lbm.LBMSourceAttributes
Free memory associated with this set of attributes.
dispose() - Method in class com.latencybusters.lbm.LBMSourceEvent
This method should be called before the source event callback returns to indicate that the application is finished with the source event allowing it to be reused when processing a future source event
dispose() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Free memory associated with this set of statistics.
dispose() - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Free memory associated with this set of attributes.
dispose() - Method in class com.latencybusters.lbm.UMEMessageAck
Delete the underlying ack structure
disposeThreadLocals() - Method in class com.latencybusters.lbm.LBMObjectRecycler
A convenience method to clean up thread local variables if needed.
doneWithAsyncOperationInfo(LBMAsyncOperationInfo) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMAsyncOperationInfo object.
doneWithAsyncOperationInfo(LBMAsyncOperationInfo) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
If dispose is not called on an LBMAsyncOperationInfo in the callback, it is retained for use in the application.
doneWithContextSourceEvent(LBMContextSourceEvent) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMContextSourceEvent object.
doneWithContextSourceEvent(LBMSourceEvent) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
If dispose is not called on an LBMContextSourceEvent in the callback, it is retained for use in the application.
doneWithContextStatistics(LBMContextStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMContextStatistics object.
doneWithContextStatistics(LBMContextStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
Once the application is finished with the stats object, it should NOT call dispose but rather should pass it to this method to make the object instance available for reuse, instead of letting it be garbage collected.
doneWithEventQueueStatistics(LBMEventQueueStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMEventQueueStatistics object.
doneWithEventQueueStatistics(LBMEventQueueStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
Once the application is finished with the stats object, it should NOT call dispose but rather should pass it to this method to make the object instance available for reuse, instead of letting it be garbage collected.
doneWithImmediateMessageReceiverStatistics(LBMImmediateMessageReceiverStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMImmediateMessageReceiverStatistics object.
doneWithImmediateMessageReceiverStatistics(LBMImmediateMessageReceiverStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
Once the application is finished with the stats object, it should NOT call dispose but rather should pass it to this method to make the object instance available for reuse, instead of letting it be garbage collected.
doneWithImmediateMessageSourceStatistics(LBMImmediateMessageSourceStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMImmediateMessageSourceStatistics object.
doneWithImmediateMessageSourceStatistics(LBMImmediateMessageSourceStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
Once the application is finished with the stats object, it should NOT call dispose but rather should pass it to this method to make the object instance available for reuse, instead of letting it be garbage collected.
doneWithMessage(LBMMessage) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMMessage object.
doneWithMessage(LBMMessage) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
If dispose is not called on an LBMMessage in the callback, it is retained for use in the application.
doneWithReceiverStatistics(LBMReceiverStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMReceiverStatistics object.
doneWithReceiverStatistics(LBMReceiverStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
Once the application is finished with the stats object, it should NOT call dispose but rather should pass it to this method to make the object instance available for reuse, instead of letting it be garbage collected.
doneWithSourceEvent(LBMSourceEvent) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMSourceEvent object.
doneWithSourceEvent(LBMSourceEvent) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
If dispose is not called on an LBMSourceEvent in the callback, it is retained for use in the application.
doneWithSourceStatistics(LBMSourceStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Call when finished with a LBMSourceStatistics object.
doneWithSourceStatistics(LBMSourceStatistics) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
Once the application is finished with the stats object, it should NOT call dispose but rather should pass it to this method to make the object instance available for reuse, instead of letting it be garbage collected.
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMContext
Returns an array of LBMConfigOptions.
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMContextAttributes
Returns an array of LBMConfigOptions.
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMEventQueue
Returns an array of LBMConfigOptions.
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
Returns an array of LBMConfigOptions.
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMHFX
Returns an array of LBMConfigOptions
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMHFXAttributes
Returns an array of LBMConfigOptions
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMHFXReceiver
Returns an array of LBMConfigOptions
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMReceiver
Returns an array of LBMConfigOptions
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Returns an array of LBMConfigOptions
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMSource
Returns an array of LBMConfigOptions
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMSourceAttributes
Returns an array of LBMConfigOptions
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Returns an array of LBMConfigOptions.
dumpAttributeList() - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Returns an array of LBMConfigOptions.
dumpDebugLog(String, boolean) - Static method in class com.latencybusters.lbm.LBM
Dump the in-memory LBM debug log to a specified file.
duplicateMessages() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of duplicate datagrams received (LBT-RM only).
duplicateMessages(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of duplicate datagrams received (LBT-RM only).
duplicateMessages() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of duplicate datagrams received (LBT-RM, LBT-RU).
duplicateMessages(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of duplicate datagrams received (LBT-RM, LBT-RU).

E

EAGAIN - Static variable in class com.latencybusters.lbm.LBMMonitor
LBM Monitor error: Insufficient resources.
EALREADY - Static variable in class com.latencybusters.lbm.LBMMonitor
LBM Monitor error: Resource already registered.
EAPPERR - Static variable in class com.latencybusters.lbm.LBM
LBM error: Application Error .
EDAEMONCONN - Static variable in class com.latencybusters.lbm.LBM
LBM error: LBM daemon connection not connected.
EINVAL - Static variable in class com.latencybusters.lbm.LBM
LBM error: An invalid argument was passed.
EINVAL - Static variable in class com.latencybusters.lbm.LBMMonitor
LBM Monitor error: An invalid argument was passed.
ELBMFAIL - Static variable in class com.latencybusters.lbm.LBMMonitor
LBM Monitor error: A call to an LBM function failed.
elements() - Method in class com.latencybusters.lbm.LBMMessageProperties
Returns an enumeration of all LBMMessageProperty objects contained in this collection.
elements - Variable in class com.latencybusters.lbm.sdm.LBMSDMField
Number of elements in array
EMODFAIL - Static variable in class com.latencybusters.lbm.LBMMonitor
LBM Monitor error: A call to a module function failed.
EMSG_SELECTOR - Static variable in class com.latencybusters.lbm.LBM
LBM error: Error parsing message selector.
enable_name_tree() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldsAttribute
Enable field name validation This also controls name validation when adding fields etc.
enableImmediateMessageReceiver() - Method in class com.latencybusters.lbm.LBMContext
Enable LBM to receive non-topic immediate messages.
enableImmediateMessageReceiver(LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Enable LBM to receive non-topic immediate messages (using an event queue).
enableSourceNotification() - Method in class com.latencybusters.lbm.LBMContextAttributes
Enable new source notifications.
ENO_QUEUE_REG - Static variable in class com.latencybusters.lbm.LBM
LBM error: The store is not fully registered.
ENO_STORE_REG - Static variable in class com.latencybusters.lbm.LBM
LBM error: The queue is not fully registered.
ENOMEM - Static variable in class com.latencybusters.lbm.LBM
LBM error: Operation could not be completed due to memory allocation error.
ENOMEM - Static variable in class com.latencybusters.lbm.LBMMonitor
LBM Monitor error: Out of memory.
EOP - Static variable in class com.latencybusters.lbm.LBM
LBM error: Operation was invalid due to error in internal processing.
EOS - Static variable in class com.latencybusters.lbm.LBM
LBM error: Operation failed due to unrecoverable OS system call error.
err - Variable in class com.latencybusters.auxapi.UMEBlockSrc
 
errorNumber() - Method in exception com.latencybusters.lbm.LBMException
Get LBM error number.
errorNumber() - Method in exception com.latencybusters.lbm.LBMRuntimeException
Get LBM error number.
ETIMEDOUT - Static variable in class com.latencybusters.lbm.LBM
LBM error: Operation timed out waiting to complete.
EUMENOREG - Static variable in class com.latencybusters.lbm.LBM
LBM error: UME registration not completed.
EVENT_QUEUE_BLOCK - Static variable in class com.latencybusters.lbm.LBM
Infinite blocking time for running event queue
EVENT_QUEUE_DELAY_WARNING - Static variable in class com.latencybusters.lbm.LBM
Event queue monitor event type: Warning of excessive delay for event.
EVENT_QUEUE_ENQUEUE_NOTIFICATION - Static variable in class com.latencybusters.lbm.LBM
Event queue monitor event type: Notification of something being added to queue.
EVENT_QUEUE_POLL - Static variable in class com.latencybusters.lbm.LBM
Poll and dispatch a single event when running the event queue
EVENT_QUEUE_SIZE_WARNING - Static variable in class com.latencybusters.lbm.LBM
Event queue monitor event type: Warning of event queue size.
events() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total number of events (including messages) currently in the event queue, i.e., a snapshot.
eventsTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of events (including messages) that have been added to the event queue (even if subsequently de-queued) since last reset.
EWOULDBLOCK - Static variable in class com.latencybusters.lbm.LBM
LBM error: Function would block, but object is set to be nonblocking.
exponent() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Get the exponent of the decimal number
extractUMEAck() - Method in class com.latencybusters.lbm.LBMMessage
Retrieves the ack structure from a UME message.

F

finalize() - Method in class com.latencybusters.lbm.LBM
 
finalize() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChain
 
finalize() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainIterator
 
finalize() - Method in class com.latencybusters.lbm.LBMContext
 
finalize() - Method in class com.latencybusters.lbm.LBMContextAttributes
 
finalize() - Method in class com.latencybusters.lbm.LBMContextStatistics
 
finalize() - Method in class com.latencybusters.lbm.LBMEventQueue
 
finalize() - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
 
finalize() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
 
finalize() - Method in class com.latencybusters.lbm.LBMHFXAttributes
 
finalize() - Method in class com.latencybusters.lbm.LBMHotFailoverReceiver
 
finalize() - Method in class com.latencybusters.lbm.LBMHotFailoverSource
 
finalize() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
 
finalize() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
 
finalize() - Method in class com.latencybusters.lbm.LBMMonitorReceiver
 
finalize() - Method in class com.latencybusters.lbm.LBMMonitorSource
 
finalize() - Method in class com.latencybusters.lbm.LBMReceiver
 
finalize() - Method in class com.latencybusters.lbm.LBMReceiverAttributes
 
finalize() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
 
finalize() - Method in class com.latencybusters.lbm.LBMRequest
 
finalize() - Method in class com.latencybusters.lbm.LBMSource
 
finalize() - Method in class com.latencybusters.lbm.LBMSourceAttributes
 
finalize() - Method in class com.latencybusters.lbm.LBMSourceStatistics
 
finalize() - Method in class com.latencybusters.lbm.LBMWildcardReceiver
 
finalize() - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
 
finalize() - Method in class com.latencybusters.lbm.UMEMessageAck
 
finalizeDef() - Method in class com.latencybusters.pdm.PDMDefinition
Finalizes the definition to ready it for use in a message
first - Variable in class com.latencybusters.auxapi.UMEBlockSrc
 
firstFragmentSequenceNumber() - Method in class com.latencybusters.lbm.LBMMessage
LBM sequence number of the first fragment of the current message
firstSequenceNumber() - Method in class com.latencybusters.lbm.LBMSourceEventSequenceNumberInfo
Get the first sequence number.
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Get the length of formatted field (static field)
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Get the length of formatted field (static field)
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Get the length of formatted field (static field)
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Get the length of formatted field (static field)
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Get the length of formatted field (static field)
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Get the length of formatted field (static field)
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Get the length of formatted field (static field)
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Get the length of the raw field
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Get the length of formatted field
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Get the length of formatted field
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Get the length of base field
fixed_size() - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Get the length of formatted field
flags() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
Gets informational flags about this particular asynchronous operation update.
flags() - Method in class com.latencybusters.lbm.LBMMessage
LBM message flags.
flags() - Method in class com.latencybusters.lbm.LBMSourceEventSequenceNumberInfo
Get sequence number message flags.
flags() - Method in class com.latencybusters.lbm.LBMSourceEventWakeupInfo
Retrieve flags indicating what type of source(s) (normal, MIM, etc.) has woken up.
flags() - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Returns currently set flags.
flags() - Method in class com.latencybusters.lbm.UMEDeregistrationCompleteInfo
Get informational flags for this deregistration complete message.
flags() - Method in class com.latencybusters.lbm.UMEDeregistrationSuccessInfo
Get registration success flags.
flags() - Method in class com.latencybusters.lbm.UMEReceiverLivenessCallbackInfo
 
flags() - Method in class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Get recovery sequence number info informational flags.
flags() - Method in class com.latencybusters.lbm.UMERegistrationCompleteInfo
Get informational flags for this registration complete message.
flags() - Method in class com.latencybusters.lbm.UMERegistrationIdExCallbackInfo
Get informational flags.
flags() - Method in class com.latencybusters.lbm.UMERegistrationSuccessInfo
Get registration success flags.
flags() - Method in class com.latencybusters.lbm.UMESourceEventAckInfo
Get informational flags associated with the source event.
flags() - Method in class com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo
Get flags concerning this registration complete message.
flags() - Method in class com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo
Returns store registration type flags.
flags() - Method in class com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo
Get flags concerning this registration complete message.
flags() - Method in class com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo
Returns store registration type flags.
flags() - Method in class com.latencybusters.lbm.UMQIndexInfo
Returns flags for the UMQIndexInfo object.
flags() - Method in class com.latencybusters.lbm.UMQQueueInfo
Get informational flags for this info object.
flags() - Method in class com.latencybusters.lbm.UMQQueueMessageStatus
Get informational flags associated with the message in the queue; currently always returns 0.
flags() - Method in class com.latencybusters.lbm.UMQQueueTopicStatus
Gets informational flags about the topic.
flags() - Method in class com.latencybusters.lbm.UMQSourceEventMessageIdInfo
Get informational flags for this info object.
flags() - Method in class com.latencybusters.lbm.UMQSourceEventULBReceiverInfo
Get informational flags for this info object.
FLIGHT_SIZE_TYPE_ULB - Static variable in class com.latencybusters.lbm.LBM
Specify a ULB flight size
FLIGHT_SIZE_TYPE_UME - Static variable in class com.latencybusters.lbm.LBM
Specify a UME flight size
FLIGHT_SIZE_TYPE_UMQ - Static variable in class com.latencybusters.lbm.LBM
Specify a UMQ flight size
flightSizeNotification() - Method in class com.latencybusters.lbm.LBMSourceEvent
Flight Size Notificaiton.
flush() - Method in class com.latencybusters.lbm.LBMSource
Send messages from both the explicit and implicit batches ASAP.
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Format the array in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
This is overridden by field and array subclasses
format(byte[], int, LBMSDMRawBlob) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Format a raw blob in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Format a raw blob in to a byte buffer
format(byte[], int, boolean) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Format a boolean in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Format a raw boolean in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Format a raw decimal in to a byte buffer
format(byte[], int, double) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Format a double in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Format the double in to a byte buffer
format(byte[], int, float) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Format a float in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Format the float in to a byte buffer
format(byte[], int, short) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Format a 16 bit integer in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Format the 16 bit integer in to a byte buffer
format(byte[], int, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Format a 32 bit integer in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Format the 32 bit integer in to a byte buffer
format(byte[], int, long) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Format a 64 bit integer in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Format the 64 bit integer in to a byte buffer
format(byte[], int, byte) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Format an 8 bit integer in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Format the 8 bit integer in to a byte buffer
format(byte[], int, LBMSDMessage) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Format a message in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Format the message in to a byte buffer
format(byte[], int, String, int) - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Format a raw string in to a byte buffer specifying the size of the length field.
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Format the string as a long string The formatted message will use a 4 byte length field to describe the string size
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Format a raw timestamp in to a byte buffer
format(byte[], int, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Format a raw unsigned 16 bit integer in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Format the unsigned 16 bit integer in to a byte buffer
format(byte[], int, long) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Format a raw unsigned 32 bit integer in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Format the unsigned 32 bit integer in to a byte buffer
format(byte[], int, LBMSDMRawUint64) - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Format an unsigned 64 bit integer value into a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Format the unsigned 64 bit integer value into a byte buffer
format(byte[], int, short) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Format a raw unsigned 8 bit integer in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Format the unsigned 8 bit integer in to a byte buffer
format(byte[], int, String) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Format a raw unicode string in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Format the unicode string in to a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Format into a byte buffer this field.
format(byte[], int, double) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Format a double value into a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Format the raw double value into a byte buffer
format(byte[], int, float) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Format a float value into a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Format the raw float value into a byte buffer
format(byte[], int, long) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Format an int64 value into a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Format the raw int64 value into a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Format the raw timestamp value into a byte buffer
format(byte[], int, int) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawUint16
Format a uint16 value into a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint16
Format the raw uint16 value into a byte buffer
format(byte[], int, long) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Format a uint32 value into a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Format the raw uint32 value into a byte buffer
format(byte[], int, BigInteger) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Format an uint64 value into a byte buffer
format(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Format the raw uint64 value into a byte buffer
FORMAT_CSV - Static variable in class com.latencybusters.lbm.LBMMonitor
Format type: Comma-separated values
format_long(byte[], int, String) - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Format a long string (greater than 255 characters) The formatted message will use a 4 byte length field to describe the string size
format_name(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Format into a byte buffer the name of this field.
format_short(byte[], int, String) - Static method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Format a short string (less than 255 characters) The formatted message will use a 1 byte length field to describe the string size
format_type(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Format into a byte buffer the type of this field.
fragmentOffset() - Method in class com.latencybusters.lbm.LBMMessage
Byte offset of the current fragment within the associated message.

G

get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Get the current field value
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Get the field for a specific array index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Get the current field for this array
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Get the field for a specific array index
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Get a field by the index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Get the raw blob field
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Get the bool field
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Get the raw decimal field
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Get the double field
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Get the float field
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Get the 16 bit integer field (short)
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Get the 32 bit integer field (int)
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Get the 64 bit integer field (long)
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Get the 8 bit integer field (byte)
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Get the SDM field at the current position
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Get the message in this field
get(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Get a field by the index
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Get the raw string field
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Get the raw timestamp field
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Get the raw unsigned 16 bit integer field as an int
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Get the raw unsigned 32 bit integer field as a long
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Get the raw unsigned 64 bit integer field as an int
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Get the raw unsigned 8 bit integer field as a short
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Get the raw unicode field
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawBlob
Get the blob byte array
get() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Get a raw uint64 field as a BigInteger
get(int) - Method in class com.latencybusters.pdm.PDMDefinitionCache
Gets any matching PDMDefinition (regardless of version) by its id
get(int, int, int) - Method in class com.latencybusters.pdm.PDMDefinitionCache
Gets the matching PDMDefinition including version
get_attr() - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Get the field set attributes are associated with this message A copy is returned
get_attr() - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Get the field set attributes are associated with this message A copy is returned
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Get the length of base formatted field.
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Get the length of base formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Get the length of formatted field This is used by the respective array class
get_base_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Get the length of formatted field This is used by the respective array class
get_field_prealloc() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldsAttribute
Get the number of preallocated fields
get_fset() - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Get the field set that is associated with this message
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Get the current field for this array
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
This is overridden by field and array subclasses
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Get the length of the formatted message
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Get the length of formatted field
get_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Get the length of formatted field
get_name() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Get the field name
get_sec() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Get the number of seconds since epoch
get_usec() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Get the number of microseconds since the start of the current second
getApplicationHeaderChain() - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Get the LBMApplicationHeaderChain currently attached to this LBMSourceSendExInfo object, if any.
getAttributeValue(String) - Method in class com.latencybusters.lbm.LBMContext
Returns the value of a context-related attribute for this context.
getAttributeValue(String) - Method in class com.latencybusters.lbm.LBMEventQueue
Returns the value of an event queue-related attribute for this event queue.
getAttributeValue(String) - Method in class com.latencybusters.lbm.LBMHFX
Returns the value of a HFX-related attribute for this HFX.
getAttributeValue(String) - Method in class com.latencybusters.lbm.LBMHFXReceiver
Returns the value of a receiver-related attribute for this receiver.
getAttributeValue(String) - Method in class com.latencybusters.lbm.LBMHotFailoverReceiver
Returns the value of a receiver-related attribute for this receiver.
getAttributeValue(String) - Method in class com.latencybusters.lbm.LBMReceiver
Returns the value of a receiver-related attribute for this receiver.
getAttributeValue(String) - Method in class com.latencybusters.lbm.LBMSource
Returns the value of a source-related attribute for this source.
getAttributeValue(String) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Returns the value of a wildcard receiver-related attribute for this wildcard receiver.
getBlobArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Blob[]
getBlobValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Blob
getBoolean(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as a boolean.
getBoolean() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as a boolean.
getBooleanArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Boolean[]
getBooleanValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Boolean
getByte(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as a byte.
getByte() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as a byte.
getBytes() - Method in class com.latencybusters.lbm.LBMFlightSizeInflightInfo
Get the current number of inflight bytes if flight size is configured to keep track of them.
getContext() - Method in class com.latencybusters.auxapi.UMEBlockSrc
 
getData() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainElement
Get the data associated with this application header element.
getDataSegmentLen() - Method in class com.latencybusters.pdm.PDMMessage
 
getDecimalArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as PDMDecimal[]
getDecimalValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as PDMDecimal
getDefinition() - Method in class com.latencybusters.pdm.PDMMessage
 
getDeserializer() - Method in class com.latencybusters.pdm.PDMMessage
 
getDestPort() - Method in class com.latencybusters.lbm.LBMTransportSourceInfo
Destination port.
getDouble(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as a double.
getDouble() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as a double.
getDoubleArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Double[]
getDoubleValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Double
getExponent() - Method in class com.latencybusters.pdm.PDMDecimal
 
getFieldInfo(int) - Method in class com.latencybusters.pdm.PDMDefinition
Access the field information by integer name
getFieldInfo(String) - Method in class com.latencybusters.pdm.PDMDefinition
Access the field information by String name
getFieldInfo() - Method in class com.latencybusters.pdm.PDMField
 
getFieldInfoById(int) - Method in class com.latencybusters.pdm.PDMDefinition
Gets the PDMFieldInfo object by its id
getFieldInfoList() - Method in class com.latencybusters.pdm.PDMDefinition
 
getFields() - Method in class com.latencybusters.pdm.PDMMessage
 
getFieldType() - Method in class com.latencybusters.pdm.PDMField
 
getFieldValue(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets a field value by using the PDMFieldInfo handle from the PDMDefinition
getFieldValueAsBlob(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a byte[]
getFieldValueAsBlobArray(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a an array of blobs
getFieldValueAsBoolean(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a boolean
getFieldValueAsBooleanArray(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a boolean[]
getFieldValueAsDecimal(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a PDMDecimal
getFieldValueAsDecimalArray(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a PDMDecimal[]
getFieldValueAsDouble(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a double
getFieldValueAsDoubleArray(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a double[]
getFieldValueAsFloat(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a float
getFieldValueAsFloatArray(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a float[]
getFieldValueAsInt16(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a short
getFieldValueAsInt16Array(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a short[]
getFieldValueAsInt32(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as an int
getFieldValueAsInt32Array(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a int[]
getFieldValueAsInt64(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a long
getFieldValueAsInt64Array(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a long[]
getFieldValueAsInt8(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a byte
getFieldValueAsInt8Array(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a byte[]
getFieldValueAsMessage(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a PDMMessage
getFieldValueAsMessageArray(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a PDMMessage[]
getFieldValueAsString(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a String
getFieldValueAsStringArray(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a String[]
getFieldValueAsTimestamp(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a PDMTimestamp
getFieldValueAsTimestampArray(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a PDMTimestamp[]
getFieldValueAsUInt16(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as an int (UInt16)
getFieldValueAsUInt16Array(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a int[]
getFieldValueAsUInt32(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a long (UInt32)
getFieldValueAsUInt32Array(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a long[]
getFieldValueAsUInt64(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a BigInteger
getFieldValueAsUInt64Array(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a BigInteger[]
getFieldValueAsUInt8(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a short (UInt8)
getFieldValueAsUInt8Array(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Gets the field value by using the PDMFieldInfo handle from the PDMDefinition as a short[]
getFixedRequiredLen() - Method in class com.latencybusters.pdm.PDMDefinition
Gets or calcs the length of the fixed required fields
getFixedStrLen() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
getFloat(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as a float.
getFloat() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as a float.
getFloatArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Float[]
getFloatValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Float
getHfSequenceNumber() - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Get the currently set hot failover sequence number as a long value.
getHfSequenceNumberBigInt() - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Get the currently set hot failover sequence number as a BigInteger.
getId() - Method in class com.latencybusters.pdm.PDMDefinition
 
getId() - Method in class com.latencybusters.pdm.PDMField
 
getId() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
getImmediateMessageReceiverStatistics(int) - Method in class com.latencybusters.lbm.LBMContext
Return the immediate message receiver transport statistics for this context.
getImmediateMessageSourceStatistics(int) - Method in class com.latencybusters.lbm.LBMContext
Return the immediate message source transport statistics for this context.
getInflight(int) - Method in class com.latencybusters.lbm.LBMSource
Get the current inflight value for this source
getInflightEx(int) - Method in class com.latencybusters.lbm.LBMSource
Get the current inflight values of messages and bytes for this source
getInstance() - Static method in class com.latencybusters.pdm.PDMDefinitionCache
Used to get the Singleton instance of the cache
getInt16ArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Int16[]
getInt16Value() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Int16
getInt32ArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Int32[]
getInt32Value() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Int32
getInt64ArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Int64[]
getInt64Value() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Int64
getInt8ArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Int8[]
getInt8Value() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as Int8
getInteger(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as a integer.
getInteger() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as a integer.
getIntName() - Method in class com.latencybusters.pdm.PDMField
 
getIntName() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
getLen() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
getLenIncludingHeader() - Method in class com.latencybusters.pdm.PDMField
Gets the length in bytes of the field or -1 if it is variable length and cannot be determined yet
getLocalPoolAsyncOperationInfoCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolContextSourceEventCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolContextStatisticsCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolEventQueueStatisticsCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolImmediateMessageReceiverStatisticsCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolImmediateMessageSourceStatisticsCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolMessageCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolReceiverStatisticsCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolSourceEventCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLocalPoolSourceStatisticsCount() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Gets the current number of objects in the local pool.
getLong(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as a long.
getLong() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as a long.
getMantissa() - Method in class com.latencybusters.pdm.PDMDecimal
 
getMCGroup() - Method in class com.latencybusters.lbm.LBMTransportSourceInfo
Multicast group.
getMessageArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as PDMMessage[]
getMessageLen() - Method in class com.latencybusters.pdm.PDMMessage
Gets the message length in bytes which is known after it has been serialized
getMessages() - Method in class com.latencybusters.lbm.LBMFlightSizeInflightInfo
Get current inflight messages.
getMessageValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as PDMMessage
getMicroseconds() - Method in class com.latencybusters.pdm.PDMTimestamp
 
getMsgVersMajor() - Method in class com.latencybusters.pdm.PDMDefinition
 
getMsgVersMinor() - Method in class com.latencybusters.pdm.PDMDefinition
 
getNumElements() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
getNumFields() - Method in class com.latencybusters.pdm.PDMDefinition
 
getObject(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as an object.
getObject() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as an Object.
getOffset() - Method in class com.latencybusters.pdm.PDMField
 
getOptionName() - Method in class com.latencybusters.lbm.LBMConfigOption
Get the configuration option of this object.
getRcvLivenessClientd() - Method in class com.latencybusters.lbm.LBMContextAttributes
 
getRcvLivenessCreateCB() - Method in class com.latencybusters.lbm.LBMContextAttributes
 
getRcvLivenessDeleteCB() - Method in class com.latencybusters.lbm.LBMContextAttributes
 
getReceiverStatistics(int) - Method in class com.latencybusters.lbm.LBMContext
Return the aggregate set of receiver transport statistics for this context.
getSeconds() - Method in class com.latencybusters.pdm.PDMTimestamp
 
getSection() - Method in class com.latencybusters.pdm.PDMField
 
getSerializer() - Method in class com.latencybusters.pdm.PDMMessage
 
getServersString() - Method in class com.latencybusters.lbm.LBMUMMInfo
 
getSessionId() - Method in class com.latencybusters.lbm.LBMTransportSourceInfo
Session ID.
getShort(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as a short.
getShort() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as a short.
getSource() - Method in class com.latencybusters.auxapi.UMEBlockSrc
 
getSourceStatistics(int) - Method in class com.latencybusters.lbm.LBMContext
Return the aggregate set of source transport statistics for this context.
getSrcIp() - Method in class com.latencybusters.lbm.LBMTransportSourceInfo
Source IP address.
getSrcPort() - Method in class com.latencybusters.lbm.LBMTransportSourceInfo
Source port.
getStatistics() - Method in class com.latencybusters.lbm.LBMContext
Return the current set of statistics for this context.
getStatistics() - Method in class com.latencybusters.lbm.LBMEventQueue
Return the current set of statistics for this event queue.
getStatistics(String) - Method in class com.latencybusters.lbm.LBMHFXReceiver
Return the current set of receiver transport statistics for a particular source.
getStatistics(int) - Method in class com.latencybusters.lbm.LBMHFXReceiver
Return the current set of receiver transport statistics for all sources.
getStatistics(String) - Method in class com.latencybusters.lbm.LBMReceiver
Return the current set of receiver transport statistics for a particular source.
getStatistics(int) - Method in class com.latencybusters.lbm.LBMReceiver
Return the current set of receiver transport statistics for all sources.
getStatistics() - Method in class com.latencybusters.lbm.LBMSource
Return the current set of source transport statistics for this source.
getStoreGroups() - Method in class com.latencybusters.lbm.LBMSourceAttributes
Gets an array of the UME store groups this source has configured.
getStores() - Method in class com.latencybusters.lbm.LBMSourceAttributes
Gets an array of the UME stores this source has configuration entries for.
getString(String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Get the property with the specified key as a string.
getString() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the value stored in this object as a string.
getStringArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as String[]
getStringValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as String (for FIX_STRING, STRING, FIX_UNICODE, and UNICODE)
getStrName() - Method in class com.latencybusters.pdm.PDMField
 
getStrName() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
getSubtype() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainElement
Get the user-settable subtype of the application header element.
getTimestampArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as PDMTimestamp[]
getTimestampValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as PDMTimestamp
getTopicIdx() - Method in class com.latencybusters.lbm.LBMTransportSourceInfo
Topic index.
getTransportId() - Method in class com.latencybusters.lbm.LBMTransportSourceInfo
Transport ID.
getType() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainElement
Returns the application header element's type.
getType() - Method in class com.latencybusters.lbm.LBMConfigOption
Get the configuration type of this object.
getType() - Method in class com.latencybusters.lbm.LBMTransportSourceInfo
Type of transport
getType(String, boolean) - Static method in class com.latencybusters.lbm.sdm.LBMSDMField
Get the TYPE_XXX value for a given string.
getType() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Get the type of this field
getType() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
getType() - Method in enum com.latencybusters.pdm.PDMFieldType
 
getType(short) - Static method in enum com.latencybusters.pdm.PDMFieldType
Static method used to get a specific type by its identifier (short)
getTypeLen() - Method in enum com.latencybusters.pdm.PDMFieldType
 
getTypeStr() - Method in enum com.latencybusters.pdm.PDMFieldType
 
getTypeString() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Get a string representing this field type
getUInt16ArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as UInt16[]
getUInt16Value() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as UInt16
getUInt32ArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as UInt32[]
getUInt32Value() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as UInt32
getUInt64ArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as UInt64[]
getUInt64Value() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as UInt64
getUInt8ArrayValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as UInt8[]
getUInt8Value() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field as UInt8
getUMQInflight(String) - Method in class com.latencybusters.lbm.LBMContext
Get the current UMQ inflight value for this context
getValue() - Method in class com.latencybusters.lbm.LBMConfigOption
Get the configuration vlaue of this object.
getValue(String) - Method in class com.latencybusters.lbm.LBMContextAttributes
Returns the current value of an attribute from this set of context attributes.
getValue(String) - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
Returns the current value of an attribute from this set of event queue attributes.
getValue(String) - Method in class com.latencybusters.lbm.LBMHFXAttributes
Returns the current value of an attribute from this set of HFX attributes.
getValue(String) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Returns the current value of an attribute from this set of receiver-related attributes.
getValue(String) - Method in class com.latencybusters.lbm.LBMSourceAttributes
Returns the current value of an attribute from this set of source-related attributes.
getValue(String) - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Returns the current value of an attribute from this set of wildcard receiver-related attributes.
getValue() - Method in class com.latencybusters.pdm.PDMField
Gets the actual value that was set in the field.
getVariableLen() - Method in class com.latencybusters.pdm.PDMField
 
getVersionPolicy() - Method in class com.latencybusters.pdm.PDMMessage
 
groupIndex() - Method in class com.latencybusters.lbm.UMEStoreEntry
Accessor function to get the store's group index.
groupSize() - Method in class com.latencybusters.lbm.UMEStoreGroupEntry
Returns this store group's size.

H

handle() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
Gets the asynchronous operation's opaque handle (a long value), which can be used to query the operation's status or to cancel it.
hasApplicationHeaderChain() - Method in class com.latencybusters.lbm.LBMMessage
Check to see if this message contains any application header chain data.
hasMoreElements() - Method in class com.latencybusters.lbm.LBMMessagePropertiesEnumeration
 
hasNext() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainIterator
Returns true if one or more application header chain elements remain in an LBMApplicationHeaderChain, false otherwise.
hasNext() - Method in class com.latencybusters.lbm.LBMMessagePropertiesIterator
 
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Reset the current element to the first
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Check to see if there is a next value
hasNext() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Check to see if there is another item in the collection
hasNext() - Method in class com.latencybusters.pdm.PDMFieldIterator
Checks to see if there is another element
hfSequenceNumber() - Method in class com.latencybusters.lbm.LBMMessage
Get the hot failover sequence number as a long.
hfSequenceNumberBigInt() - Method in class com.latencybusters.lbm.LBMMessage
Get the hot failover sequence number as a BigInteger.
highSequenceNumber() - Method in class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Get high sequence number.

I

id() - Method in class com.latencybusters.lbm.UMQQueueReceiverTypeID
Gets the receiver type ID as a long value.
index() - Method in class com.latencybusters.lbm.UMEStoreGroupEntry
Returns this store group's index.
index() - Method in class com.latencybusters.lbm.UMQIndexInfo
Returns index for non-numeric UMQIndexInfo objects.
indexInfo() - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Returns the currently set index info.
indexInfo() - Method in class com.latencybusters.lbm.UMQQueueIndexInfo
Get UMQ index information for this info object.
indexLength() - Method in class com.latencybusters.lbm.UMQIndexInfo
Returns length of non-numeric index.
indexRelease(String, UMQIndexInfo) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Instruct the given UMQ queue(s) to release the given UMQ index that is assigned to this wildcard receiver.
indexStartAssignment(String) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Starts this wildcard receiver's eligibility for new index assignments from a queue.
indexStopAssignment(String) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Stops this wildcard receiver's eligibility for new index assignments from a queue.
INT_NAME_KNOWN_LEN - Static variable in class com.latencybusters.pdm.PDMFieldInfo
 
internalString(String, String) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Create a string based on the internal representation (includes the type)
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldString
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
The internal data storage for this field
internalValue - Variable in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
The internal data storage for this field
ioEvents() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of I/O events currently in the event queue, i.e., a snapshot.
ioEventsMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for I/O events (in microseconds).
ioEventsMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for I/O events (in microseconds).
ioEventsMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum Service Time for I/O Events (in microseconds).
ioEventsTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of I/O events that have been added to the event queue (even if subsequently de-queued) since last reset.
isArray() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
isArray() - Method in enum com.latencybusters.pdm.PDMFieldType
 
isByteSwap() - Method in class com.latencybusters.pdm.PDMDeserializer
Gets whether the byteSwap flag is set
isByteSwap() - Method in class com.latencybusters.pdm.PDMField
 
isClosed() - Method in class com.latencybusters.lbm.LBMSource
Returns boolean describing whether this instance has a reference to a valid C source
isFieldValueSet(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Checks to see if the field's value is set
isFinalized() - Method in class com.latencybusters.pdm.PDMDefinition
 
isFixed() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
isFixed() - Method in enum com.latencybusters.pdm.PDMFieldType
 
isFragment() - Method in class com.latencybusters.lbm.LBMMessage
Returns true if the current object is actually a message fragment.
isFromGateway() - Method in class com.latencybusters.lbm.LBMMessage
Deprecated. No replacement
isIncludeDefinition() - Method in class com.latencybusters.pdm.PDMMessage
Returns whether the PDMDefinition will be included when serializing to bytes (defaults to false)
isIntsForNames() - Method in class com.latencybusters.pdm.PDMDefinition
 
isMsgDirty() - Method in class com.latencybusters.pdm.PDMMessage
 
isNull() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Test to see if this field is a null field (I.E.
isRequired() - Method in class com.latencybusters.pdm.PDMFieldInfo
 
isTryToLoadDefFromCache() - Method in class com.latencybusters.pdm.PDMMessage
Returns whether or not an attempt will be made when parsing a message to try to automatically loaded a PDMDefinition from the PDMDefinitionCache if the one currently set doesn't exactly match the one in the incoming message; the current one will be replaced (defaults to false)
isUseMsgDefIfNeeded() - Method in class com.latencybusters.pdm.PDMMessage
Returns whether an included PDMDefinition should be parsed and used instead of the previously set PDMDefinition in cases where the two ids, major versions, and minor versions do not match exactly (defaults to false)
isValueSet() - Method in class com.latencybusters.pdm.PDMField
 
iterator() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChain
Returns an iterator that can be used to iterate over each LBMApplicationHeaderChainElement in this LBMApplicationHeaderChain.
iterator() - Method in class com.latencybusters.lbm.LBMMessageProperties
Returns an iterator over all LBMMessageProperty objects contained in this collection.
iterator() - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Get the default iterator for this field set

K

key() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the name of the property represented by this object.

L

last - Variable in class com.latencybusters.auxapi.UMEBlockSrc
 
lastSequenceNumber() - Method in class com.latencybusters.lbm.LBMSourceEventSequenceNumberInfo
Get the last sequence number.
LBM - Class in com.latencybusters.lbm
LBM Utility class.
LBM() - Constructor for class com.latencybusters.lbm.LBM
Instantiate LBM utility class (initializes log)
LBM_BYTEMESSAGE - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSCorrelationID - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSDeliveryMode - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSExpiration - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSMessageID - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSPriority - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSRedelivered - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSReplyToName - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSReplyToType - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSReplyToWildcard - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSTimestamp - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSTopicType - Static variable in class com.latencybusters.lbm.LBM
 
LBM_JMSType - Static variable in class com.latencybusters.lbm.LBM
 
LBM_LBMMessageType - Static variable in class com.latencybusters.lbm.LBM
 
LBM_MAPMESSAGE - Static variable in class com.latencybusters.lbm.LBM
 
LBM_MESSAGE - Static variable in class com.latencybusters.lbm.LBM
 
LBM_OBJECTMESSAGE - Static variable in class com.latencybusters.lbm.LBM
 
LBM_SRC_COST_FUNCTION_REJECT - Static variable in class com.latencybusters.lbm.LBM
Source cost function return value to indicate this source should be permanently rejected.
LBM_STREAMMESSAGE - Static variable in class com.latencybusters.lbm.LBM
 
LBM_TEXTMESSAGE - Static variable in class com.latencybusters.lbm.LBM
 
LBM_UME_LIVENESS_RECEIVER_UNRESPONSIVE_FLAG_EOF - Static variable in class com.latencybusters.lbm.LBM
UME Receiver Liveness Deletion EOF
LBM_UME_LIVENESS_RECEIVER_UNRESPONSIVE_FLAG_TMO - Static variable in class com.latencybusters.lbm.LBM
UME Receiver Liveness Deletion TIMEOUT
LBM_UMM_INFO_FLAGS_USE_SSL - Static variable in class com.latencybusters.lbm.LBM
Use SSL for all umm connections
LBM_UMM_NUM_SERVERS_MAX - Static variable in class com.latencybusters.lbm.LBM
Max allowed number of failover UMM Daemons
LBMApplicationException - Exception in com.latencybusters.lbm
LBM Application exception class.
LBMApplicationException(String) - Constructor for exception com.latencybusters.lbm.LBMApplicationException
Default constructor.
LBMApplicationHeaderChain - Class in com.latencybusters.lbm
 
LBMApplicationHeaderChain() - Constructor for class com.latencybusters.lbm.LBMApplicationHeaderChain
Create an LBMApplicationHeaderChain object used to attach application headers to a send.
LBMApplicationHeaderChainElement - Class in com.latencybusters.lbm
 
LBMApplicationHeaderChainElement() - Constructor for class com.latencybusters.lbm.LBMApplicationHeaderChainElement
Create a new LBMApplicationHeaderChainElement object that can be added to a LBMApplicationHeaderChain.
LBMApplicationHeaderChainIterator - Class in com.latencybusters.lbm
 
LBMAsyncOperationCallback - Interface in com.latencybusters.lbm
Interface for handling asynchronous operation updates.
LBMAsyncOperationInfo - Class in com.latencybusters.lbm
Class containing generic (status, operation handle, etc.) and possibly specific (operation results) information about a particular asynchronous operation.
LBMAuthCredentialsCallback - Interface in com.latencybusters.lbm
Interface used for passing authentication credentials when needed
LBMAuthUserInfo - Class in com.latencybusters.lbm
Class containing the user information (username and password) for authentication purposes.
LBMAuthUserInfo(String, String) - Constructor for class com.latencybusters.lbm.LBMAuthUserInfo
 
LBMConfigOption - Class in com.latencybusters.lbm
LBM Configuration Option Class.
LBMConfigOption(String, String, String) - Constructor for class com.latencybusters.lbm.LBMConfigOption
Instantiate an LBMConfigObjection using given attributes.
LBMContext - Class in com.latencybusters.lbm
Creates an LBM context.
LBMContext() - Constructor for class com.latencybusters.lbm.LBMContext
Instantiate an LBMContext object using default attributes.
LBMContext(LBMContextAttributes) - Constructor for class com.latencybusters.lbm.LBMContext
Instantiate an LBMContext object using given attributes.
LBMContextAttributes - Class in com.latencybusters.lbm
Encapsulates the set of default LBM context attributes.
LBMContextAttributes(String) - Constructor for class com.latencybusters.lbm.LBMContextAttributes
Create and fill an LBMContextAttributes object with the current default values for the given context name.
LBMContextAttributes() - Constructor for class com.latencybusters.lbm.LBMContextAttributes
Create and fill an LBMContextAttributes object with the current default values
LBMContextEvent - Class in com.latencybusters.lbm
Encapsulates LBM Context Events
LBMContextEvent() - Constructor for class com.latencybusters.lbm.LBMContextEvent
 
LBMContextEventCallback - Interface in com.latencybusters.lbm
Interface for handling context-related events
LBMContextSourceEvent - Class in com.latencybusters.lbm
Encapsulates LBM Source Events.
LBMContextSourceEvent() - Constructor for class com.latencybusters.lbm.LBMContextSourceEvent
 
LBMContextSourceEventCallback - Interface in com.latencybusters.lbm
Interface for handling source-related events
LBMContextStatistics - Class in com.latencybusters.lbm
UM Context Statistics
LBMContextStatistics() - Constructor for class com.latencybusters.lbm.LBMContextStatistics
Instantiate an empty object containing no statistics.
LBMContextStatistics(LBMContext) - Constructor for class com.latencybusters.lbm.LBMContextStatistics
Instantiate an object containing the current set of context statistics for a given UM Context.
LBMContextThread - Class in com.latencybusters.lbm
LBM Context Thread class.
LBMContextThread(LBMContext) - Constructor for class com.latencybusters.lbm.LBMContextThread
Instantiate an LBM Context Thread object.
LBMContextThread(LBMContext, long) - Constructor for class com.latencybusters.lbm.LBMContextThread
Instantiate an LBM Context Thread object.
LBMEInvalException - Exception in com.latencybusters.lbm
LBM Invalid value exception class
LBMEInvalException(String) - Constructor for exception com.latencybusters.lbm.LBMEInvalException
 
LBMEInvalException(String, Throwable) - Constructor for exception com.latencybusters.lbm.LBMEInvalException
 
LBMEMessageSelectorException - Exception in com.latencybusters.lbm
LBM message selector exception class
LBMEMessageSelectorException(String) - Constructor for exception com.latencybusters.lbm.LBMEMessageSelectorException
 
LBMENoMemException - Exception in com.latencybusters.lbm
LBM memory allocation exception class
LBMENoMemException(String) - Constructor for exception com.latencybusters.lbm.LBMENoMemException
 
LBMEOPException - Exception in com.latencybusters.lbm
LBM internal processing exception class
LBMEOPException(String) - Constructor for exception com.latencybusters.lbm.LBMEOPException
 
LBMEOSException - Exception in com.latencybusters.lbm
LBM unrecoverable OS system call exception class
LBMEOSException(String) - Constructor for exception com.latencybusters.lbm.LBMEOSException
 
LBMETimedOutException - Exception in com.latencybusters.lbm
LBM timed out operation exception class
LBMETimedOutException(String) - Constructor for exception com.latencybusters.lbm.LBMETimedOutException
 
LBMEventQueue - Class in com.latencybusters.lbm
LBM Event Queue class.
LBMEventQueue() - Constructor for class com.latencybusters.lbm.LBMEventQueue
Instantiate an LBM Event Queue object using default attributes.
LBMEventQueue(LBMEventQueueAttributes) - Constructor for class com.latencybusters.lbm.LBMEventQueue
Instantiate an LBM Event Queue object using the given attributes.
LBMEventQueue(LBMEventQueueCallback, Object) - Constructor for class com.latencybusters.lbm.LBMEventQueue
Instantiate an LBM Event Queue object using default attributes.
LBMEventQueue(LBMEventQueueAttributes, LBMEventQueueCallback, Object) - Constructor for class com.latencybusters.lbm.LBMEventQueue
Instantiate an LBM Event Queue object using the given attributes.
LBMEventQueueAttributes - Class in com.latencybusters.lbm
Encapsulates the set of default LBM event queue attributes.
LBMEventQueueAttributes(String) - Constructor for class com.latencybusters.lbm.LBMEventQueueAttributes
Create and fill an LBMEventQueueAttributes object with the current default values for the given event queue name.
LBMEventQueueAttributes() - Constructor for class com.latencybusters.lbm.LBMEventQueueAttributes
Create an LBMEventQueueAttributes object with the current default values
LBMEventQueueCallback - Interface in com.latencybusters.lbm
Interface for handling Event Queue monitor callbacks.
LBMEventQueueStatistics - Class in com.latencybusters.lbm
UM EventQueue Statistics
LBMEventQueueStatistics() - Constructor for class com.latencybusters.lbm.LBMEventQueueStatistics
Instantiate an empty object containing no statistics.
LBMEventQueueStatistics(LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMEventQueueStatistics
Instantiate an object containing the current set of event queue statistics for a given UM Event Queue.
LBMEWouldBlockException - Exception in com.latencybusters.lbm
LBM blocked operation exception class (occurs when a function that would otherwise block is set to be nonblocking)
LBMEWouldBlockException(String) - Constructor for exception com.latencybusters.lbm.LBMEWouldBlockException
 
LBMException - Exception in com.latencybusters.lbm
Base LBM Exception class
LBMException(int, String) - Constructor for exception com.latencybusters.lbm.LBMException
 
LBMException(int, String, Throwable) - Constructor for exception com.latencybusters.lbm.LBMException
 
LBMException(String) - Constructor for exception com.latencybusters.lbm.LBMException
Internally used constructor which sets the error number to LBM.EOP
LBMFlightSizeInflightInfo - Class in com.latencybusters.lbm
Wrapper for holding information about flight size.
LBMFlightSizeInflightInfo() - Constructor for class com.latencybusters.lbm.LBMFlightSizeInflightInfo
 
LBMHFX - Class in com.latencybusters.lbm
 
LBMHFX(String) - Constructor for class com.latencybusters.lbm.LBMHFX
 
LBMHFX(LBMHFXAttributes, String, LBMReceiverCallback, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMHFX
Instantiate a new LBMHFX object on the specified topic.
LBMHFXAttributes - Class in com.latencybusters.lbm
Encapsulates the set of default LBM receiver attributes.
LBMHFXAttributes() - Constructor for class com.latencybusters.lbm.LBMHFXAttributes
Create an LBMHFXAttributes object with the current default values
LBMHFXAttributes(String) - Constructor for class com.latencybusters.lbm.LBMHFXAttributes
Create and fill an LBMHFXAttributes object with the current default values for the given HFX topic name.
LBMHFXReceiver - Class in com.latencybusters.lbm
 
LBMHotFailoverReceiver - Class in com.latencybusters.lbm
LBM Hot-Failover Receiver class.
LBMHotFailoverReceiver(LBMContext, LBMTopic) - Constructor for class com.latencybusters.lbm.LBMHotFailoverReceiver
Instantiate an LBM Hot-Failover Receiver object associated with a given context and topic.
LBMHotFailoverReceiver(LBMContext, LBMTopic, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMHotFailoverReceiver
Instantiate an LBM Hot-Failover Receiver object associated with a given context, topic, and event queue.
LBMHotFailoverReceiver(LBMContext, LBMTopic, LBMReceiverCallback, Object) - Constructor for class com.latencybusters.lbm.LBMHotFailoverReceiver
Instantiate an LBM Hot-Failover Receiver object associated with a given context and topic.
LBMHotFailoverReceiver(LBMContext, LBMTopic, LBMReceiverCallback, Object, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMHotFailoverReceiver
Instantiate an LBM Hot-Failover Receiver object associated with a given context, topic, and event queue.
LBMHotFailoverSource - Class in com.latencybusters.lbm
LBM Hot-Failover Source class.
LBMHotFailoverSource(LBMContext, LBMTopic) - Constructor for class com.latencybusters.lbm.LBMHotFailoverSource
Instantiate an LBM Hot-Failover Source object associated with a given context and topic.
LBMHotFailoverSource(LBMContext, LBMTopic, LBMSourceEventCallback, Object) - Constructor for class com.latencybusters.lbm.LBMHotFailoverSource
Instantiate an LBM Hot-Failover Source object associated with a given context and topic and initialize source event callback.
LBMHotFailoverSource(LBMContext, LBMTopic, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMHotFailoverSource
Instantiate an LBM Hot-Failover Source object associated with a given context, topic, and event queue.
LBMHotFailoverSource(LBMContext, LBMTopic, LBMSourceEventCallback, Object, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMHotFailoverSource
Instantiate an LBM Hot-Failover Source object associated with a given context, topic, and event queue and initialize source event callback.
LBMImmediateMessageCallback - Interface in com.latencybusters.lbm
Interface for handling received immediate message.
LBMImmediateMessageReceiverStatistics - Class in com.latencybusters.lbm
 
LBMImmediateMessageReceiverStatistics() - Constructor for class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Instantiate an empty object containing no statistics.
LBMImmediateMessageReceiverStatistics(LBMContext, int) - Constructor for class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Instantiate object containing the aggregate set of statistics for a particular context.
LBMImmediateMessageSourceStatistics - Class in com.latencybusters.lbm
 
LBMImmediateMessageSourceStatistics() - Constructor for class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Instantiate an empty object containing no statistics.
LBMImmediateMessageSourceStatistics(LBMContext, int) - Constructor for class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Instantiate object containing the aggregate set of statistics for a particular context.
LBMLog(int, String) - Method in interface com.latencybusters.lbm.LBMLogging
Log a message
LBMLogging - Interface in com.latencybusters.lbm
Interface for LBM logging
LBMMessage - Class in com.latencybusters.lbm
Encapsulates all LBM messages.
LBMMessage() - Constructor for class com.latencybusters.lbm.LBMMessage
 
LBMMessageChannelInfo - Class in com.latencybusters.lbm
Class representing a source channel.
LBMMessageProperties - Class in com.latencybusters.lbm
 
LBMMessageProperties() - Constructor for class com.latencybusters.lbm.LBMMessageProperties
Create an LBMMessageProperties object, used to associate properties with an outgoing message
LBMMessagePropertiesEnumeration - Class in com.latencybusters.lbm
 
LBMMessagePropertiesEnumeration(LBMMessageProperties) - Constructor for class com.latencybusters.lbm.LBMMessagePropertiesEnumeration
 
LBMMessagePropertiesIterator - Class in com.latencybusters.lbm
 
LBMMessageProperty - Class in com.latencybusters.lbm
 
LBMMessageReclamationCallback - Interface in com.latencybusters.lbm
Interface for handling notification of forced reclamation of retained UME source messages.
lbmMessagesReceived() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of messages or message fragments received over a transport (TCP, LBT-RM).
lbmMessagesReceived(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of messages or message fragments received over a transport (TCP, LBT-RM).
lbmMessagesReceived() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of messages or message fragments received over a transport (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA).
lbmMessagesReceived(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of messages or message fragments received over a transport (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA).
LBMMonitor - Class in com.latencybusters.lbm
LBM Monitor class.
LBMMonitor() - Constructor for class com.latencybusters.lbm.LBMMonitor
 
LBMMonitorEAgainException - Exception in com.latencybusters.lbm
LBM Monitor insufficient resources exception class
LBMMonitorEAgainException(String) - Constructor for exception com.latencybusters.lbm.LBMMonitorEAgainException
 
LBMMonitorEAlreadyException - Exception in com.latencybusters.lbm
LBM Monitor resource already registered exception class
LBMMonitorEAlreadyException(String) - Constructor for exception com.latencybusters.lbm.LBMMonitorEAlreadyException
 
LBMMonitorEInvalException - Exception in com.latencybusters.lbm
LBM Monitor invalid value exception class
LBMMonitorEInvalException(String) - Constructor for exception com.latencybusters.lbm.LBMMonitorEInvalException
 
LBMMonitorELBMFailException - Exception in com.latencybusters.lbm
LBM Monitor LBM failure exception class
LBMMonitorELBMFailException(String) - Constructor for exception com.latencybusters.lbm.LBMMonitorELBMFailException
 
LBMMonitorEModFailException - Exception in com.latencybusters.lbm
LBM Monitor module function failure exception class
LBMMonitorEModFailException(String) - Constructor for exception com.latencybusters.lbm.LBMMonitorEModFailException
 
LBMMonitorENoMemException - Exception in com.latencybusters.lbm
LBM Monitor out-of-memory exception class
LBMMonitorENoMemException(String) - Constructor for exception com.latencybusters.lbm.LBMMonitorENoMemException
 
LBMMonitorReceiver - Class in com.latencybusters.lbm
LBMMonitorReceiver class.
LBMMonitorReceiver(int, String, int, String) - Constructor for class com.latencybusters.lbm.LBMMonitorReceiver
Create an LBM Monitoring Receiver Controller.
LBMMonitorReceiver(int, String, int, String, LBMObjectRecyclerBase, Object) - Constructor for class com.latencybusters.lbm.LBMMonitorReceiver
Create an LBM Monitoring Receiver Controller.
LBMMonitorSource - Class in com.latencybusters.lbm
LBMMonitorSource class.
LBMMonitorSource(int, String, int, String) - Constructor for class com.latencybusters.lbm.LBMMonitorSource
Create an LBM Monitoring Source Controller.
LBMMonitorStatisticsCallback - Interface in com.latencybusters.lbm
Deprecated. This interface is provided for backwards compatibility with LBM 3.3.9/ UME 2.0.7; please use the new class LBMMonitorStatisticsCallbackObject instead.
LBMMonitorStatisticsCallbackObject - Class in com.latencybusters.lbm
Abstract class for handling the reception of UM receiver statistics.
LBMMonitorStatisticsCallbackObject() - Constructor for class com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject
 
LBMObjectRecycler - Class in com.latencybusters.lbm
Basic implementation of an object recycler that implements all supported LBM object types.
LBMObjectRecycler() - Constructor for class com.latencybusters.lbm.LBMObjectRecycler
 
LBMObjectRecyclerBase - Class in com.latencybusters.lbm
This is an abstract base class, and should be subclassed to override any appropriate non-functional methods, such as doneWith...
LBMObjectRecyclerBase() - Constructor for class com.latencybusters.lbm.LBMObjectRecyclerBase
 
LBMOperationCompleteCallback - Class in com.latencybusters.lbm
 
LBMOperationCompleteCallback() - Constructor for class com.latencybusters.lbm.LBMOperationCompleteCallback
Instantiate a new callback object.
LBMReceiver - Class in com.latencybusters.lbm
LBM Receiver class.
LBMReceiver(LBMContext, LBMTopic) - Constructor for class com.latencybusters.lbm.LBMReceiver
Instantiate an LBM Receiver object associated with a given context and topic.
LBMReceiver(LBMContext, LBMTopic, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMReceiver
Instantiate an LBM Receiver object associated with a given context, topic, and event queue.
LBMReceiver(LBMContext, LBMTopic, LBMReceiverCallback, Object) - Constructor for class com.latencybusters.lbm.LBMReceiver
Instantiate an LBM Receiver object associated with a given context and topic.
LBMReceiver(LBMContext, LBMTopic, LBMReceiverCallback, Object, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMReceiver
Instantiate an LBM Receiver object associated with a given context, topic, and event queue.
LBMReceiverAttributes - Class in com.latencybusters.lbm
Encapsulates the set of default LBM receiver attributes.
LBMReceiverAttributes() - Constructor for class com.latencybusters.lbm.LBMReceiverAttributes
Create and fill an LBMReceiverAttributes object with the current default values.
LBMReceiverAttributes(String, String) - Constructor for class com.latencybusters.lbm.LBMReceiverAttributes
Create and fill an LBMReceiverAttributes object with the current default values for the given context name and receiver topic name.
LBMReceiverCallback - Interface in com.latencybusters.lbm
Interface for handling received data.
LBMReceiverStatistics - Class in com.latencybusters.lbm
LBM Receiver Transport Statistics
LBMReceiverStatistics() - Constructor for class com.latencybusters.lbm.LBMReceiverStatistics
Instantiate an empty object containing no statistics.
LBMReceiverStatistics(LBMReceiver, int) - Constructor for class com.latencybusters.lbm.LBMReceiverStatistics
Instantiate object containing the aggregate set of statistics for a particular receiver.
LBMReceiverStatistics(LBMContext, int) - Constructor for class com.latencybusters.lbm.LBMReceiverStatistics
Instantiate object containing the aggregate set of statistics for a particular context.
LBMReceiverStatistics(LBMReceiver, String) - Constructor for class com.latencybusters.lbm.LBMReceiverStatistics
Instantiate object containing the current set of statistics for a particular receiver and source
LBMReceiverStatistics(LBMHFXReceiver, String) - Constructor for class com.latencybusters.lbm.LBMReceiverStatistics
 
LBMReceiverStatistics(LBMHFXReceiver, int) - Constructor for class com.latencybusters.lbm.LBMReceiverStatistics
 
LBMRegistrationIdCallback - Interface in com.latencybusters.lbm
Interface for setting the receiver registration ID for a given source and topic (UME only).
LBMRequest - Class in com.latencybusters.lbm
LBM Request class.
LBMRequest() - Constructor for class com.latencybusters.lbm.LBMRequest
Instantiate an LBM Request object
LBMRequest(byte[], int) - Constructor for class com.latencybusters.lbm.LBMRequest
Instantiate an LBM Request object with a specified message data byte array and length.
lbmRequestsReceived() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of UM request messages received (message type LBM_MSG_REQUEST) (TCP, LBT-RM).
lbmRequestsReceived(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of UM request messages received (message type LBM_MSG_REQUEST) (TCP, LBT-RM).
lbmRequestsReceived() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of UM request messages received (message type LBM_MSG_REQUEST) (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA).
lbmRequestsReceived(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of UM request messages received (message type LBM_MSG_REQUEST) (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA).
LBMResponseCallback - Interface in com.latencybusters.lbm
Interface for handling response data.
LBMRuntimeException - Exception in com.latencybusters.lbm
Base LBM Runtime Exception class
LBMRuntimeException(int, String) - Constructor for exception com.latencybusters.lbm.LBMRuntimeException
 
LBMRuntimeException(LBMException) - Constructor for exception com.latencybusters.lbm.LBMRuntimeException
 
LBMRuntimeException(String) - Constructor for exception com.latencybusters.lbm.LBMRuntimeException
Internally used constructor which sets the error number to LBM.EOP
LBMSDM - Class in com.latencybusters.lbm.sdm
class LBMSDM is the parent class from which the core SDM functionality derives.
LBMSDM() - Constructor for class com.latencybusters.lbm.sdm.LBMSDM
 
LBMSDMAddingFieldException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating an error occurred adding a field.
LBMSDMAddingFieldException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMAddingFieldException
Generic Constructor
LBMSDMAddingFieldException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMAddingFieldException
Generic Constructor including a string
LBMSDMAddingFieldException(String, LBMSDMField) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMAddingFieldException
Constructor including field data
LBMSDMArrayBlob - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of BLOBs (Binary Large OBjects).
LBMSDMArrayBlob(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Constructor for a new array field
LBMSDMArrayBlob(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Constructor for a new array field
LBMSDMArrayBool - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of Booleans.
LBMSDMArrayBool(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Constructor for a new array field
LBMSDMArrayBool(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Constructor for a new array field
LBMSDMArrayDecimal - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of Decimals.
LBMSDMArrayDecimal(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Constructor for a new array field
LBMSDMArrayDecimal(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Constructor for a new array field
LBMSDMArrayDouble - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of Doubles.
LBMSDMArrayDouble(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Constructor for a new array field
LBMSDMArrayDouble(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Constructor for a new array field
LBMSDMArrayFloat - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of Floats
LBMSDMArrayFloat(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Constructor for a new array field
LBMSDMArrayFloat(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Constructor for a new array field
LBMSDMArrayInt16 - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of 16 bit integers.
LBMSDMArrayInt16(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Constructor for a new array field
LBMSDMArrayInt16(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Constructor for a new array field
LBMSDMArrayInt32 - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of 32 bit integers.
LBMSDMArrayInt32(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Constructor for a new array field
LBMSDMArrayInt32(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Constructor for a new array field
LBMSDMArrayInt64 - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of 64 bit integers.
LBMSDMArrayInt64(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Constructor for a new array field
LBMSDMArrayInt64(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Constructor for a new array field
LBMSDMArrayInt8 - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of 8 bit integers.
LBMSDMArrayInt8(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Constructor for a new array field
LBMSDMArrayInt8(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Constructor for a new array field
LBMSDMArrayMessage - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of SDM messages
LBMSDMArrayMessage(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Constructor for a new array field
LBMSDMArrayMessage(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Constructor for a new array field
LBMSDMArrayString - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of Strings
LBMSDMArrayString(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayString
Constructor for a new array field
LBMSDMArrayString(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayString
Constructor for a new array field
LBMSDMArrayTimestamp - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of Timestamps.
LBMSDMArrayTimestamp(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Constructor for a new array field
LBMSDMArrayTimestamp(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Constructor for a new array field
LBMSDMArrayUint16 - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of unsigned 16 bit integers.
LBMSDMArrayUint16(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Constructor for a new array field
LBMSDMArrayUint16(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Constructor for a new array field
LBMSDMArrayUint32 - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of unsigned 32 bit integers.
LBMSDMArrayUint32(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Constructor for a new array field
LBMSDMArrayUint32(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Constructor for a new array field
LBMSDMArrayUint64 - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of unsigned 64 bit integers.
LBMSDMArrayUint64(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Constructor for a new array field
LBMSDMArrayUint64(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Constructor for a new array field
LBMSDMArrayUint8 - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of unsigned 8 bit integers.
LBMSDMArrayUint8(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Constructor for a new array field
LBMSDMArrayUint8(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Constructor for a new array field
LBMSDMArrayUnicode - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that is an array of unicode strings
LBMSDMArrayUnicode(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Constructor for a new array field
LBMSDMArrayUnicode(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Constructor for a new array field
LBMSDMBadRawObjectException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating a bad raw object was encountered Where possible, additional data about the raw object is dumped.
LBMSDMBadRawObjectException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMBadRawObjectException
Generic Constructor
LBMSDMBadRawObjectException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMBadRawObjectException
Generic Constructor including a string
LBMSDMBadRawObjectException(String, LBMSDMRaw) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMBadRawObjectException
Constructor including field data
LBMSDMBadTypeException - Exception in com.latencybusters.lbm.sdm
SDM Exception that occurs when bad field type is encountered
LBMSDMBadTypeException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMBadTypeException
Generic Constructor
LBMSDMBadTypeException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMBadTypeException
Generic Constructor including a string
LBMSDMCannotConvertException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating that conversion to or from an SDM field could not be achieved.
LBMSDMCannotConvertException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMCannotConvertException
Generic Constructor
LBMSDMCannotConvertException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMCannotConvertException
Generic Constructor including a string
LBMSDMDuplicateFieldException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating a duplicate field exists - probably when adding a field.
LBMSDMDuplicateFieldException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException
Generic Constructor
LBMSDMDuplicateFieldException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException
Generic Constructor including a string
LBMSDMDuplicateFieldException(String, LBMSDMField) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException
Constructor including field data
LBMSDMessage - Class in com.latencybusters.lbm.sdm
LBMSDMessage is the main class for managing an LBM SDM message.
LBMSDMessage() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMessage
Create an empty SDM message
LBMSDMessage(LBMSDMFieldsAttribute) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMessage
Create an empty SDM message using a field set attribute
LBMSDMessage(LBMSDMFields) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMessage
Create an SDM message with a predefined set of fields
LBMSDMException - Exception in com.latencybusters.lbm.sdm
LBMSDMException is the base exception class for LBM SDM Exceptions.
LBMSDMException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMException
Generic Constructor
LBMSDMException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMException
Generic Constructor including a string
LBMSDMField - Class in com.latencybusters.lbm.sdm
LBMSDMField is the base class for all LBM SDM field types.
LBMSDMField() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMField
Create an untyped, unnamed field
LBMSDMField(String, short) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMField
Create a named field with a defined type - used by derived classes
LBMSDMFieldBlob - Class in com.latencybusters.lbm.sdm
Implements an SDM Field of type BLOB (Binary Large OBject)
LBMSDMFieldBlob(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Constructor for an empty blob field.
LBMSDMFieldBlob(String, LBMSDMRawBlob) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Constructor for a blob field with a known blob
LBMSDMFieldBlob(String, byte[]) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Constructor for a blob field using a byte array as the blob
LBMSDMFieldBlob(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Constructor for array subclasses
LBMSDMFieldBool - Class in com.latencybusters.lbm.sdm
Implements an SDM Field of type boolean
LBMSDMFieldBool(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Constructor for an unset boolean field
LBMSDMFieldBool(String, boolean) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Constructor for a boolean field with a known value
LBMSDMFieldBool(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Constructor for array subclasses
LBMSDMFieldDecimal - Class in com.latencybusters.lbm.sdm
Implements an SDM Field of type Decimal
LBMSDMFieldDecimal(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Constructor for an empty decimal field.
LBMSDMFieldDecimal(String, LBMSDMRawDecimal) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Constructor for a decimal field with a known decimal
LBMSDMFieldDecimal(String, long, int) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Constructor for a decimal field providing the mantissa and exponent
LBMSDMFieldDecimal(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Constructor for array subclasses
LBMSDMFieldDouble - Class in com.latencybusters.lbm.sdm
Implements an SDM Field of type Double
LBMSDMFieldDouble(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Constructor for an unset double field.
LBMSDMFieldDouble(String, double) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Constructor for a double field with a known decimal
LBMSDMFieldDouble(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Constructor for array subclasses
LBMSDMFieldFloat - Class in com.latencybusters.lbm.sdm
Implements an SDM Field of type Float
LBMSDMFieldFloat(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Constructor for an unset float field.
LBMSDMFieldFloat(String, float) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Constructor for a float field with a known decimal
LBMSDMFieldFloat(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Constructor for array subclasses
LBMSDMFieldInt16 - Class in com.latencybusters.lbm.sdm
Implements an 16 bit integer SDM Field
LBMSDMFieldInt16(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Constructor for an unset 16 bit integer field.
LBMSDMFieldInt16(String, short) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Constructor for a 16 bit integer field with a known short
LBMSDMFieldInt16(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Constructor for array subclasses
LBMSDMFieldInt32 - Class in com.latencybusters.lbm.sdm
Implements an 32 bit integer SDM Field
LBMSDMFieldInt32(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Constructor for an unset 32 bit integer field.
LBMSDMFieldInt32(String, int) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Constructor for a 32 bit integer field with a known int
LBMSDMFieldInt32(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Constructor for array subclasses
LBMSDMFieldInt64 - Class in com.latencybusters.lbm.sdm
Implements an 64 bit integer SDM Field
LBMSDMFieldInt64(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Constructor for an unset 64 bit integer field.
LBMSDMFieldInt64(String, long) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Constructor for a 64 bit integer field with a known short
LBMSDMFieldInt64(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Constructor for array subclasses
LBMSDMFieldInt8 - Class in com.latencybusters.lbm.sdm
Implements an 8 bit integer SDM Field
LBMSDMFieldInt8(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Constructor for an unset 8 bit integer field.
LBMSDMFieldInt8(String, byte) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Constructor for an 8 bit integer field with a known byte
LBMSDMFieldInt8(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Constructor for array subclasses
LBMSDMFieldIsNullException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating an null field is encountered
LBMSDMFieldIsNullException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMFieldIsNullException
Generic Constructor
LBMSDMFieldIsNullException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMFieldIsNullException
Generic Constructor including a string
LBMSDMFieldIterator - Class in com.latencybusters.lbm.sdm
An iterator for field sets.
LBMSDMFieldIterator(LBMSDMFields) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Create an iterator for a set of SDM fields.
LBMSDMFieldMessage - Class in com.latencybusters.lbm.sdm
Implements an SDM Field that encapsulates an SDM message
LBMSDMFieldMessage(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Constructor for an empty message field.
LBMSDMFieldMessage(String, LBMSDMessage) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Constructor for a message field with a known message
LBMSDMFieldMessage(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Constructor for array subclasses
LBMSDMFields - Class in com.latencybusters.lbm.sdm
LBMSDMFields is a utility class for LBMSDMessage to collect a set of fields.
LBMSDMFields() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFields
Constructor for an empty field set.
LBMSDMFields(LBMSDMFieldsAttribute) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFields
Constructor for an empty field set.
LBMSDMFieldsAttribute - Class in com.latencybusters.lbm.sdm
LBMSDMFieldsAttribute define the attributes used by LBMSDMFields.
LBMSDMFieldsAttribute() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldsAttribute
Constructor for a field set attribute.
LBMSDMFieldString - Class in com.latencybusters.lbm.sdm
Implements an SDM Field of type String
LBMSDMFieldString(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldString
Constructor for an empty string field.
LBMSDMFieldString(String, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldString
Constructor for a string field with a known string
LBMSDMFieldString(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldString
Constructor for array subclasses
LBMSDMFieldTimestamp - Class in com.latencybusters.lbm.sdm
Implements an SDM Field of type Timestamp.
LBMSDMFieldTimestamp(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Constructor for an empty timestamp field.
LBMSDMFieldTimestamp(String, LBMSDMRawTimestamp) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Constructor for a timestamp field using an LBMSDMRawTimestamp as the value
LBMSDMFieldTimestamp(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Constructor for array subclasses
LBMSDMFieldUint16 - Class in com.latencybusters.lbm.sdm
Implements an unsigned 16 bit integer SDM Field
LBMSDMFieldUint16(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Constructor for an empty unsigned 16 bit integer field.
LBMSDMFieldUint16(String, int) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Constructor for a unsigned 16 bit integer field with a known int
LBMSDMFieldUint16(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Constructor for array subclasses
LBMSDMFieldUint32 - Class in com.latencybusters.lbm.sdm
Implements an unsigned 32 bit integer SDM Field
LBMSDMFieldUint32(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Constructor for an empty unsigned 32 bit integer field.
LBMSDMFieldUint32(String, long) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Constructor for a unsigned 32 bit integer field with a known long
LBMSDMFieldUint32(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Constructor for array subclasses
LBMSDMFieldUint64 - Class in com.latencybusters.lbm.sdm
Implements an unsigned 64 bit integer SDM Field
LBMSDMFieldUint64(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Constructor for an empty unsigned 64 bit integer field.
LBMSDMFieldUint64(String, BigInteger) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Constructor for a unsigned 64 bit integer field with a known BigInteger
LBMSDMFieldUint64(String, LBMSDMRawUint64) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Constructor for a unsigned 64 bit integer field with a known LBMSDMRawUint64
LBMSDMFieldUint64(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Constructor for array subclasses
LBMSDMFieldUint8 - Class in com.latencybusters.lbm.sdm
Implements an unsigned 8 bit integer SDM Field
LBMSDMFieldUint8(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Constructor for an empty unsigned 8 bit integer field.
LBMSDMFieldUint8(String, short) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Constructor for a unsigned 8 bit integer field with a known long
LBMSDMFieldUint8(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Constructor for array subclasses
LBMSDMFieldUnicode - Class in com.latencybusters.lbm.sdm
Implements an SDM Field of type unicode string
LBMSDMFieldUnicode(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Constructor for an empty unicode string field.
LBMSDMFieldUnicode(String, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Constructor for a unicode string field with a known value
LBMSDMFieldUnicode(short, String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Constructor for array subclasses
LBMSDMInsufficientSpaceException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating a buffer was provided which was too small for the operation.
LBMSDMInsufficientSpaceException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMInsufficientSpaceException
Generic Constructor
LBMSDMInsufficientSpaceException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMInsufficientSpaceException
Generic Constructor including a string
LBMSDMNameTooLongException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating a name provided was too long for an SDM Field.
LBMSDMNameTooLongException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMNameTooLongException
Generic Constructor
LBMSDMNameTooLongException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMNameTooLongException
Generic Constructor including a string
LBMSDMNotArrayException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating an array operation was requested on a non array type field.
LBMSDMNotArrayException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMNotArrayException
Generic Constructor
LBMSDMNotArrayException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMNotArrayException
Generic Constructor including a string
LBMSDMOutOfRangeException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating a value was provided but is out of range.
LBMSDMOutOfRangeException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException
Generic Constructor
LBMSDMOutOfRangeException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException
Generic Constructor including a string
LBMSDMOutOfRangeException(String, int, int, int) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException
Constructor including field data
LBMSDMOutOfRangeException(String, short, short, short) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException
Constructor including field data
LBMSDMOutOfRangeException(String, long, long, long) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException
Constructor including field data
LBMSDMOutOfRangeException(String, BigInteger, BigInteger, BigInteger) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException
Constructor including field data
LBMSDMRaw - Class in com.latencybusters.lbm.sdm
LBMSDMRaw is the base class for raw data type classes.
LBMSDMRaw() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRaw
 
LBMSDMRawBlob - Class in com.latencybusters.lbm.sdm
An LBMSDMRawBlob is a helper class to minimise the effort of formatting and parsing Binary Large OBjects (BLOBs)
LBMSDMRawBlob(int) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawBlob
Create a new blob with a specified length.
LBMSDMRawBlob(byte[]) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawBlob
Create a new blob with a specified byte array.
LBMSDMRawBlob(byte[], int, int) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawBlob
Create a new blob from a part of an existing byte array
LBMSDMRawBlob(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawBlob
Create a new blob from a string.
LBMSDMRawDecimal - Class in com.latencybusters.lbm.sdm
An LBMSDMRawDecimal is a helper class to minimise the effort of formatting and parsing Decimals
LBMSDMRawDecimal() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Create a raw decimal object defaulting to 0e0
LBMSDMRawDecimal(long, int) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Create a raw decimal providing the mantissa and exponent
LBMSDMRawDecimal(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Create a raw decimal from a string
LBMSDMRawDouble - Class in com.latencybusters.lbm.sdm
An LBMSDMRawDouble is a helper class to minimise the effort of formatting and parsing Doubles
LBMSDMRawDouble() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Create a raw double object, setting the value to 0
LBMSDMRawDouble(double) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Create a raw double object providing the value
LBMSDMRawFloat - Class in com.latencybusters.lbm.sdm
An LBMSDMRawFloat is a helper class to minimise the effort of formatting and parsing Floats
LBMSDMRawFloat() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Create a raw float object, setting the value to 0
LBMSDMRawFloat(float) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Create a raw float object providing the value
LBMSDMRawInt64 - Class in com.latencybusters.lbm.sdm
An LBMSDMRawInt64 is a helper class to minimise the effort of formatting and parsing 64 bit integers
LBMSDMRawInt64() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Create a raw int64 field, defaulting to 0
LBMSDMRawInt64(long) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Create a raw int64 field providing the value as a long
LBMSDMRawTimestamp - Class in com.latencybusters.lbm.sdm
An LBMSDMRawTimestamp is a helper class to minimise the effort of formatting and parsing Timestamps.
LBMSDMRawTimestamp() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Create a raw timestamp field, defaulting to 0
LBMSDMRawTimestamp(long, long) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Set a raw timestamp field providing the seconds and microseconds since UNIX epoch
LBMSDMRawTimestamp(String) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Set a raw timestamp field providing a string formatted timestamp
LBMSDMRawUint16 - Class in com.latencybusters.lbm.sdm
An LBMSDMRawUint16 is a helper class to minimise the effort of formatting and parsing unsigned 16 bit integers
LBMSDMRawUint16() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawUint16
Create a raw uint16 field, defaulting to 0
LBMSDMRawUint16(int) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawUint16
Set a raw uint16 field providing the value as an int
LBMSDMRawUint32 - Class in com.latencybusters.lbm.sdm
An LBMSDMRawUint32 is a helper class to minimise the effort of formatting and parsing unsigned 32 bit integers
LBMSDMRawUint32() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Create a raw uint32 field, defaulting to 0
LBMSDMRawUint32(long) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Set a raw uint16 field providing the value as a long
LBMSDMRawUint64 - Class in com.latencybusters.lbm.sdm
An LBMSDMRawUint64 is a helper class to minimise the effort of formatting and parsing unsigned 64 bit integers
LBMSDMRawUint64() - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Create a raw uint64 field, defaulting to 0
LBMSDMRawUint64(BigInteger) - Constructor for class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Create a raw uint64 field providing the value as a BigInteger
LBMSDMTypeMismatchException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating there is a mismatch between field types.
LBMSDMTypeMismatchException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException
Generic Constructor
LBMSDMTypeMismatchException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException
Generic Constructor including a string
LBMSDMTypeMismatchException(String, LBMSDMField, LBMSDMField) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException
Constructor including field data being compared
LBMSDMTypeNotSupportedException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating that a field was encountered for an unsupported type.
LBMSDMTypeNotSupportedException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMTypeNotSupportedException
Generic Constructor
LBMSDMTypeNotSupportedException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMTypeNotSupportedException
Generic Constructor including a string
LBMSDMUnsignedException - Exception in com.latencybusters.lbm.sdm
An LBM SDM Exception indicating an negative number was provided to an unsigned field type.
LBMSDMUnsignedException() - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMUnsignedException
Generic Constructor
LBMSDMUnsignedException(String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMUnsignedException
Generic Constructor including a string
LBMSDMUnsignedException(String, int) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMUnsignedException
Constructor including field data
LBMSDMUnsignedException(String, long) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMUnsignedException
Constructor including field data
LBMSDMUnsignedException(String, short) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMUnsignedException
Constructor including field data
LBMSDMUnsignedException(String, byte) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMUnsignedException
Constructor including field data
LBMSDMUnsignedException(String, String) - Constructor for exception com.latencybusters.lbm.sdm.LBMSDMUnsignedException
Constructor including field data
LBMSetInflightCallback - Interface in com.latencybusters.lbm
Interface for setting the inflight
LBMSetInflightCallbackEx - Interface in com.latencybusters.lbm
LBMSetInflightCallbackEx interface for setting both inflight messages and bytes.
LBMSource - Class in com.latencybusters.lbm
LBM Source class.
LBMSource(LBMContext, LBMTopic) - Constructor for class com.latencybusters.lbm.LBMSource
Instantiate an LBM Source object associated with a given context and topic.
LBMSource(LBMContext, LBMTopic, LBMSourceEventCallback, Object) - Constructor for class com.latencybusters.lbm.LBMSource
Instantiate an LBM Source object associated with a given context and topic and initialize source event callback.
LBMSource(LBMContext, LBMTopic, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMSource
Instantiate an LBM Source object associated with a given context, topic, and event queue.
LBMSource(LBMContext, LBMTopic, LBMSourceEventCallback, Object, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMSource
Instantiate an LBM Source object associated with a given context, topic, and event queue and initialize source event callback.
LBMSourceAttributes - Class in com.latencybusters.lbm
Encapsulates the set of default LBM source attributes.
LBMSourceAttributes() - Constructor for class com.latencybusters.lbm.LBMSourceAttributes
Create and fill an LBMSourceAttributes object with the current default values
LBMSourceAttributes(String, String) - Constructor for class com.latencybusters.lbm.LBMSourceAttributes
Create and fill an LBMSourceAttributes object with the current default values for the given context name and source topic name.
LBMSourceChannelInfo - Class in com.latencybusters.lbm
Class representing a source channel.
LBMSourceChannelInfo(LBMSource, long) - Constructor for class com.latencybusters.lbm.LBMSourceChannelInfo
Instantiate an LBM Source Channel Info object associated with a given source.
LBMSourceCostCallback - Interface in com.latencybusters.lbm
Interface for the source cost callback to evaluate the cost of a newly discovered source.
LBMSourceCreationCallback - Interface in com.latencybusters.lbm
Interface for topic-level new source notification callbacks.
LBMSourceDeletionCallback - Interface in com.latencybusters.lbm
Interface for topic-level source deletion notification callbacks.
LBMSourceEvent - Class in com.latencybusters.lbm
Encapsulates LBM Source Events.
LBMSourceEvent() - Constructor for class com.latencybusters.lbm.LBMSourceEvent
 
LBMSourceEventCallback - Interface in com.latencybusters.lbm
Interface for handling source-related events
LBMSourceEventFlightSizeNotification - Class in com.latencybusters.lbm
LBM Source Event Flight Size Notification class.
LBMSourceEventFlightSizeNotification(int, int) - Constructor for class com.latencybusters.lbm.LBMSourceEventFlightSizeNotification
Creates an LBMSourceEventFlightSizeNotification with fields initialized to the given values.
LBMSourceEventSequenceNumberInfo - Class in com.latencybusters.lbm
LBM Source Event Sequence Number Info class.
LBMSourceEventSequenceNumberInfo() - Constructor for class com.latencybusters.lbm.LBMSourceEventSequenceNumberInfo
Creates an LBMSourceEventSequenceNumberInfo object with all fields initialized to 0/null.
LBMSourceEventSequenceNumberInfo(int, long, long, Object) - Constructor for class com.latencybusters.lbm.LBMSourceEventSequenceNumberInfo
Creates an LBMSourceEventSequenceNumberInfo with fields initialized to the given values.
LBMSourceEventWakeupInfo - Class in com.latencybusters.lbm
 
LBMSourceNotification - Interface in com.latencybusters.lbm
Interface used for new source topic notification
LBMSourceSendExInfo - Class in com.latencybusters.lbm
LBM Source Send Extended Info class.
LBMSourceSendExInfo() - Constructor for class com.latencybusters.lbm.LBMSourceSendExInfo
Create an empty LBMSourceSendExInfo object.
LBMSourceSendExInfo(int, Object) - Constructor for class com.latencybusters.lbm.LBMSourceSendExInfo
Create an LBMSourceSendExInfo object with flags and callback object set.
LBMSourceSendExInfo(int, Object, LBMSourceChannelInfo) - Constructor for class com.latencybusters.lbm.LBMSourceSendExInfo
Create an LBMSourceSendExInfo object with flags and callback object set as well as channel information included.
LBMSourceSendExInfo(int, Object, LBMSourceChannelInfo, LBMApplicationHeaderChain) - Constructor for class com.latencybusters.lbm.LBMSourceSendExInfo
Create an LBMSourceSendExInfo object with flags and callback object set as well as channel information included.
LBMSourceSendExInfo(int, Object, LBMSourceChannelInfo, LBMApplicationHeaderChain, UMQIndexInfo) - Constructor for class com.latencybusters.lbm.LBMSourceSendExInfo
Create an LBMSourceSendExInfo object with flags and callback object set as well as channel information included.
LBMSourceSendExInfo(int, Object, LBMSourceChannelInfo, LBMApplicationHeaderChain, UMQIndexInfo, UMQMessageTotalLifetimeInfo) - Constructor for class com.latencybusters.lbm.LBMSourceSendExInfo
Create an LBMSourceSendExInfo object with flags and callback object set
LBMSourceStatistics - Class in com.latencybusters.lbm
LBM Source Transport Statistics
LBMSourceStatistics() - Constructor for class com.latencybusters.lbm.LBMSourceStatistics
Instantiate an empty object containing no statistics.
LBMSourceStatistics(LBMContext, int) - Constructor for class com.latencybusters.lbm.LBMSourceStatistics
Instantiate object containing the current set of source transport statistics for a given LBM context This constructor will throw LBMMonitorEInvalException if maxStats is less than the available number of transport statistical sets.
LBMSourceStatistics(LBMSource) - Constructor for class com.latencybusters.lbm.LBMSourceStatistics
Instantiate object containing the current set of source transport statistics for a given LBM source.
LBMTimer - Class in com.latencybusters.lbm
LBM Timer class.
LBMTimer(LBMContext, long) - Constructor for class com.latencybusters.lbm.LBMTimer
Creates a timer associated with a specific context that expires with a specified delay.
LBMTimer(LBMContext, long, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMTimer
Creates a timer associated with a specific context and event queue that expires with a specified delay.
LBMTimer(LBMContext, long, LBMTimerCallback, Object) - Constructor for class com.latencybusters.lbm.LBMTimer
Creates a timer associated with a specific context that expires with a specified delay.
LBMTimer(LBMContext, long, LBMTimerCallback, Object, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMTimer
Creates a timer associated with a specific context and event queue that expires with a specified delay.
LBMTimerCallback - Interface in com.latencybusters.lbm
Interface for handling timer expiration.
LBMTopic - Class in com.latencybusters.lbm
LBM Topic class.
LBMTopic(LBMContext, String) - Constructor for class com.latencybusters.lbm.LBMTopic
Turn a Topic string into an LBMTopic object usable by receivers.
LBMTopic(LBMContext, String, LBMReceiverAttributes) - Constructor for class com.latencybusters.lbm.LBMTopic
Turn a Topic string into an LBMTopic object usable by receivers.
LBMTopic(LBMContext, String, LBMSourceAttributes) - Constructor for class com.latencybusters.lbm.LBMTopic
Turn a Topic string into an LBMTopic object usable by sources.
LBMTransportSourceInfo - Class in com.latencybusters.lbm
UM Transport Source Info class.
LBMUMMInfo - Class in com.latencybusters.lbm
Encapsulates UMM daemon connection options.
LBMUMMInfo(String, String, String, String[]) - Constructor for class com.latencybusters.lbm.LBMUMMInfo
Instantiate an LBM UMM info object.
LBMUMMInfo(String, String, String, String[], int) - Constructor for class com.latencybusters.lbm.LBMUMMInfo
Instantiate an LBM UMM info object.
LBMUMMInfo(String, String, String, String[], int, String) - Constructor for class com.latencybusters.lbm.LBMUMMInfo
Instantiate an LBM UMM info object.
LBMUMMInfo(String, String, String, String[], int, String, String) - Constructor for class com.latencybusters.lbm.LBMUMMInfo
Instantiate an LBM UMM info object.
LBMWildcardPatternCallback - Interface in com.latencybusters.lbm
Interface used for wildcard receiver application callback pattern types
LBMWildcardReceiver - Class in com.latencybusters.lbm
LBM Wildcard Receiver class.
LBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes) - Constructor for class com.latencybusters.lbm.LBMWildcardReceiver
Instantiate an LBM Wildcard Receiver object that will receive messages sent to any topic matching the given pattern.
LBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMWildcardReceiver
Instantiate an LBM Wildcard Receiver object (associated with a specified event queue) that will receive messages sent to any topic matching the given pattern.
LBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes, LBMReceiverCallback, Object) - Constructor for class com.latencybusters.lbm.LBMWildcardReceiver
Instantiate an LBM Wildcard Receiver object that will receive messages sent to any topic matching the given pattern.
LBMWildcardReceiver(LBMContext, String, LBMReceiverAttributes, LBMWildcardReceiverAttributes, LBMReceiverCallback, Object, LBMEventQueue) - Constructor for class com.latencybusters.lbm.LBMWildcardReceiver
Instantiate an LBM Wildcard Receiver object (associated with a specified event queue) that will receive messages sent to any topic matching the given pattern.
LBMWildcardReceiverAttributes - Class in com.latencybusters.lbm
Encapsulates the set of default LBM wildcard receiver attributes.
LBMWildcardReceiverAttributes() - Constructor for class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Create and fill an LBMWildcardReceiverAttributes object with the current default values.
LBMWildcardReceiverAttributes(String, String, int) - Constructor for class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Create and fill an LBMWildcardReceiverAttributes object with the current default values for the given context name, pattern and pattern type.
LBMWildcardReceiverCreateCallback - Interface in com.latencybusters.lbm
Interface for wildcard receiver internal receiver creation callbacks.
LBMWildcardReceiverDeleteCallback - Interface in com.latencybusters.lbm
Interface for wildcard receiver internal receiver creation callbacks.
lbtrmUnknownMessagesReceived() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of LBT-RM datagrams received not belonging to any transport session.
lbtruUnknownMessagesReceived() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of LBT-RU datagrams received not belonging to any transport session.
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Get the length
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Get the length of this array
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Get the raw length of the message.
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Return the number of elements in an array.
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Get the number of fields in the field set
length() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawBlob
Get the length of the blob
length - Static variable in class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
The number of bytes needed to store a raw LBMSDMRawDecimal
length - Static variable in class com.latencybusters.lbm.sdm.LBMSDMRawDouble
The length of a raw double
length - Static variable in class com.latencybusters.lbm.sdm.LBMSDMRawFloat
The length of a raw float
length - Static variable in class com.latencybusters.lbm.sdm.LBMSDMRawInt64
The number of bytes needed to store a raw LBMSDMRawInt64
length - Static variable in class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
The number of bytes needed to store a raw LBMSDMRawTimestamp
length - Static variable in class com.latencybusters.lbm.sdm.LBMSDMRawUint16
The number of bytes needed to store a raw LBMSDMRawUint16
length - Static variable in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
The number of bytes needed to store a raw LBMSDMRawUint32
length - Static variable in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
The number of bytes needed to store a raw LBMSDMRawUint64
load(InputStream) - Method in class com.latencybusters.lbm.LBMContext
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMContextAttributes
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMEventQueue
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMHFXAttributes
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMReceiver
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMSource
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMSourceAttributes
Reads a property (attribute) list (key and element pairs) from the input stream.
load(InputStream) - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Reads a property (attribute) list (key and element pairs) from the input stream.
loadDefinition(PDMDefinition) - Method in class com.latencybusters.pdm.PDMMessage
Loads the PDMDefinition passed and initializes the PDMMessage
locate(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Locate a field by name
locate(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Get a field in the field set based on the name.
log(int, String) - Method in class com.latencybusters.lbm.LBM
Logging callback.
log(String) - Method in class com.latencybusters.lbm.sdm.LBMSDM
Log an event.
LOG_ALERT - Static variable in class com.latencybusters.lbm.LBM
Logging level: Alert
LOG_CRIT - Static variable in class com.latencybusters.lbm.LBM
Logging level: Critical
LOG_DEBUG - Static variable in class com.latencybusters.lbm.LBM
Logging level: Debug
LOG_EMERG - Static variable in class com.latencybusters.lbm.LBM
Logging level: Emergency
LOG_ERR - Static variable in class com.latencybusters.lbm.LBM
Logging level: Error
LOG_INFO - Static variable in class com.latencybusters.lbm.LBM
Logging level: Informational
LOG_NOTICE - Static variable in class com.latencybusters.lbm.LBM
Logging level: Notice
LOG_WARNING - Static variable in class com.latencybusters.lbm.LBM
Logging level: Warning
lookupTopic(String) - Method in class com.latencybusters.lbm.LBMContext
Create an LBMTopic object (useable for an LBM receiver) for a given topic name.
lookupTopic(String, LBMReceiverAttributes) - Method in class com.latencybusters.lbm.LBMContext
Create an LBMTopic object (useable for an LBM receiver) for given topic name and attributes.
lost() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams that have been detected as lost.
lost(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams that have been detected as lost.
lost() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams that have been detected as lost.
lost(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams that have been detected as lost.
lowRxReqMaxSequenceNumber() - Method in class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Get low retransmission request maximum sequence number.
lowSequenceNumber() - Method in class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Get low sequence number.

M

mantissa() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Get the mantissa of the decimal number
map - Variable in class com.latencybusters.auxapi.UMEBlockSrc
 
MAX_FIELD_NAME_LENGTH - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
Maximum length of a field name.
maximumAge() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum age of event queue entry when dequeued (in microseconds).
maximumNakTransmissions() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Maximum number of times per lost message that a receiver transport transmitted a NAK, i.e., the highest value collected so far (LBT-RM only).
maximumNakTransmissions(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Maximum number of times per lost message that a receiver transport transmitted a NAK, i.e., the highest value collected so far (LBT-RM only).
maximumNakTransmissions() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Maximum number of times per lost message that a receiver transport transmitted a NAK, i.e., the highest value collected so far (LBT-RM, LBT-RU).
maximumNakTransmissions(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Maximum number of times per lost message that a receiver transport transmitted a NAK, i.e., the highest value collected so far (LBT-RM, LBT-RU).
maximumRecoveryTime() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Maximum time (in milliseconds), i.e., the longest time recorded so far, for a lost message to be recovered (LBT-RM only).
maximumRecoveryTime(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Maximum time (in milliseconds), i.e., the longest time recorded so far, for a lost message to be recovered (LBT-RM only).
maximumRecoveryTime() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Maximum time (in milliseconds), i.e., the longest time recorded so far, for a lost message to be recovered (LBT-RM, LBT-RU).
maximumRecoveryTime(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Maximum time (in milliseconds), i.e., the longest time recorded so far, for a lost message to be recovered (LBT-RM, LBT-RU).
maxIterationRunTime - Variable in class com.latencybusters.lbm.LBMEventQueue
Maximum time (in milliseconds) the event queue will run for at one time.
meanAge() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean age of event queue entries when dequeued (in microseconds).
meanNakTransmissions() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Mean number of times per lost message that a receiver transport transmitted a NAK (LBT-RM only).
meanNakTransmissions(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Mean number of times per lost message that a receiver transport transmitted a NAK (LBT-RM only).
meanNakTransmissions() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Mean number of times per lost message that a receiver transport transmitted a NAK (LBT-RM, LBT-RU).
meanNakTransmissions(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Mean number of times per lost message that a receiver transport transmitted a NAK (LBT-RM, LBT-RU).
meanRecoveryTime() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Mean time (in milliseconds) in which loss recovery was accomplished (LBT-RM only).
meanRecoveryTime(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Mean time (in milliseconds) in which loss recovery was accomplished (LBT-RM only).
meanRecoveryTime() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Mean time (in milliseconds) in which loss recovery was accomplished (LBT-RM, LBT-RU).
meanRecoveryTime(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Mean time (in milliseconds) in which loss recovery was accomplished (LBT-RM, LBT-RU).
message() - Method in class com.latencybusters.lbm.UMQQueueMessageStatus
Gets the actual message data in the form of a normal LBMMessage object, if available.
messageId() - Method in class com.latencybusters.lbm.UMQSourceEventMessageIdInfo
Get the message Id object identifying the message.
messageIdInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Gets an object describing the message ID assigned to a message.
messageIdInfo() - Method in class com.latencybusters.lbm.UMQSourceEventAckInfo
Get the message Id object identifying the message being acknowledged.
messageIdInfo() - Method in class com.latencybusters.lbm.UMQSourceEventULBMessageInfo
Get the message Id object identifying the message.
messages() - Method in class com.latencybusters.lbm.UMQReceiverQueueMessageListInfo
Gets the list of message statuses for messages currently present in the queue within the receiver's application set.
messages() - Method in class com.latencybusters.lbm.UMQReceiverQueueMessageRetrieveInfo
Gets the list of message statuses for the retrieved messages.
messagesQueued() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagrams currently queued by the data rate limiter (LBT-RM only).
messagesQueued(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagrams currently queued by the data rate limiter (LBT-RM only).
messagesQueued() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagrams currently queued by the data rate limiter (LBT-RM only).
messagesQueued(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagrams currently queued by the data rate limiter (LBT-RM only).
messagesReceived() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams received (LBT-RM only).
messagesReceived(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams received (LBT-RM only).
messagesReceived() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams received (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA) Depending on batching settings, a single datagram may contain one or more messages, or a fragment of a larger message.
messagesReceived(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams received (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA) Depending on batching settings, a single datagram may contain one or more messages, or a fragment of a larger message.
messagesSent() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagrams sent (LBT-RM only).
messagesSent(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagrams sent (LBT-RM only).
messagesSent() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagrams sent (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA).
messagesSent(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagrams sent (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA).
minimumAge() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum age of event queue entry when dequeued (in microseconds).
minimumNakTransmissions() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Minimum number of times per lost message that a receiver transport transmitted a NAK, i.e., the lowest value collected so far (LBT-RM only).
minimumNakTransmissions(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Minimum number of times per lost message that a receiver transport transmitted a NAK, i.e., the lowest value collected so far (LBT-RM only).
minimumNakTransmissions() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Minimum number of times per lost message that a receiver transport transmitted a NAK, i.e., the lowest value collected so far (LBT-RM, LBT-RU).
minimumNakTransmissions(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Minimum number of times per lost message that a receiver transport transmitted a NAK, i.e., the lowest value collected so far (LBT-RM, LBT-RU).
minimumRecoveryTime() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Minimum time (in milliseconds), i.e., the shortest time recorded so far, for a lost message to be recovered (LBT-RM only).
minimumRecoveryTime(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Minimum time (in milliseconds), i.e., the shortest time recorded so far, for a lost message to be recovered (LBT-RM only).
minimumRecoveryTime() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Minimum time (in milliseconds), i.e., the shortest time recorded so far, for a lost message to be recovered (LBT-RM, LBT-RU ).
minimumRecoveryTime(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Minimum time (in milliseconds), i.e., the shortest time recorded so far, for a lost message to be recovered (LBT-RM, LBT-RU ).
monitor(int, int, long) - Method in class com.latencybusters.lbm.LBMEventQueue
Default event queue monitoring callback.
monitor(Object, int, int, long) - Method in interface com.latencybusters.lbm.LBMEventQueueCallback
Event Queue callback method.
MSG_BOS - Static variable in class com.latencybusters.lbm.LBM
LBM message type: Beginning of Transport Session from source.
MSG_COMPLETE_BATCH - Static variable in class com.latencybusters.lbm.LBM
Sending/receiving flag: Message is complete batch (Batch should be sent ASAP)
MSG_DATA - Static variable in class com.latencybusters.lbm.LBM
LBM message type: Data message.
MSG_END_BATCH - Static variable in class com.latencybusters.lbm.LBM
Sending/receiving flag: End batch (Batch should be sent ASAP)
MSG_EOS - Static variable in class com.latencybusters.lbm.LBM
LBM message type: End of Transport Session from source.
MSG_FLAG_DELIVERY_LATENCY - Static variable in class com.latencybusters.lbm.LBM
 
MSG_FLAG_END_BATCH - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: End batch
MSG_FLAG_HF_32 - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: The message contains a 32 bit hot failover sequence number
MSG_FLAG_HF_64 - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: The message contains a 64 bit hot failover sequence number.
MSG_FLAG_HF_DUPLICATE - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: Hot failover duplicate message
MSG_FLAG_HF_OPTIONAL - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: Hot Failover optional message
MSG_FLAG_HF_PASS_THROUGH - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: Non-HF message
MSG_FLAG_IMMEDIATE - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: Immediate message
MSG_FLAG_NUMBERED_CHANNEL - Static variable in class com.latencybusters.lbm.LBM
Channel flag: Numbered channel message
MSG_FLAG_OTR - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: The message was recovered via OTR
MSG_FLAG_RETRANSMIT - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: Retransmitted message
MSG_FLAG_START_BATCH - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: Start batch
MSG_FLAG_TOPICLESS - Static variable in class com.latencybusters.lbm.LBM
Receiving flag; Message has no topic.
MSG_FLAG_UME_RETRANSMIT - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: Retransmitted message
MSG_FLAG_UMQ_REASSIGNED - Static variable in class com.latencybusters.lbm.LBM
Receiving flag: Reassigned UMQ message
MSG_FLAG_UMQ_RESUBMITTED - Static variable in class com.latencybusters.lbm.LBM
Receiving flag; Resubmitted UMQ message
MSG_FLUSH - Static variable in class com.latencybusters.lbm.LBM
Sending flag: Flush messages.
MSG_HF_RESET - Static variable in class com.latencybusters.lbm.LBM
LBM message type: Hot failover notification that the expected sequence number has been reset via a source send reset.
MSG_MAX_SOURCE_LEN - Static variable in class com.latencybusters.lbm.LBM
Maximum source name length
MSG_MAX_TOPIC_LEN - Static variable in class com.latencybusters.lbm.LBM
Maximum topic name length
MSG_NO_SOURCE_NOTIFICATION - Static variable in class com.latencybusters.lbm.LBM
Notification that no source has been found for topic.
MSG_PROPERTY_BOOLEAN - Static variable in class com.latencybusters.lbm.LBM
Message property type: boolean
MSG_PROPERTY_BYTE - Static variable in class com.latencybusters.lbm.LBM
Message property type: byte
MSG_PROPERTY_DOUBLE - Static variable in class com.latencybusters.lbm.LBM
Message property type: double
MSG_PROPERTY_FLOAT - Static variable in class com.latencybusters.lbm.LBM
Message property type: float
MSG_PROPERTY_INT - Static variable in class com.latencybusters.lbm.LBM
Message property type: int
MSG_PROPERTY_LONG - Static variable in class com.latencybusters.lbm.LBM
Message property type: long
MSG_PROPERTY_SHORT - Static variable in class com.latencybusters.lbm.LBM
Message property type: short
MSG_PROPERTY_STRING - Static variable in class com.latencybusters.lbm.LBM
Message property type: string
MSG_REQUEST - Static variable in class com.latencybusters.lbm.LBM
LBM message type: Request message from source.
MSG_RESPONSE - Static variable in class com.latencybusters.lbm.LBM
LBM message type: Response message from requestee.
MSG_START_BATCH - Static variable in class com.latencybusters.lbm.LBM
Sending/receiving flag: Start batch
MSG_UME_DEREGISTRATION_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
UME receiver notification of deregistration completion.
MSG_UME_DEREGISTRATION_SUCCESS_EX - Static variable in class com.latencybusters.lbm.LBM
UME receiver deregistration successful (extended version).
MSG_UME_DEREGISTRATION_SUCCESS_EX_FLAG_RPP - Static variable in class com.latencybusters.lbm.LBM
Deregistration was flagged as coming from a RPP store
MSG_UME_REGISTRATION_CHANGE - Static variable in class com.latencybusters.lbm.LBM
UME receiver notification of source registration change.
MSG_UME_REGISTRATION_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
UME receiver notification of registration completion.
MSG_UME_REGISTRATION_COMPLETE_EX_FLAG_QUORUM - Static variable in class com.latencybusters.lbm.LBM
Registration completed with only quorum reached.
MSG_UME_REGISTRATION_COMPLETE_EX_FLAG_RXREQMAX - Static variable in class com.latencybusters.lbm.LBM
Registration completed with RX REQ maximum used.
MSG_UME_REGISTRATION_ERROR - Static variable in class com.latencybusters.lbm.LBM
UME receiver registration encountered an error.
MSG_UME_REGISTRATION_SUCCESS - Static variable in class com.latencybusters.lbm.LBM
UME receiver registration successful.
MSG_UME_REGISTRATION_SUCCESS_EX - Static variable in class com.latencybusters.lbm.LBM
UME receiver registration successful (extended version).
MSG_UME_REGISTRATION_SUCCESS_EX_FLAG_NOCACHE - Static variable in class com.latencybusters.lbm.LBM
Registration was flagged as coming from a store that is configured to not cache data.
MSG_UME_REGISTRATION_SUCCESS_EX_FLAG_OLD - Static variable in class com.latencybusters.lbm.LBM
Registration was flagged as an old receiver by the store.
MSG_UME_REGISTRATION_SUCCESS_EX_FLAG_RPP - Static variable in class com.latencybusters.lbm.LBM
Registration was flagged as coming from a store that has allowed a RPP receiver..
MSG_UMQ_DEREGISTRATION_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
UMQ receiver notification of deregistration completion.
MSG_UMQ_DEREGISTRATION_COMPLETE_EX_FLAG_ULB - Static variable in class com.latencybusters.lbm.LBM
Deregistration completed with ULB source.
MSG_UMQ_INDEX_ASSIGNED_EX - Static variable in class com.latencybusters.lbm.LBM
LBM message type: UMQ receiver notification of assignment of a particular index from a particular queue or ULB source.
MSG_UMQ_INDEX_ASSIGNED_FLAG_ULB - Static variable in class com.latencybusters.lbm.LBM
Index assignment was from a ULB source.
MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_ERROR - Static variable in class com.latencybusters.lbm.LBM
LBM message type: UMQ receiver index assignment eligibility start/stop encountered an error.
MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_START_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
LBM message type: UMQ receiver notification of beginning of index assignment eligibility.
MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_START_COMPLETE_EX_FLAG_ULB - Static variable in class com.latencybusters.lbm.LBM
Index assignment eligibility start completed at a ULB source.
MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_STOP_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
LBM message type: UMQ receiver notification of end of index assignment eligibility.
MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_STOP_COMPLETE_EX_FLAG_ULB - Static variable in class com.latencybusters.lbm.LBM
Index assignment eligibility stop completed at a ULB source.
MSG_UMQ_INDEX_RELEASED_EX - Static variable in class com.latencybusters.lbm.LBM
LBM message type: UMQ receiver notification of end of assignment of a particular index from a particular queue or ULB source.
MSG_UMQ_INDEX_RELEASED_FLAG_ULB - Static variable in class com.latencybusters.lbm.LBM
Index released from a ULB source.
MSG_UMQ_REASSIGN_FLAG_DISCARD - Static variable in class com.latencybusters.lbm.LBM
Instead of requesting reassignment, request the message be discarded.
MSG_UMQ_REGISTRATION_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
UMQ receiver notification of registration completion.
MSG_UMQ_REGISTRATION_COMPLETE_EX_FLAG_QUORUM - Static variable in class com.latencybusters.lbm.LBM
Registration completed with only quorum reached.
MSG_UMQ_REGISTRATION_COMPLETE_EX_FLAG_ULB - Static variable in class com.latencybusters.lbm.LBM
Registration completed with ULB source.
MSG_UMQ_REGISTRATION_ERROR - Static variable in class com.latencybusters.lbm.LBM
UMQ receiver notification of registration error.
MSG_UNRECOVERABLE_LOSS - Static variable in class com.latencybusters.lbm.LBM
LBM message type: Missing message detected and not recovered in given time.
MSG_UNRECOVERABLE_LOSS_BURST - Static variable in class com.latencybusters.lbm.LBM
LBM message type: Missing burst of messages detected and not recovered.
msgStamp() - Method in class com.latencybusters.lbm.UMQMessageId
Get the message stamp associated with this message id.

N

nakPacketsReceived() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of NAK packets received by this source transport (LBT-RM only).
nakPacketsReceived(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of NAK packets received by this source transport (LBT-RM only).
nakPacketsReceived() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of NAK packets received by this source transport (LBT-RM, LBT-RU).
nakPacketsReceived(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of NAK packets received by this source transport (LBT-RM, LBT-RU).
nakPacketsSent() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NAK packets sent by the receiver transport (LBT-RM only).
nakPacketsSent(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NAK packets sent by the receiver transport (LBT-RM only).
nakPacketsSent() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NAK packets sent by the receiver transport (LBT-RM, LBT-RU).
nakPacketsSent(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NAK packets sent by the receiver transport (LBT-RM, LBT-RU).
naksIgnored() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of NAKs the source ignored and sent an NCF with reason code "ignored" (LBT-RM only).
naksIgnored(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of NAKs the source ignored and sent an NCF with reason code "ignored" (LBT-RM only).
naksIgnored() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of NAKs the source ignored and sent an NCF with reason code "ignored" (LBT-RM, LBT-RU).
naksIgnored(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of NAKs the source ignored and sent an NCF with reason code "ignored" (LBT-RM, LBT-RU).
naksIgnoredRetransmitDelay() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of NAKs this source did not process because doing so would exceed its retransmit rate limit (LBT-RM only).
naksIgnoredRetransmitDelay(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of NAKs this source did not process because doing so would exceed its retransmit rate limit (LBT-RM only).
naksIgnoredRetransmitDelay() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of NAKs this source did not process because doing so would exceed its retransmit rate limit (LBT-RM, LBT-RU).
naksIgnoredRetransmitDelay(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of NAKs this source did not process because doing so would exceed its retransmit rate limit (LBT-RM, LBT-RU).
naksReceived() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of individual NAKs received by the source transport (LBT-RM only).
naksReceived(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of individual NAKs received by the source transport (LBT-RM only).
naksReceived() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of individual NAKs received by the source transport (LBT-RM, LBT-RU).
naksReceived(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of individual NAKs received by the source transport (LBT-RM, LBT-RU).
naksSent() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of individual NAKs sent by the receiver transport (LBT-RM only).
naksSent(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of individual NAKs sent by the receiver transport (LBT-RM only).
naksSent() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of individual NAKs sent by the receiver transport (LBT-RM, LBT-RU).
naksSent(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of individual NAKs sent by the receiver transport (LBT-RM, LBT-RU).
naksShed() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of NAKs this source shed and sent an NCF with reason code "shed" (LBT-RM only).
naksShed(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of NAKs this source shed and sent an NCF with reason code "shed" (LBT-RM only).
naksShed() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of NAKs this source shed and sent an NCF with reason code "shed" (LBT-RM, LBT-RU).
naksShed(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of NAKs this source shed and sent an NCF with reason code "shed" (LBT-RM, LBT-RU).
name - Variable in class com.latencybusters.lbm.sdm.LBMSDMField
The name of this field
name_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Get the length of this fields name in raw form.
name_tree_enabled() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldsAttribute
Find out if field name validation is enabled.
ncfsIgnored() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NCFs received from a source transport with reason code "ignored" (LBT-RM only).
ncfsIgnored(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NCFs received from a source transport with reason code "ignored" (LBT-RM only).
ncfsIgnored() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NCFs received from a source transport with reason code "ignored" (LBT-RM, LBT-RU).
ncfsIgnored(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NCFs received from a source transport with reason code "ignored" (LBT-RM, LBT-RU).
ncfsRetransmissionDelay() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NCFs received with reason code "rx_delay" (LBT-RM only).
ncfsRetransmissionDelay(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NCFs received with reason code "rx_delay" (LBT-RM only).
ncfsRetransmissionDelay() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NCFs received with reason code "rx_delay" (LBT-RM, LBT-RU).
ncfsRetransmissionDelay(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NCFs received with reason code "rx_delay" (LBT-RM, LBT-RU).
ncfsShed() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NCFs received with reason code "shed" (LBT-RM only).
ncfsShed(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NCFs received with reason code "shed" (LBT-RM only).
ncfsShed() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NCFs received from a source transport with reason code "shed" (LBT-RM only).
ncfsShed(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NCFs received from a source transport with reason code "shed" (LBT-RM only).
ncfsUnknown() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NCFs received with reason code "unknown" (LBT-RM only).
ncfsUnknown(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of NCFs received with reason code "unknown" (LBT-RM only).
ncfsUnknown() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NCFs received with reason code "unknown" (LBT-RM, LBT-RU).
ncfsUnknown(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of NCFs received with reason code "unknown" (LBT-RM, LBT-RU).
next() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainIterator
Gets the next LBMApplicationHeaderChainElement in an LBMApplicationHeaderChain.
next() - Method in class com.latencybusters.lbm.LBMMessagePropertiesIterator
 
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Get the next element in the array
next() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Move to the next field in the collection
next() - Method in class com.latencybusters.pdm.PDMFieldIterator
Advances to the next element
nextElement() - Method in class com.latencybusters.lbm.LBMMessagePropertiesEnumeration
 
noTopicMessagesReceived() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of messages received that were not for a topic of interest to the receiver (TCP, LBT-RM).
noTopicMessagesReceived(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of messages received that were not for a topic of interest to the receiver (TCP, LBT-RM).
noTopicMessagesReceived() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of messages received that were not for a topic of interest to the receiver (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA).
noTopicMessagesReceived(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of messages received that were not for a topic of interest to the receiver (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA).
numberOfClients() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of receiver clients currently connected over this transport (TCP only).
numberOfClients(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of receiver clients currently connected over this transport (TCP only).
numberOfClients() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of receiver clients currently connected over this transport (TCP, LBT-RU, LBT-IPC, LBT-RDMA).
numberOfClients(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of receiver clients currently connected over this transport (TCP, LBT-RU, LBT-IPC, LBT-RDMA).
numericIndex() - Method in class com.latencybusters.lbm.UMQIndexInfo
Returns numeric index for numeric UMQIndexInfo objects.

O

onAsyncOperation(Object, LBMAsyncOperationInfo) - Method in interface com.latencybusters.lbm.LBMAsyncOperationCallback
Asynchronous operation callback method.
onAuthRequest(Object, LBMAuthUserInfo) - Method in interface com.latencybusters.lbm.LBMAuthCredentialsCallback
Callback function called when an action is attempted that requires different authentication credentials than what were previously provided.
onContextEvent(Object, LBMContextEvent) - Method in interface com.latencybusters.lbm.LBMContextEventCallback
Context event callback.
onContextSourceEvent(Object, LBMContextSourceEvent) - Method in interface com.latencybusters.lbm.LBMContextSourceEventCallback
Source event callback.
onExpiration(Object) - Method in interface com.latencybusters.lbm.LBMTimerCallback
Timer expiration callback.
onMessageReclaim(Object, String, long) - Method in interface com.latencybusters.lbm.LBMMessageReclamationCallback
Forced message reclamation callback.
onNewReceiver(UMEReceiverLivenessCallbackInfo, Object) - Method in interface com.latencybusters.lbm.UMEReceiverLivenessCreationCallback
 
onNewSource(String, Object) - Method in interface com.latencybusters.lbm.LBMSourceCreationCallback
New source creation callback method for receivers.
onOperationComplete(Object) - Method in class com.latencybusters.lbm.LBMOperationCompleteCallback
Callback method.
onReceive(Object, LBMMessage) - Method in class com.latencybusters.lbm.LBMHFX
Internal callback used when a message is delivered.
onReceive(LBMReceiverStatistics) - Method in interface com.latencybusters.lbm.LBMMonitorStatisticsCallback
Deprecated. Receiver statistics callback.
onReceive(LBMSourceStatistics) - Method in interface com.latencybusters.lbm.LBMMonitorStatisticsCallback
Deprecated. Source statistics callback.
onReceive(LBMReceiverStatistics) - Method in class com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject
Receiver statistics callback.
onReceive(LBMSourceStatistics) - Method in class com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject
Source statistics callback.
onReceive(LBMContextStatistics) - Method in class com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject
Context statistics callback.
onReceive(LBMEventQueueStatistics) - Method in class com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject
Event queue statistics callback.
onReceive(LBMImmediateMessageSourceStatistics) - Method in class com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject
Immediate message source statistics callback.
onReceive(LBMImmediateMessageReceiverStatistics) - Method in class com.latencybusters.lbm.LBMMonitorStatisticsCallbackObject
Immediate message receiver statistics callback.
onReceive(Object, LBMMessage) - Method in interface com.latencybusters.lbm.LBMReceiverCallback
Received data callback.
onReceiveImmediate(Object, LBMMessage) - Method in interface com.latencybusters.lbm.LBMImmediateMessageCallback
Received immediate message callback.
onReceiverCreate(String, LBMReceiverAttributes, Object) - Method in interface com.latencybusters.lbm.LBMWildcardReceiverCreateCallback
New receiver create callback for internal per-topic receivers of an LBMWildcardReceiver.
onReceiverDelete(String, Object) - Method in interface com.latencybusters.lbm.LBMWildcardReceiverDeleteCallback
New receiver delete callback for internal per-topic receivers of an LBMWildcardReceiver.
onReceiverDelete(UMEReceiverLivenessCallbackInfo, Object, Object) - Method in interface com.latencybusters.lbm.UMEReceiverLivenessDeletionCallback
 
onResponse(Object, LBMRequest, LBMMessage) - Method in interface com.latencybusters.lbm.LBMResponseCallback
Response data callback.
onResponse(LBMRequest, LBMMessage) - Method in class com.latencybusters.lbm.LBMSource
Default response message callback, which calls the interface specified when the request was sent.
onSourceCost(Object, String, LBMTransportSourceInfo, long, long) - Method in interface com.latencybusters.lbm.LBMSourceCostCallback
Callback to determine source cost
onSourceDelete(String, Object, Object) - Method in interface com.latencybusters.lbm.LBMSourceDeletionCallback
Source deletion callback method for receivers.
onSourceEvent(LBMSourceEvent) - Method in class com.latencybusters.lbm.LBMSource
Default source event callback.
onSourceEvent(Object, LBMSourceEvent) - Method in interface com.latencybusters.lbm.LBMSourceEventCallback
Source event callback.
OPT_FIX_HEADER_LEN - Static variable in class com.latencybusters.pdm.PDMField
 
OPT_VAR_HEADER_LEN - Static variable in class com.latencybusters.pdm.PDMField
 
originalSequenceNumber() - Method in class com.latencybusters.lbm.LBMMessage
Deprecated. No replacement
originalSource() - Method in class com.latencybusters.lbm.LBMMessage
Deprecated. No replacement
originalSourceAsCharArray() - Method in class com.latencybusters.lbm.LBMMessage
Deprecated. No replacement
osqn() - Method in class com.latencybusters.lbm.LBMMessage
Retrieve the message original sequence number set by the UM library.
outOfOrder() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of out-of-order datagrams received.
outOfOrder(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of out-of-order datagrams received.
outOfOrder() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of out-of-order datagrams received.
outOfOrder(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of out-of-order datagrams received.

P

parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Parse a byte buffer containing a raw SDM message (as received on a socket) to fill the SDM message object.
parse(byte[]) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Parse a byte buffer containing a raw SDM message (as received on a socket) to fill the SDM message object.
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
This is overridden by field and array subclasses
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Parse a byte buffer and store the value as the string value which is considered a long string
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Parse a byte buffer and store the value
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Parse a byte buffer containing a raw decimal field (as received on a socket) The byte buffer must be in network order
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Parse the raw double value from a byte buffer The value is stored in the object.
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Parse the raw float value from a byte buffer The value is stored in the object.
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Parse the raw int64 value from a byte buffer in to the object
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Parse the raw timestamp value from a byte buffer
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint16
Parse the raw uint16 value from a byte buffer
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Parse the raw uint32 value from a byte buffer
parse(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Parse the raw uint64 value from a byte buffer in to the object
parse(PDMDeserializer, byte[]) - Method in class com.latencybusters.pdm.PDMDefinition
Parses an existing byte array into this object
parse(PDMDeserializer, byte[], int) - Method in class com.latencybusters.pdm.PDMDefinition
Parses an existing byte array into this object
parse(PDMDeserializer, byte[]) - Method in class com.latencybusters.pdm.PDMFieldInfo
Parses the byte array into this object
parse(PDMDeserializer, byte[], int) - Method in class com.latencybusters.pdm.PDMFieldInfo
Parses the byte array at position into this object
parse(byte[]) - Method in class com.latencybusters.pdm.PDMMessage
Deserializes a message from a byte array
parse(byte[], int) - Method in class com.latencybusters.pdm.PDMMessage
Deserializes a message from a byte array at position
parse(PDMDeserializer, byte[], int) - Method in class com.latencybusters.pdm.PDMMessage
Deserializes a message from a byte array at position
parse_name(byte[], int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Parse a byte buffer and store the value as the name which is considered a short string
parse_s(byte[], int) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Parse the raw double value from a byte buffer
parse_s(byte[], int) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Parse the raw float value from a byte buffer
parse_s(byte[], int) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Parse the raw int64 value from a byte buffer
parse_s(byte[], int) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Parse the raw uint32 value from a byte buffer
parse_s(byte[], int) - Static method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Parse the raw uint64 value from a byte buffer
password() - Method in class com.latencybusters.lbm.LBMAuthUserInfo
Returns the password.
PDMDecimal - Class in com.latencybusters.pdm
A representation of a decimal with an exponent and mantissa
PDMDecimal(long, byte) - Constructor for class com.latencybusters.pdm.PDMDecimal
 
PDMDefinition - Class in com.latencybusters.pdm
The message definition class that needs to be populated and finalized before using in a PDMMessage
PDMDefinition() - Constructor for class com.latencybusters.pdm.PDMDefinition
Protected constructor used by PDMMessage when parsing a PDMDefinition included with the PDMMessage
PDMDefinition(int) - Constructor for class com.latencybusters.pdm.PDMDefinition
Creates a new definition with the specified number of fields
PDMDefinition(int, boolean) - Constructor for class com.latencybusters.pdm.PDMDefinition
Creates a new definition with the specified number of fields and whether or not to use ints or strings as field names
PDMDefinitionCache - Class in com.latencybusters.pdm
A cache to store PDMDefinitions by their id and version
PDMDeserializer - Class in com.latencybusters.pdm
Used to deserialize bytes into the appropriate type
PDMDeserializer() - Constructor for class com.latencybusters.pdm.PDMDeserializer
 
PDMException - Exception in com.latencybusters.pdm
An exception class thrown by the PDM library.
PDMException() - Constructor for exception com.latencybusters.pdm.PDMException
 
PDMException(String) - Constructor for exception com.latencybusters.pdm.PDMException
 
PDMException(Throwable) - Constructor for exception com.latencybusters.pdm.PDMException
 
PDMException(String, Throwable) - Constructor for exception com.latencybusters.pdm.PDMException
 
PDMField - Class in com.latencybusters.pdm
A field is element in the message that contains the value and a reference back to the field information that was created in the PDMDefinition
PDMField(PDMFieldInfo, PDMSection, int, PDMSerializer, PDMDeserializer) - Constructor for class com.latencybusters.pdm.PDMField
 
PDMFieldInfo - Class in com.latencybusters.pdm
A handle to field information returned from a PDMDefinition that is used when adding a field value to a PDMMessage.
PDMFieldInfo() - Constructor for class com.latencybusters.pdm.PDMFieldInfo
 
PDMFieldInfo(int, String, PDMFieldType, boolean) - Constructor for class com.latencybusters.pdm.PDMFieldInfo
Constructor used for single value fields with string names (except for fixed length strings)
PDMFieldInfo(int, int, PDMFieldType, boolean) - Constructor for class com.latencybusters.pdm.PDMFieldInfo
Constructor used for single value fields with int names (except for fixed length strings)
PDMFieldInfo(int, String, PDMFieldType, int, boolean) - Constructor for class com.latencybusters.pdm.PDMFieldInfo
Constructor used for single value fixed-length string fields with String names
PDMFieldInfo(int, int, PDMFieldType, int, boolean) - Constructor for class com.latencybusters.pdm.PDMFieldInfo
Constructor used for single value fixed-length string fields with int names
PDMFieldInfo(int, String, int, PDMFieldType, int, boolean, int) - Constructor for class com.latencybusters.pdm.PDMFieldInfo
General constructor used for any single value or array field of fixed length or variable length with string or int names
PDMFieldIterator - Class in com.latencybusters.pdm
The PDMFieldIterator is used to iterate through each PDMField in a PDMMessage.
PDMFieldIterator(HashMap<Integer, PDMField>) - Constructor for class com.latencybusters.pdm.PDMFieldIterator
Internal constructor called from a PDMMessage
PDMFieldType - Enum in com.latencybusters.pdm
PDMFieldType enumeration used when adding field information to a PDMDefinition.
PDMMessage - Class in com.latencybusters.pdm
A PDM message consists of a definition and the corresponding optional and required fields as specified by the definition.
PDMMessage() - Constructor for class com.latencybusters.pdm.PDMMessage
Empty constructor can be used when the PDMDefinition is not available.
PDMMessage(PDMDefinition) - Constructor for class com.latencybusters.pdm.PDMMessage
Creates a message from a finalized PDMDefinition
PDMMessage(int, int, int) - Constructor for class com.latencybusters.pdm.PDMMessage
Creates a message from a finalized definition by looking it up in the PDMDefinitionCache by the id passed
PDMSerializer - Class in com.latencybusters.pdm
Used to serialize a type into an array of bytes
PDMSerializer() - Constructor for class com.latencybusters.pdm.PDMSerializer
 
PDMTimestamp - Class in com.latencybusters.pdm
A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch
PDMTimestamp(int, int) - Constructor for class com.latencybusters.pdm.PDMTimestamp
 
processEvents(long) - Method in class com.latencybusters.lbm.LBMContext
Process internal events in the given LBM context object.
promote() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
 
promote() - Method in class com.latencybusters.lbm.LBMMessage
Promotes the current LBMMessage to a full-fledged LBMMessage object that can be referenced and used past the end of the receiver callback.
promote() - Method in class com.latencybusters.lbm.LBMSourceEvent
This method should be called if the application wishes to continue processing the source event on another thread, or after the source event callback returns.
properties() - Method in class com.latencybusters.lbm.LBMMessage
 
propertySize() - Method in class com.latencybusters.lbm.LBMEventQueue
Deprecated. In LBM4.0. This API existed because there was an LBMEventQueue.size() API which conflicted with java.util.Properties. This has been removed so propertySize() is no longer required. Use Hashtable.size()
put(PDMDefinition) - Method in class com.latencybusters.pdm.PDMDefinitionCache
Stores the PDMDefinition in the cache by its id, major version and minor version, unless the id is 0

Q

queueAckInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Gets an object containing extended information about a message that has been acknowledged as stable.
queueDeregistrationCompleteInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get an extended queue deregistration complete info object from the message (only for LBM.MSG_UMQ_DEREGISTRATION_COMPLETE_EX messages).
queueId() - Method in class com.latencybusters.lbm.UMQQueueInfo
Get Queue Id for the queue associated with this info object.
queueIndexAssignedInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get a queue index assigned info object from the message (only for LBM.MSG_UMQ_INDEX_ASSIGNED_EX messages).
queueIndexAssignmentEligibilityStartCompleteInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get a queue index assignment eligibility start complete info object from the message (only for LBM.MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_START_COMPLETE_EX messages).
queueIndexAssignmentEligibilityStopCompleteInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get a queue index assignment eligibility stop complete info object from the message (only for LBM.MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_STOP_COMPLETE_EX messages).
queueIndexInfo() - Method in class com.latencybusters.lbm.LBMMessage
Retrieve UMQ index information for this message.
queueIndexReleasedInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get a queue index released info object from the message (only for LBM.MSG_UMQ_INDEX_RELEASED_EX messages).
queueInstanceIndex() - Method in class com.latencybusters.lbm.UMQQueueInstanceInfo
Gets the index of the queue instance associated with this info object.
queueInstanceName() - Method in class com.latencybusters.lbm.UMQQueueInstanceInfo
Gets the name of the queue instance associated with this info object.
queueMessageId() - Method in class com.latencybusters.lbm.LBMMessage
The message ID assigned by the queue (UMQ only).
queueMessageId() - Method in class com.latencybusters.lbm.UMQQueueMessageStatus
Gets the UMQ message ID of the message.
queueName() - Method in class com.latencybusters.lbm.UMQQueueInfo
Get Queue name for the queue associated with this info object.
queueRegistrationCompleteInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get an extended queue registration complete info object from the message (only for LBM.MSG_UMQ_REGISTRATION_COMPLETE_EX messages).
queueRegistrationCompleteInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Queue registration complete info.
queueSize() - Method in class com.latencybusters.lbm.LBMEventQueue
Determine the number of queued events in the event queue.
queueTopicList(String, LBMAsyncOperationCallback) - Method in class com.latencybusters.lbm.LBMContext
Retrieves a list of currently available topics from a queue (asynchronous operation)
queueTopicList(String, LBMAsyncOperationCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Retrieves a list of currently available topics from a queue (asynchronous operation)

R

readBoolean(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use one bytes from the given byte array starting at position to create a boolean.
readByte(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use one bytes from the given byte array starting at position to create a byte.
readByteArray(byte[], int, byte[]) - Method in class com.latencybusters.pdm.PDMDeserializer
Copies bytes from the source byte array (ba) into the destination byte array
readByteArray(byte[], int, byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
Copies bytes from the source byte array (ba) into the destination byte array
readByteArray(byte[], int, int) - Method in class com.latencybusters.pdm.PDMDeserializer
Creates a new byte array from the source byte array (ba) at position for the given length
readDecimal(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use nine bytes from the given byte array starting at position to create a PDMDecimal.
readDecimal(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create a PDMDecimal.
readDouble(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create a double.
readDouble(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create a double.
readFloat(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use four bytes from the given byte array starting at position to create a float.
readFloat(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use four bytes from the given byte array starting at position to create a float.
readInt(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use four bytes from the given byte array starting at position to create an int.
readInt(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use four bytes from the given byte array starting at position to create an int.
readLong(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create a long.
readLong(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create a long.
readShort(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use two bytes from the given byte array starting at position to create a short.
readShort(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use two bytes from the given byte array starting at position to create a short.
readString(byte[], int, int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will read the specified len at position pos from the byte array and create a String expecting the String to end with a byte 0
readTimestamp(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create a PDMTimestamp.
readTimestamp(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create a PDMTimestamp.
readUByte(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use one bytes from the given byte array starting at position to create an unsigned byte (stored in a short).
readUInt(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use four bytes from the given byte array starting at position to create an unsigned int (stored as a long).
readUInt(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use four bytes from the given byte array starting at position to create an unsigned int (stored as a long).
readULong(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create an unsigned long (stored in a BigInteger).
readULong(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use eight bytes from the given byte array starting at position to create an unsigned long (stored in a BigInteger).
readUnicode(byte[], int, int, String) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will read the specified len at position pos from the byte array and create a unicode String expecting the String to end with a byte 0
readUnicode(byte[], int, int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will read the specified len at position pos from the byte array and create a UTF-8 unicode String expecting the String to end with a byte 0
readUShort(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use two bytes from the given byte array starting at position to create an unsigned short (stored as an int).
readUShort(byte[], int) - Method in class com.latencybusters.pdm.PDMDeserializer
This method will use two bytes from the given byte array starting at position to create an unsigned short (stored as an int).
reassign(int) - Method in class com.latencybusters.lbm.LBMMessage
Do not acknowledge the given message and instead request that the message be reassigned.
receiver() - Method in class com.latencybusters.lbm.UMQSourceEventULBReceiverInfo
Get immediate message target string for the receiver associated with this info object.
receiverQueueMessageListInfo() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
Gets the results of an LBMReceiverBase#queueMessageList asynchronous operation.
receiverQueueMessageRetrieveInfo() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
Gets the results of an LBMReceiverBase#queueMessageRetrieve asynchronous operation.
receiverRegistrationId() - Method in class com.latencybusters.lbm.LBMMessage
The registration ID for the receiver (UME only).
receiverRegistrationId() - Method in class com.latencybusters.lbm.UMEDeregistrationSuccessInfo
Get receiver registration ID.
receiverRegistrationId() - Method in class com.latencybusters.lbm.UMERegistrationSuccessInfo
Get receiver registration ID.
receiverRegistrationId() - Method in class com.latencybusters.lbm.UMESourceEventAckInfo
Get the receiver registration ID.
receiverTypeIDs() - Method in class com.latencybusters.lbm.UMQQueueApplicationSet
Gets a list of the receiver type IDs that belong to this application set (as configured on the queue daemon).
refresh(LBMContext) - Method in class com.latencybusters.lbm.LBMContextStatistics
Refresh lbm context statistics for a given LBMContext
refresh(LBMEventQueue) - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Refresh event queue statistics for a given LBMEventQueue
refresh(LBMContext, int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Refresh the aggregate set of statistics for a particular context.
refresh(LBMContext, int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Refresh the aggregate set of statistics for a particular context.
refresh(LBMReceiver, int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Refresh the aggregate set of statistics for a particular receiver.
refresh(LBMContext, int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Refresh the aggregate set of statistics for a particular context.
refresh(LBMReceiver, String) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Refresh the set of statistics for a particular receiver and source
refresh(LBMHFXReceiver, String) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
 
refresh(LBMHFXReceiver, int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
 
refresh(LBMContext, int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Refresh source transport statistics for a given LBM context.
refresh(LBMSource) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Refresh source transport statistics for a given LBM source
registrationCompleteInfo() - Method in class com.latencybusters.lbm.LBMContextEvent
Registration complete info object associated with this event.
registrationCompleteInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get an extended registration complete info object from the message (only for LBM.MSG_UME_REGISTRATION_COMPLETE_EX messages).
registrationCompleteInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Registration complete info.
registrationId() - Method in class com.latencybusters.lbm.LBMSourceEvent
Registration ID associated with this event.
registrationId() - Method in class com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo
Returns the source's registration ID.
registrationId() - Method in class com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo
Returns the source's registration ID.
registrationId() - Method in class com.latencybusters.lbm.UMEStoreEntry
Accessor function to return the receiver's registration ID with this store.
registrationId() - Method in class com.latencybusters.lbm.UMQContextEventRegistrationCompleteInfo
Get the registration Id associated with this registration complete info object.
registrationId() - Method in class com.latencybusters.lbm.UMQContextEventRegistrationSuccessInfo
Get the registration Id associated with this registration success info object.
registrationId() - Method in class com.latencybusters.lbm.UMQMessageId
Get the registration Id associated with this message id.
registrationId() - Method in class com.latencybusters.lbm.UMQSourceEventULBReceiverInfo
Get Registration ID for the receiver associated with this info object.
registrationSuccessInfo() - Method in class com.latencybusters.lbm.LBMContextEvent
Registration success info object associated with this event.
registrationSuccessInfo() - Method in class com.latencybusters.lbm.LBMMessage
Get an extended registration success info object from the message (only for LBM.MSG_UME_REGISTRATION_SUCCESS_EX messages).
registrationSuccessInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Registration success info object.
remove() - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainIterator
Removes the current LBMApplicationHeaderChainElement from an LBMApplicationHeaderChain.
remove() - Method in class com.latencybusters.lbm.LBMMessagePropertiesIterator
 
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Remove an array element
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Remove the current element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Remove an array element
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Remove a field by specifying the index
remove(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Remove a field by specifying the name
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Remove an element from an array class
remove() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Remove the current item from the collection
remove(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Remove a field by specifying the index
remove(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Remove a field by specifying the name
remove(int) - Method in class com.latencybusters.pdm.PDMDefinitionCache
Removes any matching PDMDefinition from the cache with the corresponding id regardless of version
remove(int, int, int) - Method in class com.latencybusters.pdm.PDMDefinitionCache
Removes any matching PDMDefinition from the cache withthe corresponding id and version
remove() - Method in class com.latencybusters.pdm.PDMFieldIterator
Removing an element is not supported
removeFieldValue(PDMFieldInfo) - Method in class com.latencybusters.pdm.PDMMessage
Removes the field value (corresponding to the passed field info) from the message
removeImmediateMessageReceiver(LBMImmediateMessageCallback) - Method in class com.latencybusters.lbm.LBMContext
Deregister a non-topic, immediate message callback
removeImmediateMessageReceiver(LBMImmediateMessageCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Deregister a non-topic immediate message callback (and callback token)
removeMonitor(LBMEventQueueCallback) - Method in class com.latencybusters.lbm.LBMEventQueue
Deregister a monitor callback
removeMonitor(LBMEventQueueCallback, Object) - Method in class com.latencybusters.lbm.LBMEventQueue
Deregister a monitor callback (and callback token)
removeResponseCallback(LBMResponseCallback) - Method in class com.latencybusters.lbm.LBMRequest
Deregister a request response callback
removeResponseCallback(LBMResponseCallback, Object) - Method in class com.latencybusters.lbm.LBMRequest
Deregister a request response callback
removeSourceCallback(LBMSourceEventCallback) - Method in class com.latencybusters.lbm.LBMSource
Deregister a source event callback
removeSourceCallback(LBMSourceEventCallback, Object) - Method in class com.latencybusters.lbm.LBMSource
Deregister a source event callback (and callback token)
removeSourceNotifyCallback(LBMSourceNotification) - Method in class com.latencybusters.lbm.LBMContext
Deregister a source notification callback
removeSourceNotifyCallback(LBMSourceNotification, Object) - Method in class com.latencybusters.lbm.LBMContext
Deregister a source notification callback
removeStatisticsCallback(LBMMonitorStatisticsCallback) - Method in class com.latencybusters.lbm.LBMMonitorReceiver
Deprecated. This method is provided for backwards compatibility with LBM 3.3.9/ UME 2.0.7; please use the LBMMonitorReceiver.removeStatisticsCallback(LBMMonitorStatisticsCallbackObject) method instead.
removeStatisticsCallback(LBMMonitorStatisticsCallbackObject) - Method in class com.latencybusters.lbm.LBMMonitorReceiver
Deregister previously registered statistics callback.
removeTimerCallback(LBMTimerCallback) - Method in class com.latencybusters.lbm.LBMTimer
Deregister a timer callback
removeTimerCallback(LBMTimerCallback, Object) - Method in class com.latencybusters.lbm.LBMTimer
Deregister a timer callback (and callback token)
REQ_FIX_HEADER_LEN - Static variable in class com.latencybusters.pdm.PDMField
 
REQ_VAR_HEADER_LEN - Static variable in class com.latencybusters.pdm.PDMField
 
requestTopicResolution(short, long, long) - Method in class com.latencybusters.lbm.LBMContext
Request Topic Advertisements (sources), Topic Queries (receivers), and/or Wildcard Topic Queries (wildcard receivers) in the configured topic resolution address domain.
reschedule(long) - Method in class com.latencybusters.lbm.LBMTimer
Reschedule this timer to expire in a specified number of milliseconds.
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Reset the current element to the first
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Reset the current element to the first
reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Reset the iterator back to the beginning
Reset() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Reset the iterator back to the beginning
reset() - Method in class com.latencybusters.pdm.PDMFieldIterator
Reset the iterator by creating a new one at the beginning
resetImmediateMessageReceiverStatistics() - Method in class com.latencybusters.lbm.LBMContext
Reset the immediate message receiver transport statistics for this context.
resetImmediateMessageSourceStatistics() - Method in class com.latencybusters.lbm.LBMContext
Reset the immediate message source transport statistics for this context.
resetReceiverStatistics() - Method in class com.latencybusters.lbm.LBMContext
Reset the transport statistics for all receivers in this context.
resetSourceStatistics() - Method in class com.latencybusters.lbm.LBMContext
Reset the transport statistics for all sources in this context.
resetStatistics() - Method in class com.latencybusters.lbm.LBMContext
Reset the context statistics for this instance.
resetStatistics() - Method in class com.latencybusters.lbm.LBMEventQueue
Reset the event queue statistics.
resetStatistics(String) - Method in class com.latencybusters.lbm.LBMReceiver
Reset the receiver transport statistics for a particular source.
resetStatistics() - Method in class com.latencybusters.lbm.LBMReceiver
Reset the receiver transport statistics for all sources.
resetStatistics() - Method in class com.latencybusters.lbm.LBMSource
Reset the transport statistics for this source.
respond(byte[], int, int) - Method in class com.latencybusters.lbm.LBMMessage
Send a response for this request message.
responseBlocked() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of incidents where a UM send response call was blocked.
responseMessages() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of response messages (from receiver objects) currently in the event queue, i.e., a snapshot.
responseMessagesMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for response messages (in microseconds).
responseMessagesMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for response messages (in microseconds).
responseMessagesMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for response messages (in microseconds).
responseMessagesTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of response messages that have been added to the event queue (even if subsequently de-queued) since last reset.
responseWouldBlock() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of incidents where a UM send response call returned EWOULDBLOCK.
retransmissionBytesSent() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Total number of bytes retransmitted by this source transport (LBT-RM only).
retransmissionBytesSent(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Total number of bytes retransmitted by this source transport (LBT-RM only).
retransmissionBytesSent() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of bytes retransmitted by this source transport (LBT-RM, LBT-RU).
retransmissionBytesSent(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of bytes retransmitted by this source transport (LBT-RM, LBT-RU).
retransmissionsQueued() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of retransmission datagrams currently queued by the retransmit rate limiter (LBT-RM only).
retransmissionsQueued(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of retransmission datagrams currently queued by the retransmit rate limiter (LBT-RM only).
retransmissionsQueued() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of retransmission datagrams currently queued by the retransmit rate limiter (LBT-RM only).
retransmissionsQueued(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of retransmission datagrams currently queued by the retransmit rate limiter (LBT-RM only).
retransmissionsSent() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagrams retransmitted by this source transport (LBT-RM only).
retransmissionsSent(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagrams retransmitted by this source transport (LBT-RM only).
retransmissionsSent() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagrams retransmitted by this source transport (LBT-RM, LBT-RU).
retransmissionsSent(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagrams retransmitted by this source transport (LBT-RM, LBT-RU).
retrieveAsyncOperationInfo(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveAsyncOperationInfo(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve an LBMAsyncOperationInfo object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveContextSourceEvent(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveContextSourceEvent(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve an LBMContextSourceEvent object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveContextStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveContextStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve a stats object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveEventQueueStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveEventQueueStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve a stats object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveImmediateMessageReceiverStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveImmediateMessageReceiverStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve a stats object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveImmediateMessageSourceStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveImmediateMessageSourceStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve a stats object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveMessage(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveMessage(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve a LBMMessage object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveReceiverStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveReceiverStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve a stats object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveSourceEvent(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveSourceEvent(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve an LBMSourceEvent object instance that it can use instead of creating a new instance to reduce garbage collection.
retrieveSourceStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecycler
LBM will call this method to attempt to retrieve an object that it can reuse.
retrieveSourceStatistics(Object) - Method in class com.latencybusters.lbm.LBMObjectRecyclerBase
LBM will call this method to attempt to retrieve a stats object instance that it can use instead of creating a new instance to reduce garbage collection.
returnAllAsyncOperationInfosToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllContextSourceEventsToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllContextStatisticsToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllEventQueueStatisticsToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllImmediateMessageReceiverStatisticsToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllImmediateMessageSourceStatisticsToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllMessagesToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllReceiverStatisticsToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllSourceEventsToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
returnAllSourceStatisticsToSharedPool() - Method in class com.latencybusters.lbm.LBMObjectRecycler
Returns all of the objects in the local pool back to the shared pool.
run() - Method in class com.latencybusters.lbm.LBMContextThread
 
run(long) - Method in class com.latencybusters.lbm.LBMEventQueue
Dispatch waiting events to the appropriate callback methods.

S

sameBaseType(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Compare the base type of the field to this field
sameType(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Compare the type of the field to this field
sample() - Method in class com.latencybusters.lbm.LBMMonitorSource
Gather statistics for on-demand objects.
scheduleTimer(long) - Method in class com.latencybusters.lbm.LBMContext
Creates a timer associated with this context that expires with the specified delay, and maintains a reference to it within the context.
scheduleTimer(long, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Creates a timer associated with this context that expires with the specified delay, associated with the specified event queue, and maintains a reference to it within the context.
scheduleTimer(long, LBMTimerCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Creates a timer associated with this context that expires with a specified delay, and maintains a reference to it within the context.
scheduleTimer(long, LBMTimerCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContext
Creates a timer associated with this context and a specified event queue that expires with a specified delay, and maintains a reference to it within the context.
send(byte[], int, int, LBMSourceSendExInfo) - Method in class com.latencybusters.auxapi.UMEBlockSrc
 
send(String, String, byte[], int, int) - Method in class com.latencybusters.lbm.LBMContext
Send a unicast immediate message to a specific topic
send(String, String, byte[], int, LBMResponseCallback, Object, LBMEventQueue, int) - Method in class com.latencybusters.lbm.LBMContext
Send a unicast immediate request to a specific topic (specifying an Event Queue for processing of the response(s))
send(String, String, byte[], int, LBMResponseCallback, Object, int) - Method in class com.latencybusters.lbm.LBMContext
Send a unicast immediate request to a specific topic
send(String, String, LBMRequest, LBMEventQueue, int) - Method in class com.latencybusters.lbm.LBMContext
Send a unicast immediate request to a specific topic (specifying an Event Queue for processing of the response(s)).
send(String, String, LBMRequest, int) - Method in class com.latencybusters.lbm.LBMContext
Send a unicast immediate request to a specific topic.
send(String, byte[], int, int) - Method in class com.latencybusters.lbm.LBMContext
Send a multicast immediate message to a specific topic.
send(String, byte[], int, LBMResponseCallback, Object, LBMEventQueue, int) - Method in class com.latencybusters.lbm.LBMContext
Send a multicast immediate request to a specific topic (specifying an Event Queue for processing of the response(s))
send(String, byte[], int, LBMResponseCallback, Object, int) - Method in class com.latencybusters.lbm.LBMContext
Send a multicast immediate request to a specific topic
send(String, LBMRequest, LBMEventQueue, int) - Method in class com.latencybusters.lbm.LBMContext
Send a multicast immediate request to a specific topic (specifying an Event Queue for processing of the response(s)).
send(String, LBMRequest, int) - Method in class com.latencybusters.lbm.LBMContext
Send a multicast immediate request to a specific topic.
send(String, String, byte[], int, int, LBMSourceSendExInfo) - Method in class com.latencybusters.lbm.LBMContext
Send an immediate message on a specific topic to a queue (UMQ only).
send(byte[], int, long, int) - Method in class com.latencybusters.lbm.LBMHotFailoverSource
Send a message to the topic associated with the LBM source.
send(byte[], int, long, int, Object) - Method in class com.latencybusters.lbm.LBMHotFailoverSource
Send a message to the topic associated with the LBM source.
send(byte[], int, long, int, LBMSourceSendExInfo) - Method in class com.latencybusters.lbm.LBMHotFailoverSource
Send a message to the topic associated with the LBM source.
send(ByteBuffer, int, int, long, int) - Method in class com.latencybusters.lbm.LBMHotFailoverSource
Send a message to the topic associated with the LBM source.
send(ByteBuffer, int, int, long, int, Object) - Method in class com.latencybusters.lbm.LBMHotFailoverSource
Send a message to the topic associated with the LBM source.
send(ByteBuffer, int, int, long, int, LBMSourceSendExInfo) - Method in class com.latencybusters.lbm.LBMHotFailoverSource
Send a message to the topic associated with the LBM source.
send(byte[], int, int) - Method in class com.latencybusters.lbm.LBMSource
Send a message to the topic associated with the LBM source.
send(byte[], int, int, Object) - Method in class com.latencybusters.lbm.LBMSource
Send a message to the topic associated with the LBM source.
send(byte[], int, int, LBMSourceSendExInfo) - Method in class com.latencybusters.lbm.LBMSource
Send a message to the topic associated with the LBM source.
send(ByteBuffer, int, int, int) - Method in class com.latencybusters.lbm.LBMSource
Send a message to the topic associated with the LBM source.
send(ByteBuffer, int, int, int, Object) - Method in class com.latencybusters.lbm.LBMSource
Send a message to the topic associated with the LBM source.
send(ByteBuffer, int, int, int, LBMSourceSendExInfo) - Method in class com.latencybusters.lbm.LBMSource
Send a message to the topic associated with the LBM source.
send(LBMRequest, int) - Method in class com.latencybusters.lbm.LBMSource
Send a request message to the topic associated with the LBM source.
send(LBMRequest, LBMEventQueue, int) - Method in class com.latencybusters.lbm.LBMSource
Send a request message to the topic associated with the LBM source using an designated event queue for responses.
send(LBMRequest, LBMEventQueue, int, LBMSourceSendExInfo) - Method in class com.latencybusters.lbm.LBMSource
Send a request message to the topic associated with the LBM source using an designated event queue for responses.
send(LBMRequest, int, LBMSourceSendExInfo) - Method in class com.latencybusters.lbm.LBMSource
Send a request message to the topic associated with the LBM source using an designated event queue for responses.
sendBlocked() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of incidents where a UM send call was blocked.
sendc(char[], char[], byte[], int, int) - Method in class com.latencybusters.lbm.LBMContext
Send a unicast immediate message to a specific topic
sendc(char[], byte[], int, int) - Method in class com.latencybusters.lbm.LBMContext
Send a multicast immediate message to a specific topic.
sendExplicitAck() - Method in class com.latencybusters.lbm.LBMMessage
Send an explicit ACK for this message (UME only).
sendExplicitAck(long) - Method in class com.latencybusters.lbm.UMEMessageAck
Send an explicit ACK up to the sequence number provided.
sendReceiverReset(int, LBMSourceSendExInfo) - Method in class com.latencybusters.lbm.LBMHotFailoverSource
Send a message that instructs hot-failover receivers to reset their state.
sendTopicless(String, byte[], int, int) - Method in class com.latencybusters.lbm.LBMContext
Send a topicless unicast immediate message.
sendTopicless(char[], byte[], int, int) - Method in class com.latencybusters.lbm.LBMContext
Send a topicless unicast immediate message.
sendTopicless(byte[], int, int) - Method in class com.latencybusters.lbm.LBMContext
Send a topicless multicast immediate message.
sendWouldBlock() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of incidents where a UM send call returned EWOULDBLOCK.
sequenceNumber() - Method in class com.latencybusters.lbm.LBMMessage
LBM message (or message fragment) sequence number.
sequenceNumber() - Method in class com.latencybusters.lbm.LBMSourceEvent
Sequence number associated with this event.
sequenceNumber() - Method in class com.latencybusters.lbm.UMEDeregistrationCompleteInfo
Get starting sequence number for this deregistration complete message.
sequenceNumber() - Method in class com.latencybusters.lbm.UMEDeregistrationSuccessInfo
Get starting sequence number.
sequenceNumber() - Method in class com.latencybusters.lbm.UMERegistrationCompleteInfo
Get starting sequence number for this registration complete message.
sequenceNumber() - Method in class com.latencybusters.lbm.UMERegistrationSuccessInfo
Get starting sequence number.
sequenceNumber() - Method in class com.latencybusters.lbm.UMESourceEventAckInfo
Get the sequence number of the message the event was received for.
sequenceNumber() - Method in class com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo
Get the starting sequence number.
sequenceNumber() - Method in class com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo
Returns source's starting sequence number.
sequenceNumber() - Method in class com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo
Get the starting sequence number.
sequenceNumber() - Method in class com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo
Returns source's starting sequence number.
sequenceNumberInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Gets extended sequence number info.
sessionId() - Method in class com.latencybusters.lbm.UMEReceiverLivenessCallbackInfo
 
set(String, byte) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided byte value.
set(String, short) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided short value.
set(String, int) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided int value.
set(String, long) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided long value.
set(String, float) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided float value.
set(String, double) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided double value.
set(String, boolean) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided boolean value.
set(String, String) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided string value.
set(String, Object) - Method in class com.latencybusters.lbm.LBMMessageProperties
Set a property to the provided object value.
set(LBMSDMRawBlob) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Set the current element
set(LBMSDMRawBlob, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Set the current element based on the array index
set(boolean) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Set the current element value
set(boolean, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Set the element value specified by the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Set the current element based on the array index
set(LBMSDMRawDecimal) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Set the current element
set(LBMSDMRawDecimal, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Set the current element based on the array index
set(double) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Set the current element
set(double, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Set the current element based on the array index
set(float) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Set the current element
set(float, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Set the current element based on the array index
set(short) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Set the current element
set(short, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Set the current element based on the array index
set(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Set the current element
set(int, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Set the current element based on the array index
set(long) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Set the current element
set(long, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Set the current element based on the array index
set(byte) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Set the current element
set(byte, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Set the element by index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Set the current element based on the array index
set(LBMSDMessage) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Set the current element
set(LBMSDMessage, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Set the current element based on the array index
set(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Set the current element
set(String, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Set the current element based on the array index
set(LBMSDMRawTimestamp) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Set the current element
set(LBMSDMRawTimestamp, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Set the current element based on the array index
set(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Set the current element
set(int, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Set the current element based on the array index
set(long) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Set the current element
set(long, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Set the current element based on the array index
set(LBMSDMRawUint64) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Set the current element
set(LBMSDMRawUint64, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Set the current element based on the array index
set(short) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Set the current element
set(short, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Set the current element based on the array index
set(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Set the current element
set(String, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Set the current element based on the index
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Set the current element based on the array index
set(LBMSDMFields) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Add to the SDM message a set of fields.
set(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Set an SDM message field.
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Set an SDM message field based on the message element index.
set(LBMSDMField, int, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Set an SDM message field based on the message element index and the array index.
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
This is overridden by array classes
set(LBMSDMRawBlob) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Set the raw blob.
set(boolean) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Set the boolean value.
set(LBMSDMRawDecimal) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Set the raw decimal.
set(double) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Set the double value.
set(float) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Set the float value.
set(short) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Set the 16 bit integer value from a short.
set(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Set the 32 bit integer value from a int.
set(long) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Set the 64 bit integer value from a long.
set(byte) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Set the 8 bit integer value from a byte.
set(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Set the SDM array element
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldIterator
Set the SDM array element
set(LBMSDMessage) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Set the SDM message value
set(LBMSDMField) - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Overwrite/set an existing field based on the name
set(LBMSDMField, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Overwrite/set an existing field based on the field set index
set(LBMSDMField, int, int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Overwrite/set an existing field based on the field set index and array element
set(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Set the raw string.
set(LBMSDMRawTimestamp) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Set the raw timestamp.
set(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Set the raw unsigned 16 bit integer from an int.
set(long) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Set the raw unsigned 32 bit integer from a long
set(LBMSDMRawUint64) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Set the raw unsigned 64 bit integer from an LBMSDMRawUint64 object.
set(BigInteger) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Set the raw unsigned 64 bit integer from a BigInteger object.
set(short) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Set the raw unsigned 8 bit integer from a short
set(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Set the unicode string
set(double) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Set the raw double from a double field
set(float) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Set the raw float from a float field
set(long) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Set a raw int64 field providing the value as a long
set(long, long) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Set a uint32 field providing the value as a long
set(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint16
Set a uint16 field providing the value as an int
set(long) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Set a uint32 field providing the value as a long
set(BigInteger) - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Set a raw uint64 field providing the value as a BigInteger
set_debug_level(int) - Method in class com.latencybusters.lbm.sdm.LBMSDM
Set the debug level for processing this SDM message.
set_field_prealloc(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldsAttribute
Set the number of preallocated fields
set_name(String) - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Set the name of this field.
setApplicationHeaderChain(LBMApplicationHeaderChain) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Attaches a LBMApplicationHeaderChain object to this LBMSourceSendExInfo object, or removes an existing LBMApplicationHeaderChain object if null is passed.
setAttributeValue(String, String) - Method in class com.latencybusters.lbm.LBMContext
Set the value of a context-related attribute for this context.
setAttributeValue(String, String) - Method in class com.latencybusters.lbm.LBMEventQueue
Set the value of an event queue-related attribute for this event queue.
setAttributeValue(String, String) - Method in class com.latencybusters.lbm.LBMHFX
Set the value of a HFX-related attribute for this HFX.
setAttributeValue(String, String) - Method in class com.latencybusters.lbm.LBMHFXReceiver
Set the value of a receiver-related attribute for this receiver.
setAttributeValue(String, String) - Method in class com.latencybusters.lbm.LBMHotFailoverReceiver
Set the value of a receiver-related attribute for this receiver.
setAttributeValue(String, String) - Method in class com.latencybusters.lbm.LBMReceiver
Set the value of a receiver-related attribute for this receiver.
setAttributeValue(String, String) - Method in class com.latencybusters.lbm.LBMSource
Set the value of a source-related attribute for this source.
setAttributeValue(String, String) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Set the value of a wildcard receiver-related attribute for this wildcard receiver.
setAuthCredentials(LBMAuthUserInfo, LBMAuthCredentialsCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Sets the initial authentication credentials for this context as well as a callback to call if for new credentials if authentication fails.
setBytes(long) - Method in class com.latencybusters.lbm.LBMFlightSizeInflightInfo
Set the bytes value of this flight size info.
setByteSwap(byte[], int, int) - Method in class com.latencybusters.pdm.PDMDeserializer
Sets the flag on whether to swap bytes by comparing the magic number read in from the ba at the specified pos to the one passed in
setByteSwap(boolean) - Method in class com.latencybusters.pdm.PDMField
 
setChannelInfo(LBMSourceChannelInfo) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Sets channel info to be included with messages.
setClientObject(Object) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Set the user-supplied callback object.
setConfiguration(String) - Static method in class com.latencybusters.lbm.LBM
Configure LBM attributes from a file, tftp or http URL.
setConfigurationXml(String, String) - Static method in class com.latencybusters.lbm.LBM
Configure LBM attributes from a file, tftp or http URL.
setConfigurationXmlString(String, String) - Static method in class com.latencybusters.lbm.LBM
Configure LBM attributes from a String
setContextEventCallback(LBMContextEventCallback) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the context event callback for an LBMContext.
setContextEventCallback(LBMContextEventCallback, Object) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the context event callback for an LBMContext and associated callback object.
setContextEventCallback(LBMContextEventCallback, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the context event callback for an LBMContext and associated callback object.
setContextEventCallback(LBMContextEventCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the context event callback for an LBMContext and associated callback object.
setContextSourceEventCallback(LBMContextSourceEventCallback) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the context-level source event callback for an LBMContext.
setContextSourceEventCallback(LBMContextSourceEventCallback, Object) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the context-level source event callback for an LBMContext and associated callback object.
setContextSourceEventCallback(LBMContextSourceEventCallback, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the context-level source event callback for an LBMContext and associated callback object.
setContextSourceEventCallback(LBMContextSourceEventCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the context-level source event callback for an LBMContext and associated callback object.
setData(byte[]) - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainElement
Set the data byte array to be sent with this application header element.
setDebugFilename(String) - Static method in class com.latencybusters.lbm.LBM
Set the LBM debug filename.
setDebugMask(long) - Static method in class com.latencybusters.lbm.LBM
Set the LBM debug mask, as suggested by the support team.
setDeregistrationCompleteInfo(UMESourceEventDeregistrationCompleteInfo) - Method in class com.latencybusters.lbm.LBMSourceEvent
Registration complete info.
setDeregistrationSuccessInfo(UMESourceEventDeregistrationSuccessInfo) - Method in class com.latencybusters.lbm.LBMSourceEvent
Registration success info object.
setDeserializer(PDMDeserializer) - Method in class com.latencybusters.pdm.PDMMessage
 
setFieldValue(PDMFieldInfo, boolean) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.Boolean.
setFieldValue(PDMFieldInfo, byte) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.INT8.
setFieldValue(PDMFieldInfo, short) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.UINT8 or PDMFieldType.INT16.
setFieldValue(PDMFieldInfo, int) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.UINT16 or PDMFieldType.INT32.
setFieldValue(PDMFieldInfo, long) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.UINT32 or PDMFieldType.INT64.
setFieldValue(PDMFieldInfo, BigInteger) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.UINT64.
setFieldValue(PDMFieldInfo, float) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.FLOAT.
setFieldValue(PDMFieldInfo, double) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.DOUBLE.
setFieldValue(PDMFieldInfo, PDMDecimal) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.DECIMAL.
setFieldValue(PDMFieldInfo, PDMTimestamp) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.Timestamp.
setFieldValue(PDMFieldInfo, String) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.FIX_STRING or PDMFieldType.STRING or PDMFieldType.FIX_UNICODE or PDMFieldType.UNICODE.
setFieldValue(PDMFieldInfo, PDMMessage) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.MESSAGE.
setFieldValue(PDMFieldInfo, boolean[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.BOOLEAN_ARR.
setFieldValue(PDMFieldInfo, byte[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.INT8_ARR or PDMFieldType.BLOB.
setFieldValue(PDMFieldInfo, short[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.UINT8_ARR or PDMFieldType.INT16_ARR.
setFieldValue(PDMFieldInfo, int[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.UINT16_ARR or PDMFieldType.INT32_ARR.
setFieldValue(PDMFieldInfo, long[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.UINT32_ARR or PDMFieldType.INT64_ARR.
setFieldValue(PDMFieldInfo, BigInteger[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.UINT64_ARR.
setFieldValue(PDMFieldInfo, float[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.FLOAT_ARR.
setFieldValue(PDMFieldInfo, double[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.DOUBLE_ARR.
setFieldValue(PDMFieldInfo, PDMDecimal[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.DECIMAL_ARR.
setFieldValue(PDMFieldInfo, PDMTimestamp[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.TIMESTAMP_ARR.
setFieldValue(PDMFieldInfo, String[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.FIX_STRING_ARR or PDMFieldType.STRING_ARR or PDMFieldType.FIX_UNICODE_ARR or PDMFieldType.UNICODE_ARR.
setFieldValue(PDMFieldInfo, byte[][]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.BLOB_ARR.
setFieldValue(PDMFieldInfo, PDMMessage[]) - Method in class com.latencybusters.pdm.PDMMessage
Sets the field value in the message using the PDMFieldInfo handle and should be of type PDMFieldType.MESSAGE_ARR.
setFlags(int) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Sets flags that control callback behavior.
setFromXml(String) - Method in class com.latencybusters.lbm.LBMContextAttributes
Fill an LBMContextAttributes object with the default values for the given context name specified by the XML configuration.
setFromXml(String) - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
Fill an LBMEventQueueAttributes object with the default values for the given event queue name specified by the XML configuration.
setFromXml(String) - Method in class com.latencybusters.lbm.LBMHFXAttributes
Fill an LBMHFXAttributes object with the default values for the given HFX topic name specified by XML configuration.
setFromXml(String, String) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Fill an LBMReceiverAttributes object with the default values specified by the XML configuration for the given context name and receiver topic name.
setFromXml(String, String) - Method in class com.latencybusters.lbm.LBMSourceAttributes
Fill an LBMSourceAttributes object with the default values specified by the XML configuration for the given context name and source topic name.
setFromXml(String, String, int) - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Fill an LBMWildcardReceiverAttributes object with the default values for the given context name, pattern and pattern type.
setHfSequenceNumber(long) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Set the hot failover sequence number to send.
setHfSequenceNumberBigInt(BigInteger) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Set the hot failover sequence number to send.
setId(int) - Method in class com.latencybusters.pdm.PDMDefinition
 
setImmediateMessageCallback(LBMImmediateMessageCallback) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set (and enable) the context callback for topic-less immediate mode messages.
setImmediateMessageCallback(LBMImmediateMessageCallback, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set (and enable) the context callback for topic-less immediate mode messages.
setImmediateMessageCallback(LBMImmediateMessageCallback, Object) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set (and enable) the context callback for topic-less immediate mode messages.
setImmediateMessageCallback(LBMImmediateMessageCallback, Object, LBMEventQueue) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set (and enable) the context callback for topic-less immediate mode messages.
setIncludeDefinition(boolean) - Method in class com.latencybusters.pdm.PDMMessage
Sets whether the PDMDefinition will be included when serializing to bytes (defaults to false)
setIndex(byte[], int) - Method in class com.latencybusters.lbm.UMQIndexInfo
Sets non-numeric index to given data.
setIndexInfo(UMQIndexInfo) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Sets index info to be included with messages.
setInflight(int, Object) - Method in interface com.latencybusters.lbm.LBMSetInflightCallback
Callback for setting the inflight
setInflight(LBMFlightSizeInflightInfo, Object) - Method in interface com.latencybusters.lbm.LBMSetInflightCallbackEx
Callback for setting the inflight messages and bytes.
setInflight(int, LBMSetInflightCallback, Object) - Method in class com.latencybusters.lbm.LBMSource
Set the current inflight value for this source.
setInflightEx(int, LBMSetInflightCallback, Object) - Method in class com.latencybusters.lbm.LBMSource
Set the current inflight messages and bytes value for this source.
setLicenseFile(String) - Static method in class com.latencybusters.lbm.LBM
Initialize the LBM license from the contents of a disk file.
setLicenseString(String) - Static method in class com.latencybusters.lbm.LBM
Initialize the LBM license from a string.
setLocalAsyncOpInfosPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMAsyncOperationInfo for all LBMObjectRecyclers (defaults to 10)
setLocalCtxSrcEvPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMContextSourceEvents for all LBMObjectRecyclers (defaults to 10)
setLocalCtxStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMContextStatistics for all LBMObjectRecyclers (defaults to 10)
setLocalEvqStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMEventQueueStatistics for all LBMObjectRecyclers (defaults to 10)
setLocalIMRcvStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMImmediateMessageReceiverStatistics for all LBMObjectRecyclers (defaults to 10)
setLocalIMSrcStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMImmediateMessageSourceStatistics for all LBMObjectRecyclers (defaults to 10)
setLocalMsgPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMMessages for all LBMObjectRecyclers (defaults to 1000)
setLocalRcvStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMReceiverStatistics for all LBMObjectRecyclers (defaults to 10)
setLocalSrcEvPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMSourceEvents for all LBMObjectRecyclers (defaults to 10)
setLocalSrcStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the thread local pool of LBMSourceStatistics for all LBMObjectRecyclers (defaults to 10)
setLogger(LBMLogging) - Method in class com.latencybusters.lbm.LBM
Inform LBM to use a specific logger for logging
setLowSequenceNumber(long) - Method in class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Set the desired starting low sequence number for recovery events.
setMessageProperties(LBMMessageProperties) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Sets message properties to be included with messages.
setMessageReclamationCallback(LBMMessageReclamationCallback, Object) - Method in class com.latencybusters.lbm.LBMSourceAttributes
Register a callback interface (and a callback handle argument) to be called when a message is forcibly reclaimed from the collection of retained messages on a UME source (UME only).
setMessages(int) - Method in class com.latencybusters.lbm.LBMFlightSizeInflightInfo
Set the messages value of this flight size info.
setMsgDirty(boolean) - Method in class com.latencybusters.pdm.PDMMessage
 
setMsgVersMajor(byte) - Method in class com.latencybusters.pdm.PDMDefinition
 
setMsgVersMinor(byte) - Method in class com.latencybusters.pdm.PDMDefinition
 
setNull() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Set this field to a null value - discarding current value (if any)
setNumericIndex(long) - Method in class com.latencybusters.lbm.UMQIndexInfo
Sets the numeric index value of a numeric UMQIndexInfo object.
setObjectRecycler(LBMObjectRecyclerBase, Object) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the LBM object recycler that can be used by the context to reuse LBMMessage objects as well as LBM Context/Receiver/Source Statistics objects.
setObjectRecycler(LBMObjectRecyclerBase, Object) - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
Set the LBM object recycler that can be used by the event queue to reuse statistics objects.
setObjectRecycler(LBMObjectRecyclerBase, Object) - Method in class com.latencybusters.lbm.LBMHFXAttributes
Set the LBM object recycler that can be used by the context to reuse LBMMessage objects as well as LBM Context/Receiver/Source Statistics objects.
setObjectRecycler(LBMObjectRecyclerBase, Object) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Set the LBM object recycler that can be used by the context to reuse LBMMessage objects as well as LBM Context/Receiver/Source Statistics objects.
setObjectRecycler(LBMObjectRecyclerBase, Object) - Method in class com.latencybusters.lbm.LBMSourceAttributes
Set the LBM object recycler that can be used by the context to reuse LBMMessage objects as well as LBM Context/Receiver/Source Statistics objects.
setOffset(int) - Method in class com.latencybusters.pdm.PDMField
 
setOptionName(String) - Method in class com.latencybusters.lbm.LBMConfigOption
Set the option name value of this configuration option.
setPassword(String) - Method in class com.latencybusters.lbm.LBMAuthUserInfo
Sets password.
setPatternCallback(LBMWildcardPatternCallback, Object) - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Set the callback interface (and a callback handle argument) to be called when a pattern match is desired for a topic discovered for a wildcard receiver if the pattern type is set to "appcb".
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMContext
Set the current value of an attribute in this set of context attributes.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the current value of an attribute in this set of context attributes.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMEventQueue
Set the value of an event queue-related attribute for this event queue.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
Set the current value of an attribute in this set of event queue attributes.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMHFXAttributes
Set the current value of an attribute in this set of HFX attributes.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMReceiver
Set the value of a receiver-related attribute for this receiver.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Set the current value of an attribute in this set of receiver-related attributes.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMSource
Set the value of a source-related attribute for this source.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMSourceAttributes
Set the current value of an attribute in this set of source-related attributes.
setProperty(String, String) - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Set the current value of an attribute in this set of wildcard receiver-related attributes.
setReceiver() - Method in class com.latencybusters.lbm.LBMTopic
 
setReceiverCreateCallback(LBMWildcardReceiverCreateCallback, Object) - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Set the receiver create callback for this wildcard receiver; this callback will be called when a new internal receiver is created and allows the LBMReceiverAttributes that will be used to create the receiver to be changed before the receiver is created.
setReceiverDeleteCallback(LBMWildcardReceiverDeleteCallback, Object) - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Set the receiver delete callback for this wildcard receiver; this callback will be called when a new internal receiver is deleted.
setReceiverLivenessNotificationCallbacks(UMEReceiverLivenessCreationCallback, UMEReceiverLivenessDeletionCallback, Object) - Method in class com.latencybusters.lbm.LBMContextAttributes
Register callbacks for new receiver liveness notifications and receiver deletion notifications.
setRecoverySequenceNumberCallback(UMERecoverySequenceNumberCallback, Object) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Register an extended callback interface (and a callback handle argument) to be called to enable a receiver to set the low sequence number it uses for recovery events (including late joins and durable subscriptions).
setRecoverySequenceNumberInfo(Object, UMERecoverySequenceNumberCallbackInfo) - Method in interface com.latencybusters.lbm.UMERecoverySequenceNumberCallback
Callback method for getting information about recovery sequence numbers and setting the desired low sequence number.
setRegistrationId(Object, String, long) - Method in interface com.latencybusters.lbm.LBMRegistrationIdCallback
Callback to set a receiver registration ID (UME only)
setRegistrationId(Object, UMERegistrationIdExCallbackInfo) - Method in interface com.latencybusters.lbm.UMERegistrationIdExCallback
Callback to set a receiver registration ID, extended version.
setRegistrationIdCallback(LBMRegistrationIdCallback, Object) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Register a callback interface (and a callback handle argument) to be called to enable a receiver to set the registration ID it uses for a given source (UME only).
setRegistrationIdCallback(UMERegistrationIdExCallback, Object) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Register an extended callback interface (and a callback handle argument) to be called to enable a receiver to set the registration ID it uses for a given source (UME only).
setSection(PDMSection) - Method in class com.latencybusters.pdm.PDMField
 
setSerializer(PDMSerializer) - Method in class com.latencybusters.pdm.PDMMessage
 
setSharedAsyncOpInfosPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMAsyncOperationInfo for all LBMObjectRecyclers (defaults to 20)
setSharedCtxSrcEvPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMContextSourceEvents for all LBMObjectRecyclers (defaults to 20)
setSharedCtxStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMContextStatistics for all LBMObjectRecyclers (defaults to 20)
setSharedEvqStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMEventQueueStatistics for all LBMObjectRecyclers (defaults to 20)
setSharedIMRcvStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMImmediateMessageReceiverStatistics for all LBMObjectRecyclers (defaults to 20)
setSharedIMSrcStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMImmediateMessageSourceStatistics for all LBMObjectRecyclers (defaults to 20)
setSharedMsgPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMMessages for all LBMObjectRecyclers (defaults to 2000)
setSharedRcvStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMReceiverStatistics for all LBMObjectRecyclers (defaults to 20)
setSharedSrcEvPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMSourceEvents for all LBMObjectRecyclers (defaults to 20)
setSharedSrcStatsPoolSize(int) - Method in class com.latencybusters.lbm.LBMObjectRecycler
Sets the size of the shared pool of LBMSourceStatistics for all LBMObjectRecyclers (defaults to 20)
setSourceCostCallback(LBMSourceCostCallback) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the source cost callback function for an LBMContext, which is an application callback to evaluate the cost of a newly discovered source
setSourceCostCallback(LBMSourceCostCallback, Object) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the source cost callback function for an LBMContext, which is an application callback to evaluate the cost of a newly discovered source
setSourceNotification(LBMSourceNotification, Object) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the callback and token to be used for source notifications.
setSourceNotificationCallbacks(LBMSourceCreationCallback, LBMSourceDeletionCallback, Object) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Register callbacks for new source notifications and source deletion notifications for sources on the topic a receiver is listening to.
setSubtype(short) - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainElement
Sets the subtype of the application header element.
setTotalLifetime(long) - Method in class com.latencybusters.lbm.UMQMessageTotalLifetimeInfo
Sets the total lifetime
setTotalLifetimeInfo(UMQMessageTotalLifetimeInfo) - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Sets total lifetime info to be included with messages.
setTryToLoadDefFromCache(boolean) - Method in class com.latencybusters.pdm.PDMMessage
Sets whether or not an attempt will be made when parsing a message to try to automatically loaded a PDMDefinition from the PDMDefinitionCache if the one currently set doesn't exactly match the one in the incoming message; the current one will be replaced (defaults to false)
setType(byte) - Method in class com.latencybusters.lbm.LBMApplicationHeaderChainElement
Sets this application header element's type.
setType(String) - Method in class com.latencybusters.lbm.LBMConfigOption
Set the type value of this configuration option.
setUMEMessageStable(long) - Method in class com.latencybusters.lbm.LBMSource
Mark a specific sqn as stable, triggering an event if configured to do so, and adjusting the inflight if necessary.
setUmmInfo(LBMUMMInfo) - Static method in class com.latencybusters.lbm.LBM
Connect to and retrieve configuration from a UMM daemon.
setUMQInflight(String, LBMSetInflightCallback, Object) - Method in class com.latencybusters.lbm.LBMContext
Set the current UMQ inflight value for this context.
setUMQMessageStable(String, UMQMessageId) - Method in class com.latencybusters.lbm.LBMContext
Mark a specific msg_id as stable, triggering an event if configured to do so, and adjusting the inflight if necessary.
setUseMsgDefIfNeeded(boolean) - Method in class com.latencybusters.pdm.PDMMessage
Sets whether an included PDMDefinition should be parsed and used instead of the previously set PDMDefinition in cases where the two ids, major versions, and minor versions do not match exactly (defaults to false)
setUsername(String) - Method in class com.latencybusters.lbm.LBMAuthUserInfo
Sets username.
setValue(String) - Method in class com.latencybusters.lbm.LBMConfigOption
Set the configuration option valuen.
setValue(String, String) - Method in class com.latencybusters.lbm.LBMContextAttributes
Set the current value of an attribute in this set of context attributes.
setValue(String, String) - Method in class com.latencybusters.lbm.LBMEventQueueAttributes
Set the current value of an attribute in this set of event queue attributes.
setValue(String, String) - Method in class com.latencybusters.lbm.LBMHFXAttributes
Set the current value of an attribute in this set of HFX attributes.
setValue(String, String) - Method in class com.latencybusters.lbm.LBMReceiverAttributes
Set the current value of an attribute in this set of receiver-related attributes.
setValue(String, String) - Method in class com.latencybusters.lbm.LBMSourceAttributes
Set the current value of an attribute in this set of source-related attributes.
setValue(String, String) - Method in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
Set the current value of an attribute in this set of wildcard receiver-related attributes.
setValue(boolean) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(byte) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(short) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(int) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(long) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(BigInteger) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(float) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(double) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(PDMDecimal) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(PDMTimestamp) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(String) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(PDMMessage) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the value passed
setValue(boolean[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(byte[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(short[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(int[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(long[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(BigInteger[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(float[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(double[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(PDMDecimal[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(PDMTimestamp[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(String[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(byte[][]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValue(PDMMessage[]) - Method in class com.latencybusters.pdm.PDMField
Sets the field value to the array value passed
setValueSet(boolean) - Method in class com.latencybusters.pdm.PDMField
 
setVariableLen(int) - Method in class com.latencybusters.pdm.PDMField
 
setVersionPolicy(int) - Method in class com.latencybusters.pdm.PDMMessage
 
shutdown() - Method in class com.latencybusters.lbm.LBMEventQueue
Shutdown the event queue by purging any pending events and not allowing additional events to be added to the queue.
size() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of transport statistical sets encapsulated within this object
size() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of transport statistical sets encapsulated within this object
size() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of transport statistical sets encapsulated within this object
size() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of statistical sets encapsulated within this object
source() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Source of transport as a string.
source(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Source of transport as a string.
source() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Source of transport as a string.
source(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Source of transport as a string.
source() - Method in class com.latencybusters.lbm.LBMMessage
Message source
source() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Source of transport as a string.
source(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Source of transport as a string.
source() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Source of a transport as a string.
source(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Source of a transport as a string.
source() - Method in class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Get source name string.
source() - Method in class com.latencybusters.lbm.UMERegistrationIdExCallbackInfo
Get the source name (IP address).
sourceAsCharArray() - Method in class com.latencybusters.lbm.LBMMessage
Message sourceAsCharArray
sourceClientObject() - Method in class com.latencybusters.lbm.LBMMessage
Get the source client object, set by an LBMSourceCreationCallback callback.
sourceClientObject() - Method in class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Get source callback object.
sourceClientObject() - Method in class com.latencybusters.lbm.UMERegistrationIdExCallbackInfo
Get source client object.
sourceEvents() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of source events currently in the event queue, i.e., a snapshot.
sourceEventsMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for source events (in microseconds).
sourceEventsMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for source events (in microseconds).
sourceEventsMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for source events (in microseconds).
sourceEventsTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of source events that have been added to the event queue (even if subsequently de-queued) since last reset.
sourceNotification(String, String) - Method in class com.latencybusters.lbm.LBMContext
Default source notification callback.
sourceNotification(String, String, Object) - Method in interface com.latencybusters.lbm.LBMSourceNotification
Callback function called when a new source topic is detected.
sourceRegistrationId() - Method in class com.latencybusters.lbm.LBMMessage
The registration ID for the source (UME only).
sourceRegistrationId() - Method in class com.latencybusters.lbm.UMEDeregistrationSuccessInfo
Get source registration ID.
sourceRegistrationId() - Method in class com.latencybusters.lbm.UMERegistrationIdExCallbackInfo
Get the source's registration ID.
sourceRegistrationId() - Method in class com.latencybusters.lbm.UMERegistrationSuccessInfo
Get source registration ID.
sourceWakeupInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
Gets extended information about a source wakeup event.
SRC_BLOCK - Static variable in class com.latencybusters.lbm.LBM
Block the caller indefinitely until the message is sent.
SRC_EVENT_CONNECT - Static variable in class com.latencybusters.lbm.LBM
Source event: For unicast transport, means receiver has connected.
SRC_EVENT_DAEMON_CONFIRM - Static variable in class com.latencybusters.lbm.LBM
Source event: For LBM daemon usage only, means daemon has confirmed src created
SRC_EVENT_DISCONNECT - Static variable in class com.latencybusters.lbm.LBM
Source event: For unicast transport, means receiver has disconnected.
SRC_EVENT_FLIGHT_SIZE_NOTIFICATION - Static variable in class com.latencybusters.lbm.LBM
Source event: flight size notification.
SRC_EVENT_FLIGHT_SIZE_NOTIFICATION_STATE_OVER - Static variable in class com.latencybusters.lbm.LBM
Messages in flight has exceeded the threshold.
SRC_EVENT_FLIGHT_SIZE_NOTIFICATION_STATE_UNDER - Static variable in class com.latencybusters.lbm.LBM
Messages in flight is now below the threshold.
SRC_EVENT_FLIGHT_SIZE_NOTIFICATION_TYPE_ULB - Static variable in class com.latencybusters.lbm.LBM
Specifies a ULB flight size.
SRC_EVENT_FLIGHT_SIZE_NOTIFICATION_TYPE_UME - Static variable in class com.latencybusters.lbm.LBM
Specifies a UME flight size.
SRC_EVENT_FLIGHT_SIZE_NOTIFICATION_TYPE_UMQ - Static variable in class com.latencybusters.lbm.LBM
Specifies a UMQ flight size.
SRC_EVENT_SEQUENCE_NUMBER_INFO - Static variable in class com.latencybusters.lbm.LBM
Source event: Informs the application of the sequence numbers used with a message.
SRC_EVENT_UME_DELIVERY_CONFIRMATION - Static variable in class com.latencybusters.lbm.LBM
Source event: (UME only) UME Confirmed Delivery of Message from a receiver.
SRC_EVENT_UME_DELIVERY_CONFIRMATION_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UME only, means UME Confirmed Delivery of Message from receiver (extended form).
SRC_EVENT_UME_DELIVERY_CONFIRMATION_EX_FLAG_EXACK - Static variable in class com.latencybusters.lbm.LBM
Confirmation received with Explicit ACK (EXACK) flagged.
SRC_EVENT_UME_DELIVERY_CONFIRMATION_EX_FLAG_OOD - Static variable in class com.latencybusters.lbm.LBM
Confirmation received with Out-of-Order Delivery (OOD) flagged.
SRC_EVENT_UME_DELIVERY_CONFIRMATION_EX_FLAG_UNIQUEACKS - Static variable in class com.latencybusters.lbm.LBM
Confirmation received for specified number of unique ACKs.
SRC_EVENT_UME_DELIVERY_CONFIRMATION_EX_FLAG_UREGID - Static variable in class com.latencybusters.lbm.LBM
Confirmation received with User Specified Rcv Registration ID flagged.
SRC_EVENT_UME_DEREGISTRATION_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
UME source notification of deregistration completion.
SRC_EVENT_UME_DEREGISTRATION_SUCCESS_EX - Static variable in class com.latencybusters.lbm.LBM
UME source deregistration successful (extended version).
SRC_EVENT_UME_MESSAGE_RECLAIMED - Static variable in class com.latencybusters.lbm.LBM
Source event: (UME only) Indicates that a message has been reclaimed.
SRC_EVENT_UME_MESSAGE_RECLAIMED_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: Indicates that a message has been reclaimed (extended version).
SRC_EVENT_UME_MESSAGE_RECLAIMED_EX_FLAG_FORCED - Static variable in class com.latencybusters.lbm.LBM
Reclaim notification is the result of a forced reclaim
SRC_EVENT_UME_MESSAGE_STABLE - Static variable in class com.latencybusters.lbm.LBM
Source event: (UME only) UME ACK from store indicates message is stable.
SRC_EVENT_UME_MESSAGE_STABLE_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UME only, means UME ACK from store indicates message is stable (extended form).
SRC_EVENT_UME_MESSAGE_STABLE_EX_FLAG_INTERGROUP_STABLE - Static variable in class com.latencybusters.lbm.LBM
Message stable for intergroup stability
SRC_EVENT_UME_MESSAGE_STABLE_EX_FLAG_INTRAGROUP_STABLE - Static variable in class com.latencybusters.lbm.LBM
Message stable for intragroup stability
SRC_EVENT_UME_MESSAGE_STABLE_EX_FLAG_STABLE - Static variable in class com.latencybusters.lbm.LBM
Message is stable according to behavior desired
SRC_EVENT_UME_MESSAGE_STABLE_EX_FLAG_STORE - Static variable in class com.latencybusters.lbm.LBM
Message stable information has active store information
SRC_EVENT_UME_MESSAGE_STABLE_EX_FLAG_USER - Static variable in class com.latencybusters.lbm.LBM
Message stabilized via the setUMEMessageStable API
SRC_EVENT_UME_MESSAGE_STABLE_EX_FLAG_WHOLE_MESSAGE_STABLE - Static variable in class com.latencybusters.lbm.LBM
Whole message (each fragment) is stable
SRC_EVENT_UME_REGISTRATION_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: (UME only) Registration of source complete.
SRC_EVENT_UME_REGISTRATION_COMPLETE_EX_FLAG_QUORUM - Static variable in class com.latencybusters.lbm.LBM
Registration completed with only quorum reached.
SRC_EVENT_UME_REGISTRATION_ERROR - Static variable in class com.latencybusters.lbm.LBM
Source event: (UME only) Registration of source failed with an error.
SRC_EVENT_UME_REGISTRATION_SUCCESS - Static variable in class com.latencybusters.lbm.LBM
Source event: (UME only) Registration of source successful.
SRC_EVENT_UME_REGISTRATION_SUCCESS_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: (UME only) Registration of source successful (extended version).
SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_NOACKS - Static variable in class com.latencybusters.lbm.LBM
Registration was flagged as coming from a store that is configured to not send ACKs for stability (no-cache store).
SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_OLD - Static variable in class com.latencybusters.lbm.LBM
Registration was flagged as an old source by the store.
SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_RPP - Static variable in class com.latencybusters.lbm.LBM
Registration was flagged as coming from a store that allows and has accepted RPP persistent topics
SRC_EVENT_UME_STORE_UNRESPONSIVE - Static variable in class com.latencybusters.lbm.LBM
Source event: (UME only) Store has not been active within timeout.
SRC_EVENT_UMQ_MESSAGE_ID_INFO - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, informs the application of the Message ID assigned with a message.
SRC_EVENT_UMQ_MESSAGE_STABLE_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a message is stable with the a queue instance.
SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_INTERGROUP_STABLE - Static variable in class com.latencybusters.lbm.LBM
Flag indicating that a message is stable across groups according to behavior desired.
SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_INTRAGROUP_STABLE - Static variable in class com.latencybusters.lbm.LBM
Flag indicating that a message is stable within a group.
SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_STABLE - Static variable in class com.latencybusters.lbm.LBM
Flag indicating that a message is stable according to behavior desired.
SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_USER - Static variable in class com.latencybusters.lbm.LBM
Message stabilized via the setUMQMessageStable API
SRC_EVENT_UMQ_REGISTRATION_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means registration of source complete.
SRC_EVENT_UMQ_REGISTRATION_COMPLETE_EX_FLAG_QUORUM - Static variable in class com.latencybusters.lbm.LBM
Flag indicating that registration completed with only quorum reached.
SRC_EVENT_UMQ_REGISTRATION_ERROR - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means registration of source failed with an error.
SRC_EVENT_UMQ_ULB_MESSAGE_ASSIGNED_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a ULB message has been assigned to a receiver.
SRC_EVENT_UMQ_ULB_MESSAGE_COMPLETE_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a ULB message has been consumed or discarded from all application sets.
SRC_EVENT_UMQ_ULB_MESSAGE_CONSUMED_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a ULB message has been consumed by a receiver.
SRC_EVENT_UMQ_ULB_MESSAGE_REASSIGNED_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a ULB message has been reassigned from a receiver.
SRC_EVENT_UMQ_ULB_MESSAGE_TIMEOUT_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a ULB message has been reached end-of-life.
SRC_EVENT_UMQ_ULB_MESSAGE_TIMEOUT_EX_FLAG_DISCARD - Static variable in class com.latencybusters.lbm.LBM
Timeout is the result of the reassign API being called with the DISCARD flag set
SRC_EVENT_UMQ_ULB_MESSAGE_TIMEOUT_EX_FLAG_EXPLICIT - Static variable in class com.latencybusters.lbm.LBM
Timeout is the result of the reassign API being called by a receiver
SRC_EVENT_UMQ_ULB_MESSAGE_TIMEOUT_EX_FLAG_MAX_REASSIGNS - Static variable in class com.latencybusters.lbm.LBM
Timeout is the result of hitting the umq_ulb_application_set_message_max_reassignments number of assignments
SRC_EVENT_UMQ_ULB_MESSAGE_TIMEOUT_EX_FLAG_TOTAL_LIFETIME_EXPIRED - Static variable in class com.latencybusters.lbm.LBM
Timeout is the result of the total lifetime expiring
SRC_EVENT_UMQ_ULB_RECEIVER_DEREGISTRATION_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a receiver has deregistered from the source.
SRC_EVENT_UMQ_ULB_RECEIVER_READY_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a receiver has signalled it is ready for messages to be assigned to it.
SRC_EVENT_UMQ_ULB_RECEIVER_REGISTRATION_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a receiver has registered with the source.
SRC_EVENT_UMQ_ULB_RECEIVER_TIMEOUT_EX - Static variable in class com.latencybusters.lbm.LBM
Source event: For UMQ only, means a receiver has reached end-of-life.
SRC_EVENT_WAKEUP - Static variable in class com.latencybusters.lbm.LBM
Source event: Following earlier LBMEWouldBlockException, this event means that the source is ready for more sends.
SRC_EVENT_WAKEUP_FLAG_MIM - Static variable in class com.latencybusters.lbm.LBM
Source wakeup event flag: Unblocked source is a context-level multicast immediate mode source.
SRC_EVENT_WAKEUP_FLAG_NORMAL - Static variable in class com.latencybusters.lbm.LBM
Source wakeup event flag: Unblocked source is a normal (or hot failover) source.
SRC_EVENT_WAKEUP_FLAG_REQUEST - Static variable in class com.latencybusters.lbm.LBM
Source wakeup event flag: Unblocked source is a context-level request source.
SRC_EVENT_WAKEUP_FLAG_RESPONSE - Static variable in class com.latencybusters.lbm.LBM
Source wakeup event flag: Unblocked source is a context-level response source.
SRC_EVENT_WAKEUP_FLAG_UIM - Static variable in class com.latencybusters.lbm.LBM
Source wakeup event flag: Unblocked source is a context-level unicast immediate mode source.
SRC_NONBLOCK - Static variable in class com.latencybusters.lbm.LBM
If message could not be sent immediately, throw LBMEWouldBlockException
SRC_SEND_EX_FLAG_APPHDR_CHAIN - Static variable in class com.latencybusters.lbm.LBM
Send message with included application header chain.
SRC_SEND_EX_FLAG_CHANNEL - Static variable in class com.latencybusters.lbm.LBM
Send message with included channel information.
SRC_SEND_EX_FLAG_HF_32 - Static variable in class com.latencybusters.lbm.LBM
Send message with a 64 bit hot failover sequence number.
SRC_SEND_EX_FLAG_HF_64 - Static variable in class com.latencybusters.lbm.LBM
Send message with a 32 bit hot failover sequence number.
SRC_SEND_EX_FLAG_HF_OPTIONAL - Static variable in class com.latencybusters.lbm.LBM
Send message marked as an optional message for Hot Failover
SRC_SEND_EX_FLAG_PROPERTIES - Static variable in class com.latencybusters.lbm.LBM
Send message with supplied properties
SRC_SEND_EX_FLAG_SEQUENCE_NUMBER_INFO - Static variable in class com.latencybusters.lbm.LBM
Inform application of the sequence numbers used for message.
SRC_SEND_EX_FLAG_SEQUENCE_NUMBER_INFO_FRAGONLY - Static variable in class com.latencybusters.lbm.LBM
Inform application of the sequence numbers used for message (fragmented messages only).
SRC_SEND_EX_FLAG_UMQ_INDEX - Static variable in class com.latencybusters.lbm.LBM
Send messages associating them with the supplied UMQ index
SRC_SEND_EX_FLAG_UMQ_MESSAGE_ID_INFO - Static variable in class com.latencybusters.lbm.LBM
Inform application of the UMQ Message ID used for the message.
SRC_SEND_EX_FLAG_UMQ_TOTAL_LIFETIME - Static variable in class com.latencybusters.lbm.LBM
Send message with supplied total lifetime
SRC_TOPIC_ATTR_UME_STORE_BEHAVIOR_QC - Static variable in class com.latencybusters.lbm.LBM
Quorum and Consensus store behaviour
SRC_TOPIC_ATTR_UME_STORE_BEHAVIOR_RR - Static variable in class com.latencybusters.lbm.LBM
Round Robin store behaviour
stablelock - Variable in class com.latencybusters.auxapi.UMEBlockSrc
 
start(LBMContext, String, int) - Method in class com.latencybusters.lbm.LBMMonitorSource
Register a context for monitoring.
start(LBMReceiver, String, int) - Method in class com.latencybusters.lbm.LBMMonitorSource
Register a receiver for monitoring.
start(LBMSource, String, int) - Method in class com.latencybusters.lbm.LBMMonitorSource
Register a source for monitoring.
start(LBMEventQueue, String, int) - Method in class com.latencybusters.lbm.LBMMonitorSource
Register an event queue for monitoring.
state() - Method in class com.latencybusters.lbm.LBMSourceEventFlightSizeNotification
Get state.
status() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
Gets the status of the asynchronous operation.
status() - Method in class com.latencybusters.lbm.UMQQueueMessageStatus
Get the status of the message within the queue, or LBM#UMQ_QUEUE_MSG_STATUS_UNKNOWN if the status is unavailable.
status() - Method in class com.latencybusters.lbm.UMQQueueTopicStatus
Gets the status of the topic.
stop() - Method in class com.latencybusters.lbm.LBMEventQueue
Signal any threads dispatching the event queue to return as soon as possible.
stop(LBMContext) - Method in class com.latencybusters.lbm.LBMMonitorSource
Terminate monitoring for a context.
stop(LBMReceiver) - Method in class com.latencybusters.lbm.LBMMonitorSource
Terminate monitoring for a receiver.
stop(LBMSource) - Method in class com.latencybusters.lbm.LBMMonitorSource
Terminate monitoring for a source.
stop(LBMEventQueue) - Method in class com.latencybusters.lbm.LBMMonitorSource
Terminate monitoring for an event queue.
store() - Method in class com.latencybusters.lbm.UMEDeregistrationSuccessInfo
Get name (IP address) of the store successfully registered with.
store() - Method in class com.latencybusters.lbm.UMERegistrationIdExCallbackInfo
Get the store name (IP address).
store() - Method in class com.latencybusters.lbm.UMERegistrationSuccessInfo
Get name (IP address) of the store successfully registered with.
store() - Method in class com.latencybusters.lbm.UMESourceEventAckInfo
Get the name (IP address) of the store the event came from.
store() - Method in class com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo
Returns the name (IP address) of the store registered with.
store() - Method in class com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo
Returns the name (IP address) of the store registered with.
storeIndex() - Method in class com.latencybusters.lbm.UMEDeregistrationSuccessInfo
Get index of the store successfully registered with.
storeIndex() - Method in class com.latencybusters.lbm.UMERegistrationIdExCallbackInfo
Get the store's index.
storeIndex() - Method in class com.latencybusters.lbm.UMERegistrationSuccessInfo
Get index of the store successfully registered with.
storeIndex() - Method in class com.latencybusters.lbm.UMESourceEventAckInfo
Get the index of the store the source event came from.
storeIndex() - Method in class com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo
Returns the index of the store this source successfully registered to.
storeIndex() - Method in class com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo
Returns the index of the store this source successfully registered to.
subscribeChannel(long, LBMReceiverCallback, Object) - Method in class com.latencybusters.lbm.LBMHotFailoverReceiver
Subscribe to a given channel
subscribeChannel(long, LBMReceiverCallback, Object) - Method in class com.latencybusters.lbm.LBMReceiver
Subscribe to a given channel
subscribeChannel(long, LBMReceiverCallback, Object) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Subscribe to a given channel
swapBytes() - Method in class com.latencybusters.pdm.PDMField
 

T

terminate() - Method in class com.latencybusters.lbm.LBMContextThread
Stop the context thread.
test_clone(LBMSDMessage) - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
An api that is used during testing to ensure that cloned objects are truly cloned.
timerEvents() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of timer events currently in the event queue, i.e., a snapshot.
timerEventsMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for timer events (in microseconds).
timerEventsMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for timer events (in microseconds).
timerEventsMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for timer events (in microseconds).
timerEventsTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of timer events that have been added to the event queue (even if subsequently de-queued) since last reset.
timestampMicroseconds() - Method in class com.latencybusters.lbm.LBMMessage
Microseconds portion of the timestamp indicating when the message was received.
timestampSeconds() - Method in class com.latencybusters.lbm.LBMMessage
Seconds portion of the timestamp indicating when the message was received.
toBigInteger(int) - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get the BigInteger for an array index
toBigInteger() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Get the unsigned 64 integer as a big integer
toBigInteger() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Get the long representation of the uint64
toByteArray() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Get a byte array for this blob
toBytes(PDMSerializer) - Method in class com.latencybusters.pdm.PDMDefinition
Serializes the PDMDefinition to a new byte array
toBytes(PDMSerializer, byte[], int) - Method in class com.latencybusters.pdm.PDMDefinition
Serialize the PDMDefinition to an existing byte array
toBytes(PDMSerializer) - Method in class com.latencybusters.pdm.PDMFieldInfo
Serializes this object to a new byte array
toBytes(PDMSerializer, byte[], int) - Method in class com.latencybusters.pdm.PDMFieldInfo
Serializes this object to an existing byte array at position
toBytes() - Method in class com.latencybusters.pdm.PDMMessage
Serializes the message to a new byte array
toBytes(PDMSerializer) - Method in class com.latencybusters.pdm.PDMMessage
Serializes the message to a new byte array
toBytes(PDMSerializer, byte[], int) - Method in class com.latencybusters.pdm.PDMMessage
Serializes the message to an existing byte array at position
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Dump an internal (ascii) representation of this message
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Create a string useful for debugging.
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Dump the internal representation of this field set which includes the fields.
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Get a string useful for debugging
toDbgString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRaw
Get a debug string for this object.
toDouble() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Get the double value of this raw double
toFloat() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Get the float value of this raw float
toInt() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint16
Get the int representation of the uint16
toLong() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Get the long representation of the int64
toLong() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Get the long representation of the uint32
topic() - Method in class com.latencybusters.lbm.UMQQueueTopicStatus
Gets the topic object (which contains the topic name, application sets, etc.).
TOPIC_RES_REQUEST_ADVERTISEMENT - Static variable in class com.latencybusters.lbm.LBM
Request advertisements from quiescent sources.
TOPIC_RES_REQUEST_QUERY - Static variable in class com.latencybusters.lbm.LBM
Request queries from quiescent receivers.
TOPIC_RES_REQUEST_WILDCARD_QUERY - Static variable in class com.latencybusters.lbm.LBM
Request queries from quiescent wildcard receivers
topiclessImmediateMessages() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of topic-less Multicast Immediate Messaging (MIM) messages currently in the event queue, i.e., a snapshot.
topiclessImmediateMessagesMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for topic-less Multicast Immediate Messaging (MIM) messages (in microseconds).
topiclessImmediateMessagesMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for topic-less Multicast Immediate Messaging (MIM) messages (in microseconds).
topiclessImmediateMessagesMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for topic-less Multicast Immediate Messaging (MIM) messages (in microseconds).
topiclessImmediateMessagesTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of topic-less Multicast Immediate Messaging (MIM) messages that have been added to the event queue (even if subsequently de-queued) since last reset.
topicName() - Method in class com.latencybusters.lbm.LBMMessage
Topic on which the current message has been delivered.
topicName() - Method in class com.latencybusters.lbm.UMQQueueTopic
Gets the topic name.
topicNameAsCharArray() - Method in class com.latencybusters.lbm.LBMMessage
Message topicNameAsCharArray
topicResolutionBytesReceived() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topic resolution datagram bytes received.
topicResolutionBytesSent() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topic resolution datagram bytes sent.
topicResolutionDatagramsDroppedMalformed() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topic resolution datagrams discarded due to being malformed or corrupted.
topicResolutionDatagramsDroppedType() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topic resolution datagrams discarded due to incorrect type.
topicResolutionDatagramsDroppedVersion() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topic resolution datagrams discarded due to incorrect version.
topicResolutionDatagramsReceived() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topic resolution datagrams received by this context.
topicResolutionDatagramsSendFailed() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topic resolution datagram sends that failed.
topicResolutionDatagramsSent() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topic resolution datagrams sent from this context.
topicResolutionReceiverTopics() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topics in the receiver topic resolver cache (also referred to as the topic map).
topicResolutionSourceTopics() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of topics in the source topic resolver cache (also known as the topic map).
topicResolutionUnresolvedReceiverTopics() - Method in class com.latencybusters.lbm.LBMContextStatistics
Number of unresolved topics in the receiver topic resolver cache (also referred to as the topic map).
topicStatuses() - Method in class com.latencybusters.lbm.UMQContextQueueTopicListInfo
Returns a list of UMQQueueTopicStatus objects, indicating which topics are currently present within the queue.
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBlob
Get the string form of the raw blob
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayBool
Get the string form of the raw boolean
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDecimal
Get the string form of the raw decimal
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayDouble
Get the string form of the raw double
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayFloat
Get the string form of the raw float
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt16
Get the string form of the integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt32
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt64
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayInt8
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayMessage
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayString
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayTimestamp
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint16
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint32
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint64
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUint8
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMArrayUnicode
Get the string form of the array
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMessage
Dump a string (ascii) representation of this message
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBlob
Get the string form of the raw blob
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldBool
Get the string form of the boolean
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDecimal
Get the string form of the decimal
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldDouble
Get the string form of the boolean
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldFloat
Get the string form of the boolean
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt16
Get the string form of the 16 bit integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt32
Get the string form of the 32 bit integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt64
Get the string form of the 64 bit integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldInt8
Get the string form of the 8 bit integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldMessage
Get the string form of the message
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFields
Dump the string representation of this field set which includes the fields.
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldString
Get the string
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldTimestamp
Get the string form of the raw timestamp
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint16
Get the string form of the unsigned 16 bit integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint32
Get the string form of the unsigned 32 bit integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint64
Get the string form of the unsigned 64 bit integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUint8
Get the string form of the unsigned 8 bit integer
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMFieldUnicode
Get the string form of the unicode field
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawBlob
Get the blob in a hex string format x"1234...." etc.
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDecimal
Create a string representing a raw decimal
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawDouble
Get a string representing the raw double value
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawFloat
Get a string representing the raw float value
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawInt64
Get a string version of an int64
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawTimestamp
Get a string version of a timestamp
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint16
Get a string version of an uint16
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint32
Get a string version of an uint16
toString() - Method in class com.latencybusters.lbm.sdm.LBMSDMRawUint64
Get a string version of an uint64
toString() - Method in class com.latencybusters.pdm.PDMDecimal
 
toString() - Method in class com.latencybusters.pdm.PDMTimestamp
 
totalLifetime() - Method in class com.latencybusters.lbm.UMQMessageTotalLifetimeInfo
Returns the specified total lifetime
totalLifetimeInfo() - Method in class com.latencybusters.lbm.LBMSourceSendExInfo
Returns the currently set total lifetime info.
totalMessageLength() - Method in class com.latencybusters.lbm.LBMMessage
Total message size.
transmissionWindowBytes() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of bytes currently in the transmission window (LBT-RM only).
transmissionWindowBytes(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of bytes currently in the transmission window (LBT-RM only).
transmissionWindowBytes() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of bytes currently in the transmission window (LBT-RM only).
transmissionWindowBytes(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of bytes currently in the transmission window (LBT-RM only).
transmissionWindowMessages() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagrams in the transmission window (LBT-RM only).
transmissionWindowMessages(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Number of datagrams in the transmission window (LBT-RM only).
transmissionWindowMessages() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagrams in the transmission window (LBT-RM only).
transmissionWindowMessages(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Number of datagrams in the transmission window (LBT-RM only).
TRANSPORT_LBM - Static variable in class com.latencybusters.lbm.LBMMonitor
Transport type: LBM
TRANSPORT_LBMSNMP - Static variable in class com.latencybusters.lbm.LBMMonitor
Transport type: LBMSNMP
TRANSPORT_STAT_DAEMON - Static variable in class com.latencybusters.lbm.LBM
Transport statistics type: Daemon is being used.
TRANSPORT_STAT_LBTIPC - Static variable in class com.latencybusters.lbm.LBM
Transport statistics type: LBT-IPC transport.
TRANSPORT_STAT_LBTRDMA - Static variable in class com.latencybusters.lbm.LBM
Transport statistics type: LBT-RDMA transport.
TRANSPORT_STAT_LBTRM - Static variable in class com.latencybusters.lbm.LBM
Transport statistics type: LBT-RM transport.
TRANSPORT_STAT_LBTRU - Static variable in class com.latencybusters.lbm.LBM
Transport statistics type: LBT-RU transport.
TRANSPORT_STAT_TCP - Static variable in class com.latencybusters.lbm.LBM
Transport statistics type: TCP transport.
TRANSPORT_TYPE_LBTIPC - Static variable in class com.latencybusters.lbm.LBMTransportSourceInfo
Transport type: LBT-IPC transport.
TRANSPORT_TYPE_LBTRDMA - Static variable in class com.latencybusters.lbm.LBMTransportSourceInfo
Transport type: LBT-RDMA transport.
TRANSPORT_TYPE_LBTRM - Static variable in class com.latencybusters.lbm.LBMTransportSourceInfo
Transport type: LBT-RM transport.
TRANSPORT_TYPE_LBTRU - Static variable in class com.latencybusters.lbm.LBMTransportSourceInfo
Transport type: LBT-RU transport.
TRANSPORT_TYPE_TCP - Static variable in class com.latencybusters.lbm.LBMTransportSourceInfo
Transport type: TCP transport.
TRANSPORT_UDP - Static variable in class com.latencybusters.lbm.LBMMonitor
Transport type: UDP
type() - Method in class com.latencybusters.lbm.LBMAsyncOperationInfo
Gets the type of the asynchronous operation.
type() - Method in class com.latencybusters.lbm.LBMContextEvent
LBM Context Event Type
type() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Transport type (TCP, LBT-RM, etc.).
type(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Transport type (TCP, LBT-RM, etc.).
type() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Transport type (TCP, LBT-RM, etc.).
type(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Transport type (TCP, LBT-RM, etc.).
type() - Method in class com.latencybusters.lbm.LBMMessage
LBM message type.
type() - Method in class com.latencybusters.lbm.LBMMessageProperty
Retrieve the type of the property represented by this object.
type() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Transport type (TCP, LBT-RM, LBT-RU, etc.).
type(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Transport type (TCP, LBT-RM, LBT-RU, etc.).
type() - Method in class com.latencybusters.lbm.LBMSourceEvent
LBM Source Event type.
type() - Method in class com.latencybusters.lbm.LBMSourceEventFlightSizeNotification
Get type.
type() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Transport type (TCP, LBT-RM, LBT-RU, etc.).
type(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Transport type (TCP, LBT-RM, LBT-RU, etc.).
type - Variable in class com.latencybusters.lbm.sdm.LBMSDMField
The current field type
TYPE_ARRAY_BLOB - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of Binary Large Objects (BLOB).
TYPE_ARRAY_BOOLEAN - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of Booleans (non-zero is true; zero is false).
TYPE_ARRAY_DECIMAL - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of decimal numbers.
TYPE_ARRAY_DOUBLE - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of double-precision floating points.
TYPE_ARRAY_FLOAT - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of single-precision floating points.
TYPE_ARRAY_INT16 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of 16-bit signed integers.
TYPE_ARRAY_INT32 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of 32-bit signed integers.
TYPE_ARRAY_INT64 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of 64-bit signed integers.
TYPE_ARRAY_INT8 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of 8-bit signed integers.
TYPE_ARRAY_MESSAGE - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of nested SDM messages.
TYPE_ARRAY_STRING - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of character strings (ASCIZ).
TYPE_ARRAY_TIMESTAMP - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of timestamps (seconds and microseconds since the epoch (UTC)).
TYPE_ARRAY_UINT16 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of 16-bit unsigned integers.
TYPE_ARRAY_UINT32 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of 32-bit unsigned integers.
TYPE_ARRAY_UINT64 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of 64-bit unsigned integers.
TYPE_ARRAY_UINT8 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of 8-bit unsigned integers.
TYPE_ARRAY_UNICODE - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Array of unicode strings.
TYPE_BLOB - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Binary Large Object (BLOB).
TYPE_BOOLEAN - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Boolean (non-zero is true; zero is false).
TYPE_DECIMAL - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Decimal number.
TYPE_DOUBLE - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Double-precision floating point.
TYPE_FLOAT - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Single-precision floating point.
TYPE_INT16 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: 16-bit signed integer.
TYPE_INT32 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: 32-bit signed integer.
TYPE_INT64 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: 64-bit signed integer.
TYPE_INT8 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: 8-bit signed integer.
TYPE_INVALID - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Type is invalid.
type_len() - Method in class com.latencybusters.lbm.sdm.LBMSDMField
Get the length of the type field in raw form.
TYPE_MESSAGE - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Nested SDM message.
TYPE_STRING - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Character string (ASCIZ).
TYPE_TIMESTAMP - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Seconds and microseconds since the epoch (UTC).
TYPE_UINT16 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: 16-bit unsigned integer.
TYPE_UINT32 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: 32-bit unsigned integer.
TYPE_UINT64 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: 64-bit unsigned integer.
TYPE_UINT8 - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: 8-bit unsigned integer.
TYPE_UNICODE - Static variable in class com.latencybusters.lbm.sdm.LBMSDMField
SDM field type: Unicode string.
typeName() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Transport type name (TCP, LBT-RM, etc.).
typeName(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Transport type name (TCP, LBT-RM, etc.).
typeName() - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Transport type name (TCP, LBT-RM, etc.).
typeName(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageSourceStatistics
Transport type name (TCP, LBT-RM, etc.).
typeName() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Transport type name (TCP, LBT-RM, LBT-RU, etc.).
typeName(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Transport type name (TCP, LBT-RM, LBT-RU, etc.).
typeName() - Method in class com.latencybusters.lbm.LBMSourceStatistics
Transport type name (TCP, LBT-RM, LBT-RU, etc.).
typeName(int) - Method in class com.latencybusters.lbm.LBMSourceStatistics
Transport type name (TCP, LBT-RM, LBT-RU, etc.).

U

ulbMessageInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
ULB Message info.
ulbReceiverInfo() - Method in class com.latencybusters.lbm.LBMSourceEvent
ULB Receiver info.
UME_MAX_STORE_STRLEN - Static variable in class com.latencybusters.lbm.LBM
Maximum UME store length.
UMEBlockSrc - Class in com.latencybusters.auxapi
 
UMEBlockSrc() - Constructor for class com.latencybusters.auxapi.UMEBlockSrc
 
umederegister() - Method in class com.latencybusters.lbm.LBMSource
Deregister this source
umederegister() - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Deregister from all UME Store.
UMEDeregistrationCompleteInfo - Class in com.latencybusters.lbm
UME Registration Complete Info class.
UMEDeregistrationCompleteInfo() - Constructor for class com.latencybusters.lbm.UMEDeregistrationCompleteInfo
Creates a UMEDeregistrationCompleteInfo object and initializes fields to 0.
UMEDeregistrationCompleteInfo(int, long) - Constructor for class com.latencybusters.lbm.UMEDeregistrationCompleteInfo
Creates a UMEDeregistrationCompleteInfo object and initializes fields to the supplied values.
UMEDeregistrationSuccessInfo - Class in com.latencybusters.lbm
UME Registration Success Info class.
UMEDeregistrationSuccessInfo() - Constructor for class com.latencybusters.lbm.UMEDeregistrationSuccessInfo
Creates a UMEDeregistrationSuccessInfo object and initializes all fields to 0/null.
UMEDeregistrationSuccessInfo(int, long, long, long, int, String) - Constructor for class com.latencybusters.lbm.UMEDeregistrationSuccessInfo
Creates a UMEDeregistrationSuccessInfo object and initializes fields to supplied values.
UMEMessageAck - Class in com.latencybusters.lbm
UMEMessageAck class.
UMENoQueueException - Exception in com.latencybusters.lbm
UME registration incomplete exception class
UMENoQueueException(String) - Constructor for exception com.latencybusters.lbm.UMENoQueueException
 
UMENoRegException - Exception in com.latencybusters.lbm
UME registration incomplete exception class
UMENoRegException(String) - Constructor for exception com.latencybusters.lbm.UMENoRegException
 
UMENoStoreException - Exception in com.latencybusters.lbm
UME registration incomplete exception class
UMENoStoreException(String) - Constructor for exception com.latencybusters.lbm.UMENoStoreException
 
UMEReceiverLivenessCallbackInfo - Class in com.latencybusters.lbm
 
UMEReceiverLivenessCallbackInfo() - Constructor for class com.latencybusters.lbm.UMEReceiverLivenessCallbackInfo
 
UMEReceiverLivenessCallbackInfo(int, long, long) - Constructor for class com.latencybusters.lbm.UMEReceiverLivenessCallbackInfo
 
UMEReceiverLivenessCreationCallback - Interface in com.latencybusters.lbm
 
UMEReceiverLivenessDeletionCallback - Interface in com.latencybusters.lbm
 
UMERecoverySequenceNumberCallback - Interface in com.latencybusters.lbm
Interface for setting receiver recovery sequence number information.
UMERecoverySequenceNumberCallbackInfo - Class in com.latencybusters.lbm
UME Recovery sequence number callback info class.
UMERecoverySequenceNumberCallbackInfo() - Constructor for class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Default constructor; initializes all fields to 0.
UMERecoverySequenceNumberCallbackInfo(int, long, long, long, Object, String) - Constructor for class com.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo
Constructor, initializes fields to the given values.
UMERegistrationCompleteInfo - Class in com.latencybusters.lbm
UME Registration Complete Info class.
UMERegistrationCompleteInfo() - Constructor for class com.latencybusters.lbm.UMERegistrationCompleteInfo
Creates a UMERegistrationCompleteInfo object and initializes fields to 0.
UMERegistrationCompleteInfo(int, long) - Constructor for class com.latencybusters.lbm.UMERegistrationCompleteInfo
Creates a UMERegistrationCompleteInfo object and initializes fields to the supplied values.
UMERegistrationIdExCallback - Interface in com.latencybusters.lbm
Interface for setting the receiver registration ID for a given source and topic (UME only).
UMERegistrationIdExCallbackInfo - Class in com.latencybusters.lbm
UME Registration ID Extended Callback Info class.
UMERegistrationIdExCallbackInfo() - Constructor for class com.latencybusters.lbm.UMERegistrationIdExCallbackInfo
Creates a UMERegistrationIdExCallbackInfo object and sets all fields to 0/null.
UMERegistrationIdExCallbackInfo(String, long, String, int, int, Object) - Constructor for class com.latencybusters.lbm.UMERegistrationIdExCallbackInfo
Creates a UMERegistrationIdExCallbackInfo object and initializes fields to the given values.
UMERegistrationSuccessInfo - Class in com.latencybusters.lbm
UME Registration Success Info class.
UMERegistrationSuccessInfo() - Constructor for class com.latencybusters.lbm.UMERegistrationSuccessInfo
Creates a UMERegistrationSuccessInfo object and initializes all fields to 0/null.
UMERegistrationSuccessInfo(int, long, long, long, int, String) - Constructor for class com.latencybusters.lbm.UMERegistrationSuccessInfo
Creates a UMERegistrationSuccessInfo object and initializes fields to supplied values.
UMESourceEventAckInfo - Class in com.latencybusters.lbm
UME Source Event Ack Info class.
UMESourceEventAckInfo(int, long, long, int, String, Object) - Constructor for class com.latencybusters.lbm.UMESourceEventAckInfo
Create a UMESourceEventAckInfo object and initialize all fields.
UMESourceEventDeregistrationCompleteInfo - Class in com.latencybusters.lbm
UME Source Event Registration Complete Info class.
UMESourceEventDeregistrationCompleteInfo() - Constructor for class com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo
Creates a UMESourceEventDeregistrationCompleteInfo object and initializes all fields to 0.
UMESourceEventDeregistrationCompleteInfo(int, long) - Constructor for class com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo
Creates a UMESourcEventRegistrationCompleteInfo object and initializes fields to the supplied values.
UMESourceEventDeregistrationSuccessInfo - Class in com.latencybusters.lbm
UME Source Event Deregistration Success Info class.
UMESourceEventDeregistrationSuccessInfo() - Constructor for class com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo
Creates a UMESourceEventDeregistrationSuccessInfo object and initializes all fields to 0/null.
UMESourceEventDeregistrationSuccessInfo(int, long, long, int, String) - Constructor for class com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo
Creates a UMESourceEventDeregistrationSuccessInfo object and initializes fields to the given values.
UMESourceEventRegistrationCompleteInfo - Class in com.latencybusters.lbm
UME Source Event Registration Complete Info class.
UMESourceEventRegistrationCompleteInfo() - Constructor for class com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo
Creates a UMESourceEventRegistrationCompleteInfo object and initializes all fields to 0.
UMESourceEventRegistrationCompleteInfo(int, long) - Constructor for class com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo
Creates a UMESourcEventRegistrationCompleteInfo object and initializes fields to the supplied values.
UMESourceEventRegistrationSuccessInfo - Class in com.latencybusters.lbm
UME Source Event Registration Success Info class.
UMESourceEventRegistrationSuccessInfo() - Constructor for class com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo
Creates a UMESourceEventRegistrationSuccessInfo object and initializes all fields to 0/null.
UMESourceEventRegistrationSuccessInfo(int, long, long, int, String) - Constructor for class com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo
Creates a UMESourceEventRegistrationSuccessInfo object and initializes fields to the given values.
UMEStoreEntry - Class in com.latencybusters.lbm
UME Store Entry class.
UMEStoreEntry() - Constructor for class com.latencybusters.lbm.UMEStoreEntry
Creates a UMEStoreEntry object and initializes all values to 0.
UMEStoreEntry(InetSocketAddress, int, long) - Constructor for class com.latencybusters.lbm.UMEStoreEntry
Creates a UMEStoreEntry object and uses supplied values for initialization.
UMEStoreGroupEntry - Class in com.latencybusters.lbm
UME Store Group Entry class.
UMEStoreGroupEntry() - Constructor for class com.latencybusters.lbm.UMEStoreGroupEntry
Creates a UMEStoreGroupEntry object and initializes index and group size to 0.
UMEStoreGroupEntry(int, int) - Constructor for class com.latencybusters.lbm.UMEStoreGroupEntry
Creates a UMEStoreGroupEntry object and initializes the index and group size.
UMQ_INDEX_FLAG_NUMERIC - Static variable in class com.latencybusters.lbm.LBM
UMQIndexInfo flag.
UMQ_MAX_APPSET_STRLEN - Static variable in class com.latencybusters.lbm.LBM
Maximum UMQ queue appset name length.
UMQ_MAX_INDEX_LEN - Static variable in class com.latencybusters.lbm.LBM
Maximum UMQ index length.
UMQ_MAX_QUEUE_STRLEN - Static variable in class com.latencybusters.lbm.LBM
Maximum UMQ queue length.
UMQ_MAX_TOPIC_STRLEN - Static variable in class com.latencybusters.lbm.LBM
Maximum UMQ queue topic name length.
UMQ_QUEUE_MSG_STATUS_ASSIGNED - Static variable in class com.latencybusters.lbm.LBM
Queue message status; message is currently assigned to a receiver but not yet consumed.
UMQ_QUEUE_MSG_STATUS_CONSUMED - Static variable in class com.latencybusters.lbm.LBM
Queue message status; message has been fully consumed and is no longer present in the queue.
UMQ_QUEUE_MSG_STATUS_REASSIGNING - Static variable in class com.latencybusters.lbm.LBM
Queue message status; message is waiting to be re-assigned to a different receiver.
UMQ_QUEUE_MSG_STATUS_UNASSIGNED - Static variable in class com.latencybusters.lbm.LBM
Queue message status; message is currently enqueued but not yet assigned.
UMQ_QUEUE_MSG_STATUS_UNKNOWN - Static variable in class com.latencybusters.lbm.LBM
Queue message status; queue has no knowledge of the message.
UMQ_ULB_MAX_RECEIVER_STRLEN - Static variable in class com.latencybusters.lbm.LBM
Maximum UMQ ULB receiver length.
UMQContextEventRegistrationCompleteInfo - Class in com.latencybusters.lbm
Class containing information about UMQ Registration Complete Context Events.
UMQContextEventRegistrationCompleteInfo(int, long, String, long) - Constructor for class com.latencybusters.lbm.UMQContextEventRegistrationCompleteInfo
Creates a UMQContextEventRegistrationCompleteInfo object, and initializes fields to the supplied values.
UMQContextEventRegistrationSuccessInfo - Class in com.latencybusters.lbm
Class containing information about UMQ Registration Success Context Events.
UMQContextEventRegistrationSuccessInfo(int, long, String, long, String, long) - Constructor for class com.latencybusters.lbm.UMQContextEventRegistrationSuccessInfo
Creates a UMQContextEventRegistrationSuccessInfo object, and initializes fields to the supplied values.
UMQContextQueueTopicListInfo - Class in com.latencybusters.lbm
Class containing the results of a call to LBMContext#queueTopicList .
UMQContextQueueTopicListInfo() - Constructor for class com.latencybusters.lbm.UMQContextQueueTopicListInfo
 
UMQDeregistrationCompleteInfo - Class in com.latencybusters.lbm
UMQ Deregistration Complete Info class.
UMQDeregistrationCompleteInfo(int, long, String) - Constructor for class com.latencybusters.lbm.UMQDeregistrationCompleteInfo
Creates a UMQDeregistrationCompleteInfo object and initializes fields to the supplied values.
UMQIndexAssignedInfo - Class in com.latencybusters.lbm
 
UMQIndexAssignedInfo(int, long, String, UMQIndexInfo) - Constructor for class com.latencybusters.lbm.UMQIndexAssignedInfo
Creates a UMQIndexAssignedInfo object and initializes fields to the supplied values.
UMQIndexAssignmentEligibilityStartCompleteInfo - Class in com.latencybusters.lbm
 
UMQIndexAssignmentEligibilityStartCompleteInfo(int, long, String) - Constructor for class com.latencybusters.lbm.UMQIndexAssignmentEligibilityStartCompleteInfo
Creates a UMQIndexAssignmentEligibilityStartCompleteInfo object and initializes fields to the supplied values.
UMQIndexAssignmentEligibilityStopCompleteInfo - Class in com.latencybusters.lbm
 
UMQIndexAssignmentEligibilityStopCompleteInfo(int, long, String) - Constructor for class com.latencybusters.lbm.UMQIndexAssignmentEligibilityStopCompleteInfo
Creates a UMQIndexAssignmentEligibilityStopCompleteInfo object and initializes fields to the supplied values.
UMQIndexInfo - Class in com.latencybusters.lbm
 
UMQIndexInfo(byte[], int) - Constructor for class com.latencybusters.lbm.UMQIndexInfo
Creates a UMQIndexInfo object and initializes fields to the supplied values.
UMQIndexInfo(long) - Constructor for class com.latencybusters.lbm.UMQIndexInfo
Creates a numeric UMQIndexInfo object and initializes fields to the supplied values.
UMQIndexInfo() - Constructor for class com.latencybusters.lbm.UMQIndexInfo
 
UMQIndexReleasedInfo - Class in com.latencybusters.lbm
 
UMQIndexReleasedInfo(int, long, String, UMQIndexInfo) - Constructor for class com.latencybusters.lbm.UMQIndexReleasedInfo
Creates a UMQIndexReleasedInfo object and initializes fields to the supplied values.
UMQMessageId - Class in com.latencybusters.lbm
UMQ Message ID class.
UMQMessageId(long, long) - Constructor for class com.latencybusters.lbm.UMQMessageId
Creates a UMQMessageId object and initializes fields to the supplied values.
UMQMessageTotalLifetimeInfo - Class in com.latencybusters.lbm
 
UMQMessageTotalLifetimeInfo(long) - Constructor for class com.latencybusters.lbm.UMQMessageTotalLifetimeInfo
Creates a UMQMessageTotalLifetimeInfo with the specified total lifetime
UMQMessageTotalLifetimeInfo() - Constructor for class com.latencybusters.lbm.UMQMessageTotalLifetimeInfo
Creates a UMQMessageTotalLifetimeInfo with the total lifetime set to 0
UMQQueueApplicationSet - Class in com.latencybusters.lbm
Class containing information about a particular application set as configured on a UMQ queue daemon.
UMQQueueApplicationSet() - Constructor for class com.latencybusters.lbm.UMQQueueApplicationSet
 
UMQQueueIndexInfo - Class in com.latencybusters.lbm
 
UMQQueueIndexInfo() - Constructor for class com.latencybusters.lbm.UMQQueueIndexInfo
 
UMQQueueIndexInfo(int, long, String, UMQIndexInfo) - Constructor for class com.latencybusters.lbm.UMQQueueIndexInfo
Creates a UMQQueueIndexInfo object and initializes fields to the supplied values.
UMQQueueInfo - Class in com.latencybusters.lbm
Base class for UMQ info objects associated with a queue.
UMQQueueInfo() - Constructor for class com.latencybusters.lbm.UMQQueueInfo
 
UMQQueueInfo(int, long, String) - Constructor for class com.latencybusters.lbm.UMQQueueInfo
Creates a UMQQueueInfo object and initializes fields to the supplied values.
UMQQueueInstanceInfo - Class in com.latencybusters.lbm
Base class for UMQ info objects associated with a queue instance.
UMQQueueInstanceInfo(int, long, String, long, String) - Constructor for class com.latencybusters.lbm.UMQQueueInstanceInfo
Creates a UMQQueueInstanceInfo object and initializes fields to the supplied values.
UMQQueueMessageStatus - Class in com.latencybusters.lbm
Class containing the current status of a UMQ message as reported by the queue daemon.
UMQQueueMessageStatus() - Constructor for class com.latencybusters.lbm.UMQQueueMessageStatus
 
UMQQueueReceiverTypeID - Class in com.latencybusters.lbm
Class representing a UMQ receiver type ID.
UMQQueueReceiverTypeID() - Constructor for class com.latencybusters.lbm.UMQQueueReceiverTypeID
 
UMQQueueTopic - Class in com.latencybusters.lbm
Class containing information about a topic as currently present in a UMQ queue daemon.
UMQQueueTopic() - Constructor for class com.latencybusters.lbm.UMQQueueTopic
 
UMQQueueTopicStatus - Class in com.latencybusters.lbm
Class containing topic status information for a topic currently present at a UMQ queue daemon.
UMQQueueTopicStatus() - Constructor for class com.latencybusters.lbm.UMQQueueTopicStatus
 
UMQReceiverQueueMessageListInfo - Class in com.latencybusters.lbm
Class containing the results of a call to LBMReceiverBase#queueMessageList .
UMQReceiverQueueMessageListInfo() - Constructor for class com.latencybusters.lbm.UMQReceiverQueueMessageListInfo
 
UMQReceiverQueueMessageRetrieveInfo - Class in com.latencybusters.lbm
Class containing the results of a call to LBMReceiverBase#queueMessageRetrieve .
UMQReceiverQueueMessageRetrieveInfo() - Constructor for class com.latencybusters.lbm.UMQReceiverQueueMessageRetrieveInfo
 
UMQRegistrationCompleteInfo - Class in com.latencybusters.lbm
UMQ Registration Complete Info class.
UMQRegistrationCompleteInfo(int, long, long, String) - Constructor for class com.latencybusters.lbm.UMQRegistrationCompleteInfo
Creates a UMQRegistrationCompleteInfo object and initializes fields to the supplied values.
UMQSourceEventAckInfo - Class in com.latencybusters.lbm
UMQ Stability Ack Info class.
UMQSourceEventAckInfo(int, long, String, long, String, UMQMessageId, Object) - Constructor for class com.latencybusters.lbm.UMQSourceEventAckInfo
Creates a UMQSourceEventAckInfo object and initializes fields to the supplied values.
UMQSourceEventMessageIdInfo - Class in com.latencybusters.lbm
This class encapsulates information about a message sent to a queue.
UMQSourceEventMessageIdInfo(int, UMQMessageId, Object) - Constructor for class com.latencybusters.lbm.UMQSourceEventMessageIdInfo
Creates a UMQSourceEventMessageIdInfo object and initializes fields to the supplied values.
UMQSourceEventRegistrationCompleteInfo - Class in com.latencybusters.lbm
UMQ Source Event Registration Complete Info class.
UMQSourceEventRegistrationCompleteInfo(int, long, String) - Constructor for class com.latencybusters.lbm.UMQSourceEventRegistrationCompleteInfo
Creates a UMQSourceEventRegistrationCompleteInfo object and initializes fields to the supplied values.
UMQSourceEventULBMessageInfo - Class in com.latencybusters.lbm
UMQ ULB Message Info class.
UMQSourceEventULBMessageInfo(int, UMQMessageId, long, long, long, String, Object) - Constructor for class com.latencybusters.lbm.UMQSourceEventULBMessageInfo
Creates a UMQSourceEventULBMessageInfo object and initializes fields to the supplied values.
UMQSourceEventULBReceiverInfo - Class in com.latencybusters.lbm
UMQ ULB Receiver Info class.
UMQSourceEventULBReceiverInfo(int, long, long, long, String) - Constructor for class com.latencybusters.lbm.UMQSourceEventULBReceiverInfo
Creates a UMQSourceEventULBReceiverInfo object and initializes fields to the supplied values.
unblockEvents() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of unblock events currently in the event queue, i.e., a snapshot.
unblockEventsTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of unblock events that have been added to the event queue (even if subsequently de-queued) since last reset.
unblockProcessEvents() - Method in class com.latencybusters.lbm.LBMContext
Unblock processEvents call.
UNICODE_CHAR_LEN - Static variable in class com.latencybusters.pdm.PDMField
 
unrecoveredMessagesNakGenerationTimeout() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of LBT-RM datagrams unrecovered due to a retransmission not received within the NAK generation interval (LBT-RM only).
unrecoveredMessagesNakGenerationTimeout(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of LBT-RM datagrams unrecovered due to a retransmission not received within the NAK generation interval (LBT-RM only).
unrecoveredMessagesNakGenerationTimeout() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of LBT-RM datagrams unrecovered due to a retransmission not received within the NAK generation interval (LBT-RM, LBT-RU).
unrecoveredMessagesNakGenerationTimeout(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of LBT-RM datagrams unrecovered due to a retransmission not received within the NAK generation interval (LBT-RM, LBT-RU).
unrecoveredMessagesWindowAdvance() - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams unrecovered (LBM_MSG_UNRECOVERABLE_LOSS delivered to receiver application) due to transmission window advance (LBT-RM only).
unrecoveredMessagesWindowAdvance(int) - Method in class com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics
Number of datagrams unrecovered (LBM_MSG_UNRECOVERABLE_LOSS delivered to receiver application) due to transmission window advance (LBT-RM only).
unrecoveredMessagesWindowAdvance() - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams unrecovered (LBM_MSG_UNRECOVERABLE_LOSS delivered to receiver application) due to transmission window advance (LBT-RM, LBT-RU).
unrecoveredMessagesWindowAdvance(int) - Method in class com.latencybusters.lbm.LBMReceiverStatistics
Number of datagrams unrecovered (LBM_MSG_UNRECOVERABLE_LOSS delivered to receiver application) due to transmission window advance (LBT-RM, LBT-RU).
unsubscribeChannel(long) - Method in class com.latencybusters.lbm.LBMHotFailoverReceiver
Cancel an existing subscription
unsubscribeChannel(long) - Method in class com.latencybusters.lbm.LBMReceiver
Cancel an existing subscription
unsubscribeChannel(long) - Method in class com.latencybusters.lbm.LBMWildcardReceiver
Cancel an existing subscription
updateOptOrVarFlag(PDMField) - Method in class com.latencybusters.pdm.PDMMessage
Used internally to update the flag if needed to indicate that the message contains at least one optional or variable field
username() - Method in class com.latencybusters.lbm.LBMAuthUserInfo
Returns the user name.
userRcvRegId() - Method in class com.latencybusters.lbm.UMEReceiverLivenessCallbackInfo
 

V

valueOf(String) - Static method in enum com.latencybusters.pdm.PDMFieldType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.latencybusters.pdm.PDMFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Static method in class com.latencybusters.lbm.LBM
Get LBM version information.
VERSION_POLICY_BEST - Static variable in class com.latencybusters.pdm.PDMMessage
 
VERSION_POLICY_EXACT - Static variable in class com.latencybusters.pdm.PDMMessage
 

W

WILDCARD_RCV_PATTERN_TYPE_APP_CB - Static variable in class com.latencybusters.lbm.LBM
Wildcard receiver pattern type: callback
WILDCARD_RCV_PATTERN_TYPE_PCRE - Static variable in class com.latencybusters.lbm.LBM
Wildcard receiver pattern type: PCRE (Perl Compatible Regular Expressions)
WILDCARD_RCV_PATTERN_TYPE_REGEX - Static variable in class com.latencybusters.lbm.LBM
Wildcard receiver pattern type: POSIX regex
wildcardReceiverMessages() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Number of wildcard receiver messages currently in the event queue, i.e., a snapshot.
wildcardReceiverMessagesMaximumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Maximum service time for wildcard receiver messages (in microseconds).
wildcardReceiverMessagesMeanServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Mean service time for wildcard receiver messages (in microseconds).
wildcardReceiverMessagesMinimumServiceTime() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Minimum service time for wildcard receiver messages (in microseconds).
wildcardReceiverMessagesTotal() - Method in class com.latencybusters.lbm.LBMEventQueueStatistics
Total accumulated number of wildcard receiver messages that have been added to the event queue (even if subsequently de-queued) since last reset.
writeBoolean(byte[], int, boolean) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the boolean as 1 byte into the byte array at position
writeByte(byte[], int, byte) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the byte as 1 byte into the byte array at position
writeByteArray(byte[], int, byte[]) - Method in class com.latencybusters.pdm.PDMSerializer
Copies the source byte array into the byte array at position
writeDecimal(byte[], int, PDMDecimal) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the PDMDecimal as 9 bytes into the byte array at position
writeDouble(byte[], int, double) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the double as 8 bytes into the byte array at position
writeFloat(byte[], int, float) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the float as 4 bytes into the byte array at position
writeInt(byte[], int, int) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the int as 4 bytes into the byte array at position
writeLong(byte[], int, long) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the long as 8 bytes into the byte array at position
writeShort(byte[], int, short) - Method in class com.latencybusters.pdm.PDMSerializer
* Writes the short as 2 bytes into the byte array at position
writeString(byte[], int, String) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the non-null String into the byte array at position and appends a 0 byte after the String
writeTimestamp(byte[], int, PDMTimestamp) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the PDMTimestamp as 8 bytes into the byte array at position
writeUByte(byte[], int, short) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the unsigned byte (short) as 1 byte into the byte array at position
writeUInt(byte[], int, long) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the unsigned int (long) as 4 bytes into the byte array at position
writeULong(byte[], int, BigInteger) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the unsigned long (BigInteger) as 8 bytes into the byte array at position
writeUnicode(byte[], int, String, String) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the non-null unicode String into the byte array at position and appends a 0 byte after the String
writeUnicode(byte[], int, String) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the non-null unicode String into the byte array as UTF-8 at position and appends a 0 byte after the String
writeUShort(byte[], int, int) - Method in class com.latencybusters.pdm.PDMSerializer
Writes the unsigned short (int) as 2 bytes into the byte array at position

_

_rcv_create_cb - Variable in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
 
_rcv_create_cbArg - Variable in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
 
_rcv_delete_cb - Variable in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
 
_rcv_delete_cbArg - Variable in class com.latencybusters.lbm.LBMWildcardReceiverAttributes
 
_src - Variable in class com.latencybusters.auxapi.UMEBlockSrc
 

A B C D E F G H I K L M N O P Q R S T U V W _

All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.