►CException | |
►Ccom.latencybusters.lbm.LBMException | Base LBM Exception class |
Ccom.latencybusters.lbm.LBMEInvalException | LBM Invalid value exception class |
Ccom.latencybusters.lbm.LBMEMessageSelectorException | LBM message selector exception class |
Ccom.latencybusters.lbm.LBMENoMemException | LBM memory allocation exception class |
Ccom.latencybusters.lbm.LBMEOPException | LBM internal processing exception class |
Ccom.latencybusters.lbm.LBMEOSException | LBM unrecoverable OS system call exception class |
Ccom.latencybusters.lbm.LBMETimedOutException | LBM timed out operation exception class |
Ccom.latencybusters.lbm.LBMEWouldBlockException | LBM blocked operation exception class (occurs when a function that would otherwise block is set to be nonblocking) |
Ccom.latencybusters.lbm.LBMMonitorEAgainException | LBM Monitor insufficient resources exception class |
Ccom.latencybusters.lbm.LBMMonitorEAlreadyException | LBM Monitor resource already registered exception class |
Ccom.latencybusters.lbm.LBMMonitorEInvalException | LBM Monitor invalid value exception class |
Ccom.latencybusters.lbm.LBMMonitorELBMFailException | LBM Monitor LBM failure exception class |
Ccom.latencybusters.lbm.LBMMonitorEModFailException | LBM Monitor module function failure exception class |
Ccom.latencybusters.lbm.LBMMonitorENoMemException | LBM Monitor out-of-memory exception class |
Ccom.latencybusters.lbm.UMENoQueueException | UME registration incomplete exception class |
Ccom.latencybusters.lbm.UMENoRegException | UME registration incomplete exception class |
Ccom.latencybusters.lbm.UMENoStoreException | UME registration incomplete exception class |
►Ccom.latencybusters.lbm.sdm.LBMSDMException | LBMSDMException is the base exception class for LBM SDM Exceptions. It relies on LBMException and is included as a place holder for future development |
Ccom.latencybusters.lbm.sdm.LBMSDMAddingFieldException | An LBM SDM Exception indicating an error occurred adding a field. Where possible, additional field data is dumped |
Ccom.latencybusters.lbm.sdm.LBMSDMBadRawObjectException | An LBM SDM Exception indicating a bad raw object was encountered Where possible, additional data about the raw object is dumped |
Ccom.latencybusters.lbm.sdm.LBMSDMBadTypeException | SDM Exception that occurs when bad field type is encountered |
Ccom.latencybusters.lbm.sdm.LBMSDMCannotConvertException | An LBM SDM Exception indicating that conversion to or from an SDM field could not be achieved |
Ccom.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException | An LBM SDM Exception indicating a duplicate field exists - probably when adding a field. Where possible, additional field data is dumped |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldIsNullException | An LBM SDM Exception indicating an null field is encountered |
Ccom.latencybusters.lbm.sdm.LBMSDMInsufficientSpaceException | An LBM SDM Exception indicating a buffer was provided which was too small for the operation |
Ccom.latencybusters.lbm.sdm.LBMSDMNameTooLongException | An LBM SDM Exception indicating a name provided was too long for an SDM Field. The limit is 255 characters |
Ccom.latencybusters.lbm.sdm.LBMSDMNotArrayException | An LBM SDM Exception indicating an array operation was requested on a non array type field |
Ccom.latencybusters.lbm.sdm.LBMSDMOutOfRangeException | An LBM SDM Exception indicating a value was provided but is out of range. Where possible, additional data about the invalid data and the valid range is dumped |
Ccom.latencybusters.lbm.sdm.LBMSDMTypeMismatchException | An LBM SDM Exception indicating there is a mismatch between field types. Where possible, additional field data is dumped |
Ccom.latencybusters.lbm.sdm.LBMSDMTypeNotSupportedException | An LBM SDM Exception indicating that a field was encountered for an unsupported type |
Ccom.latencybusters.pdm.PDMException | An exception class thrown by the PDM library |
►CICloneable | |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayBlob | Implements an SDM Field that is an array of BLOBs (Binary Large OBjects) |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayBool | Implements an SDM Field that is an array of Booleans |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayDecimal | Implements an SDM Field that is an array of Decimals |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayDouble | Implements an SDM Field that is an array of Doubles |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayFloat | Implements an SDM Field that is an array of Floats |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt16 | Implements an SDM Field that is an array of 16 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt32 | Implements an SDM Field that is an array of 32 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt64 | Implements an SDM Field that is an array of 64 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt8 | Implements an SDM Field that is an array of 8 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayMessage | Implements an SDM Field that is an array of SDM messages |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayString | Implements an SDM Field that is an array of Strings |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayTimestamp | Implements an SDM Field that is an array of Timestamps |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint16 | Implements an SDM Field that is an array of unsigned 16 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint32 | Implements an SDM Field that is an array of unsigned 32 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint64 | Implements an SDM Field that is an array of unsigned 64 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint8 | Implements an SDM Field that is an array of unsigned 8 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUnicode | Implements an SDM Field that is an array of unicode strings |
Ccom.latencybusters.lbm.sdm.LBMSDMessage | LBMSDMessage is the main class for managing an LBM SDM message. It heavily relies on class LBMSDMFields to collect LBMSDMField and LBMSDMArray classes in to a message. LBMSDMessage is the primary interface for applications |
►Ccom.latencybusters.lbm.sdm.LBMSDMField | LBMSDMField is the base class for all LBM SDM field types. All base LBM SDM field types use the naming convention LBMSDMField(Type). Field arrays are subclasses of the respective field class and use the naming convention LBMSDMArray(Type). LBMSDMRaw(BaseType) is used as the naming convention for raw data types where needed and support the respective LBMSDMField(Type) classes |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldBlob | Implements an SDM Field of type BLOB (Binary Large OBject) |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayBlob | Implements an SDM Field that is an array of BLOBs (Binary Large OBjects) |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldBool | Implements an SDM Field of type boolean |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayBool | Implements an SDM Field that is an array of Booleans |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldDecimal | Implements an SDM Field of type Decimal |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayDecimal | Implements an SDM Field that is an array of Decimals |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldDouble | Implements an SDM Field of type Double |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayDouble | Implements an SDM Field that is an array of Doubles |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldFloat | Implements an SDM Field of type Float |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayFloat | Implements an SDM Field that is an array of Floats |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldInt16 | Implements an 16 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt16 | Implements an SDM Field that is an array of 16 bit integers |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldInt32 | Implements an 32 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt32 | Implements an SDM Field that is an array of 32 bit integers |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldInt64 | Implements an 64 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt64 | Implements an SDM Field that is an array of 64 bit integers |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldInt8 | Implements an 8 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt8 | Implements an SDM Field that is an array of 8 bit integers |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldMessage | Implements an SDM Field that encapsulates an SDM message |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayMessage | Implements an SDM Field that is an array of SDM messages |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldString | Implements an SDM Field of type String |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayString | Implements an SDM Field that is an array of Strings |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldTimestamp | Implements an SDM Field of type Timestamp |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayTimestamp | Implements an SDM Field that is an array of Timestamps |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldUint16 | Implements an unsigned 16 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint16 | Implements an SDM Field that is an array of unsigned 16 bit integers |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldUint32 | Implements an unsigned 32 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint32 | Implements an SDM Field that is an array of unsigned 32 bit integers |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldUint64 | Implements an unsigned 64 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint64 | Implements an SDM Field that is an array of unsigned 64 bit integers |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldUint8 | Implements an unsigned 8 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint8 | Implements an SDM Field that is an array of unsigned 8 bit integers |
►Ccom.latencybusters.lbm.sdm.LBMSDMFieldUnicode | Implements an SDM Field of type unicode string |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUnicode | Implements an SDM Field that is an array of unicode strings |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldBlob | Implements an SDM Field of type BLOB (Binary Large OBject) |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldBool | Implements an SDM Field of type boolean |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldDecimal | Implements an SDM Field of type Decimal |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldFloat | Implements an SDM Field of type Float |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldInt16 | Implements an 16 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldInt32 | Implements an 32 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldInt64 | Implements an 64 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldInt8 | Implements an 8 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldMessage | Implements an SDM Field that encapsulates an SDM message |
Ccom.latencybusters.lbm.sdm.LBMSDMFields | LBMSDMFields is a utility class for LBMSDMessage to collect a set of fields. The intent of separating the set of fields from LBMSDMessage is to encourage reuse of the field set |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldsAttribute | LBMSDMFieldsAttribute define the attributes used by LBMSDMFields. Currently the only option is to set the number of preallocated fields on a field set (message). In the future, other options will be added |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldString | Implements an SDM Field of type String |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldTimestamp | Implements an SDM Field of type Timestamp |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldUint16 | Implements an unsigned 16 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldUint32 | Implements an unsigned 32 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldUint64 | Implements an unsigned 64 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldUint8 | Implements an unsigned 8 bit integer SDM Field |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldUnicode | Implements an SDM Field of type unicode string |
Ccom.latencybusters.lbm.sdm.LBMSDMRawBlob | An LBMSDMRawBlob is a helper class to minimise the effort of formatting and parsing Binary Large OBjects (BLOBs) |
Ccom.latencybusters.lbm.sdm.LBMSDMRawDecimal | An LBMSDMRawDecimal is a helper class to minimise the effort of formatting and parsing Decimals |
Ccom.latencybusters.lbm.sdm.LBMSDMRawTimestamp | An LBMSDMRawTimestamp is a helper class to minimise the effort of formatting and parsing Timestamps. A Timestamp is the number of seconds and microseconds since Unix epoch |
Ccom.latencybusters.lbm.sdm.LBMSDMRawUint32 | An LBMSDMRawUint32 is a helper class to minimise the effort of formatting and parsing unsigned 32 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMRawUint64 | An LBMSDMRawUint64 is a helper class to minimise the effort of formatting and parsing unsigned 64 bit integers |
►CIDisposable | |
Ccom.latencybusters.lbm.LBMContext | Creates an LBM context |
Ccom.latencybusters.lbm.LBMContextAttributes | Encapsulates the set of default LBM context attributes |
Ccom.latencybusters.lbm.LBMContextStatistics | LBM Context Statistics |
Ccom.latencybusters.lbm.LBMEventQueue | LBM Event Queue class. This class may be subclassed to override the default event queue monitoring method or an LBMEventQueueCallback interface may be specified to handle the monitor callback |
Ccom.latencybusters.lbm.LBMEventQueueAttributes | Encapsulates the set of default LBM event queue attributes |
Ccom.latencybusters.lbm.LBMEventQueueStatistics | UM event queue statistics. These are statistics for messages and other events that enter and exit the event queue. NOTE: Specific count-enable options must sometimes be enabled for these statistics to populate |
Ccom.latencybusters.lbm.LBMHFXAttributes | Encapsulates the set of default LBM HFX attributes |
Ccom.latencybusters.lbm.LBMHotFailoverReceiver | LBM Hot-Failover Receiver class |
Ccom.latencybusters.lbm.LBMImmediateMessageReceiverStatistics | UM Receiver Transport Statistics |
Ccom.latencybusters.lbm.LBMImmediateMessageSourceStatistics | UM context immediate message source transport statistics |
Ccom.latencybusters.lbm.LBMMessage | |
Ccom.latencybusters.lbm.LBMMonitorReceiver | LBM Monitor Receiver class |
Ccom.latencybusters.lbm.LBMMonitorSource | LBM Monitor Source class |
►Ccom.latencybusters.lbm.LBMReceiver | LBM Receiver class |
Ccom.latencybusters.lbm.LBMHotFailoverReceiver | LBM Hot-Failover Receiver class |
Ccom.latencybusters.lbm.LBMReceiverAttributes | Encapsulates the set of default LBM receiver attributes |
Ccom.latencybusters.lbm.LBMReceiverStatistics | LBM Receiver Transport Statistics |
Ccom.latencybusters.lbm.LBMRequest | LBM Request class |
►Ccom.latencybusters.lbm.LBMSource | LBM Source class |
Ccom.latencybusters.lbm.LBMHotFailoverSource | LBM Hot-Failover Source class |
Ccom.latencybusters.lbm.LBMSourceAttributes | Encapsulates the set of default LBM source attributes |
Ccom.latencybusters.lbm.LBMSourceStatistics | LBM Source Transport Statistics |
Ccom.latencybusters.lbm.LBMTimer | LBM Timer class |
Ccom.latencybusters.lbm.LBMWildcardReceiver | LBM Wildcard Receiver class |
Ccom.latencybusters.lbm.LBMWildcardReceiverAttributes | Encapsulates the set of default LBM wildcard receiver attributes |
Ccom.latencybusters.lbm.LBMXSP | LBM XSP class |
Ccom.latencybusters.lbm.LBMXSPAttributes | Encapsulates the set of default LBM XSP attributes |
Ccom.latencybusters.lbm.UMEMessageAck | UMEMessageAck class. Use this object to send explicit acks |
►CIEnumerable | |
Ccom.latencybusters.lbm.LBMMessageProperties | Represents a collection of properties contained in an LBMMessage object |
►CIEnumerator | |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayBlob | Implements an SDM Field that is an array of BLOBs (Binary Large OBjects) |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayBool | Implements an SDM Field that is an array of Booleans |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayDecimal | Implements an SDM Field that is an array of Decimals |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayDouble | Implements an SDM Field that is an array of Doubles |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayFloat | Implements an SDM Field that is an array of Floats |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt16 | Implements an SDM Field that is an array of 16 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt32 | Implements an SDM Field that is an array of 32 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt64 | Implements an SDM Field that is an array of 64 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayInt8 | Implements an SDM Field that is an array of 8 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayMessage | Implements an SDM Field that is an array of SDM messages |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayString | Implements an SDM Field that is an array of Strings |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayTimestamp | Implements an SDM Field that is an array of Timestamps |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint16 | Implements an SDM Field that is an array of unsigned 16 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint32 | Implements an SDM Field that is an array of unsigned 32 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint64 | Implements an SDM Field that is an array of unsigned 64 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUint8 | Implements an SDM Field that is an array of unsigned 8 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMArrayUnicode | Implements an SDM Field that is an array of unicode strings |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldIterator | An iterator for field sets. This allows applications to iterate over every field in an SDM message/field set |
Ccom.latencybusters.pdm.PDMFieldIterator | The PDMFieldIterator is used to iterate through each PDMField in a PDMMessage. Check isValueSet() before accessing its value to determine if the PDMField has been set |
Ccom.latencybusters.lbm.JMSMessageId | JMSMessageID class. This object creates a JMS MessageId |
Ccom.latencybusters.lbm.LBM | LBM Utility class |
Ccom.latencybusters.lbm.LBMConfigOption | LBM Option class |
Ccom.latencybusters.lbm.LBMContextEvent | Encapsulates LBM Context Events |
Ccom.latencybusters.lbm.LBMGenericObjectPool< T > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMContextSourceEvent > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMContextStatistics > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMEventQueueStatistics > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMImmediateMessageReceiverStatistics > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMImmediateMessageSourceStatistics > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMMessage > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMReceiverStatistics > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMSourceEvent > | |
Ccom.latencybusters.lbm.LBMGenericObjectPool< com.latencybusters.lbm.LBMSourceStatistics > | |
Ccom.latencybusters.lbm.LBMHFX | Creates an LBM HFX object |
Ccom.latencybusters.lbm.LBMHFXReceiver | The LBMHFXReceiver object is used to associate an LBMHFX object with an LBMContext. Messages are delivered by each LBMHFXReceiver to the LBMHFX object, which handles dropping duplicates and ordering messages |
Ccom.latencybusters.lbm.LBMMessageChannelInfo | Encapsulates information about channel data send with a message |
Ccom.latencybusters.lbm.LBMMessageProperty | Represents a key-value pair included with an LBMMessage object |
Ccom.latencybusters.lbm.LBMMonitor | LBM Monitor class |
Ccom.latencybusters.lbm.LBMNewTransportInfo | LBM New Transport Info class |
Ccom.latencybusters.lbm.LBMObjectDisposer< T > | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMContextSourceEvent > | |
Ccom.latencybusters.lbm.LBMContextSourceEventObjectDisposer | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMContextStatistics > | |
Ccom.latencybusters.lbm.LBMContextStatisticsObjectDisposer | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMEventQueueStatistics > | |
Ccom.latencybusters.lbm.LBMEventQueueStatisticsObjectDisposer | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMImmediateMessageReceiverStatistics > | |
Ccom.latencybusters.lbm.LBMImmediateMessageReceiverStatisticsObjectDisposer | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMImmediateMessageSourceStatistics > | |
Ccom.latencybusters.lbm.LBMImmediateMessageSourceStatisticsObjectDisposer | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMMessage > | |
Ccom.latencybusters.lbm.LBMMessageObjectDisposer | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMReceiverStatistics > | |
Ccom.latencybusters.lbm.LBMReceiverStatisticsObjectDisposer | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMSourceEvent > | |
Ccom.latencybusters.lbm.LBMSourceEventObjectDisposer | |
►Ccom.latencybusters.lbm.LBMObjectDisposer< LBMSourceStatistics > | |
Ccom.latencybusters.lbm.LBMSourceStatisticsObjectDisposer | |
Ccom.latencybusters.lbm.LBMObjectFactory< T > | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMContextSourceEvent > | |
Ccom.latencybusters.lbm.LBMContextSourceEventObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMContextStatistics > | |
Ccom.latencybusters.lbm.LBMContextStatisticsObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMEventQueueStatistics > | |
Ccom.latencybusters.lbm.LBMEventQueueStatisticsObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMImmediateMessageReceiverStatistics > | |
Ccom.latencybusters.lbm.LBMImmediateMessageReceiverStatisticsObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMImmediateMessageSourceStatistics > | |
Ccom.latencybusters.lbm.LBMImmediateMessageSourceStatisticsObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMMessage > | |
Ccom.latencybusters.lbm.LBMMessageObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMReceiverStatistics > | |
Ccom.latencybusters.lbm.LBMReceiverStatisticsObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMSourceEvent > | |
Ccom.latencybusters.lbm.LBMSourceEventObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectFactory< LBMSourceStatistics > | |
Ccom.latencybusters.lbm.LBMSourceStatisticsObjectFactory | |
►Ccom.latencybusters.lbm.LBMObjectRecyclerBase | |
Ccom.latencybusters.lbm.LBMObjectRecycler | Basic implementation of an object recycler that implements all supported LBM object types. The size limits for the object pools for each object type can be tuned and should be set immediately after instantiating the class and before using any instance of the class. This implementation is synchronized on a per object type basis(doneWithMessage/retrieveMessage, doneWithReceiverStatistics/retrieveReceiverStatistics, etc) via a thread local pool of objects and a synchronized shared pool of objects |
Ccom.latencybusters.lbm.LBMOperationCompleteCallback | LBMOperationCompleteCallback class |
Ccom.latencybusters.lbm.LBMResolverEvent | LBMResolverEvent |
Ccom.latencybusters.lbm.LBMResolverEventAdvertisement | |
►Ccom.latencybusters.lbm.sdm.LBMSDM | Class LBMSDM is the parent class from which the core SDM functionality derives. See Self Describing Messaging for general information on SDM |
Ccom.latencybusters.lbm.sdm.LBMSDMessage | LBMSDMessage is the main class for managing an LBM SDM message. It heavily relies on class LBMSDMFields to collect LBMSDMField and LBMSDMArray classes in to a message. LBMSDMessage is the primary interface for applications |
Ccom.latencybusters.lbm.sdm.LBMSDMField | LBMSDMField is the base class for all LBM SDM field types. All base LBM SDM field types use the naming convention LBMSDMField(Type). Field arrays are subclasses of the respective field class and use the naming convention LBMSDMArray(Type). LBMSDMRaw(BaseType) is used as the naming convention for raw data types where needed and support the respective LBMSDMField(Type) classes |
Ccom.latencybusters.lbm.sdm.LBMSDMFields | LBMSDMFields is a utility class for LBMSDMessage to collect a set of fields. The intent of separating the set of fields from LBMSDMessage is to encourage reuse of the field set |
Ccom.latencybusters.lbm.sdm.LBMSDMFieldsAttribute | LBMSDMFieldsAttribute define the attributes used by LBMSDMFields. Currently the only option is to set the number of preallocated fields on a field set (message). In the future, other options will be added |
►Ccom.latencybusters.lbm.sdm.LBMSDMRaw | LBMSDMRaw is the base class for raw data type classes. Raw data type classes are used to hide the hardware or language idiosyncrasies from the main classes. For example, Java does not natively support unsigned data types. Derived classes of LBMSDMRaw allow these idiosyncrasies to be minimised |
Ccom.latencybusters.lbm.sdm.LBMSDMRawBlob | An LBMSDMRawBlob is a helper class to minimise the effort of formatting and parsing Binary Large OBjects (BLOBs) |
Ccom.latencybusters.lbm.sdm.LBMSDMRawDecimal | An LBMSDMRawDecimal is a helper class to minimise the effort of formatting and parsing Decimals |
Ccom.latencybusters.lbm.sdm.LBMSDMRawDouble | An LBMSDMRawDouble is a helper class to minimise the effort of formatting and parsing Doubles |
Ccom.latencybusters.lbm.sdm.LBMSDMRawFloat | An LBMSDMRawFloat is a helper class to minimise the effort of formatting and parsing Floats |
Ccom.latencybusters.lbm.sdm.LBMSDMRawInt64 | An LBMSDMRawInt64 is a helper class to minimise the effort of formatting and parsing 64 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMRawTimestamp | An LBMSDMRawTimestamp is a helper class to minimise the effort of formatting and parsing Timestamps. A Timestamp is the number of seconds and microseconds since Unix epoch |
Ccom.latencybusters.lbm.sdm.LBMSDMRawUint16 | An LBMSDMRawUint16 is a helper class to minimise the effort of formatting and parsing unsigned 16 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMRawUint32 | An LBMSDMRawUint32 is a helper class to minimise the effort of formatting and parsing unsigned 32 bit integers |
Ccom.latencybusters.lbm.sdm.LBMSDMRawUint64 | An LBMSDMRawUint64 is a helper class to minimise the effort of formatting and parsing unsigned 64 bit integers |
Ccom.latencybusters.lbm.LBMSourceChannelInfo | LBM Source Channel Info class |
►Ccom.latencybusters.lbm.LBMSourceEvent | Encapsulates LBM Source Events |
Ccom.latencybusters.lbm.LBMContextSourceEvent | Encapsulates an LBM context-level source event |
Ccom.latencybusters.lbm.LBMSourceEventFlightSizeNotification | LBM Source Event Flight Size Notification class. Contains type and state of current flight size |
Ccom.latencybusters.lbm.LBMSourceEventSequenceNumberInfo | LBM Source Event Sequence Number Info class |
Ccom.latencybusters.lbm.LBMSourceEventTimestampInfo | UME Source Event Ack Info class |
Ccom.latencybusters.lbm.LBMSourceEventWakeupInfo | Class containing information about a source wakeup event |
Ccom.latencybusters.lbm.LBMSourceSendExInfo | LBM Source Send Extended Info class |
►Ccom.latencybusters.lbm.LBMStatistics | UM Transport Statistics base class |
Ccom.latencybusters.lbm.LBMContextStatistics | LBM Context Statistics |
Ccom.latencybusters.lbm.LBMEventQueueStatistics | UM event queue statistics. These are statistics for messages and other events that enter and exit the event queue. NOTE: Specific count-enable options must sometimes be enabled for these statistics to populate |
Ccom.latencybusters.lbm.LBMImmediateMessageReceiverStatistics | UM Receiver Transport Statistics |
Ccom.latencybusters.lbm.LBMImmediateMessageSourceStatistics | UM context immediate message source transport statistics |
Ccom.latencybusters.lbm.LBMReceiverStatistics | LBM Receiver Transport Statistics |
Ccom.latencybusters.lbm.LBMSourceStatistics | LBM Source Transport Statistics |
Ccom.latencybusters.lbm.LBMTopic | LBM Topic class. It is recommended that topic objects be instantiated from the context factory methods allocTopic() and lookupTopic() (for sources and receivers respectively) |
Ccom.latencybusters.lbm.LBMTransportSourceInfo | Class that is passed to the source cost callback with source transport information |
Ccom.latencybusters.lbm.LBMUMMInfo | LBM UMM options class |
Ccom.latencybusters.pdm.PDMDecimal | A representation of a decimal with an exponent and mantissa (in the form: a x 10^b) |
Ccom.latencybusters.pdm.PDMDefinition | The message definition class that needs to be populated and finalized before using in a PDMMessage |
Ccom.latencybusters.pdm.PDMDefinitionCache | A cache to store PDMDefinitions by their id and version |
Ccom.latencybusters.pdm.PDMDeserializer | Used to deserialize bytes into the appropriate type |
Ccom.latencybusters.pdm.PDMField | 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 |
Ccom.latencybusters.pdm.PDMFieldInfo | A handle to field information returned from a PDMDefinition that is used when adding a field value to a PDMMessage |
Ccom.latencybusters.pdm.PDMFieldType | PDMFieldType enumeration used when adding field information to a PDMDefinition |
Ccom.latencybusters.pdm.PDMMessage | A PDM message consists of a definition and the corresponding optional and required fields as specified by the definition. Use PDMMessage#toBytes() to serialize a message to bytes or PDMMessage#parse(byte[]) to deserialize a message from bytes |
Ccom.latencybusters.pdm.PDMMessageHeader | The message header is the class used internally to represent the header of a PDM message |
Ccom.latencybusters.pdm.PDMOffsetTable | The PDMOffsetTable is used internally by a PDMMessage when optional or variable fields are set and then is written on the wire as field id and offset into the data segment |
Ccom.latencybusters.pdm.PDMSection | The PDMSection class is an internal class used as a wrapper around the byte buffer to store a PDMField's value |
Ccom.latencybusters.pdm.PDMSegmentHeader | The chained segment header is the internal PDM header class used by the different PDM segments of a message. It includes a next header type as well as the length of its corresponding segment |
Ccom.latencybusters.pdm.PDMSerializer | Used to serialize a type into an array of bytes |
Ccom.latencybusters.pdm.PDMTimestamp | A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch |
Ccom.latencybusters.lbm.UMEDeregistrationCompleteInfo | UME Deregistration Complete Info class |
Ccom.latencybusters.lbm.UMEDeregistrationSuccessInfo | UME Deregistration Success Info class |
Ccom.latencybusters.lbm.UMEReceiverLivenessCallbackInfo | Class that is passed to the receiver liveness creation and deletion callback with receiver information |
Ccom.latencybusters.lbm.UMERecoverySequenceNumberCallbackInfo | UME Recovery sequence number callback info class |
Ccom.latencybusters.lbm.UMERegistrationCompleteInfo | UME Registration Complete Info class |
Ccom.latencybusters.lbm.UMERegistrationIdExCallbackInfo | UME Registration ID Extended Callback Info class |
Ccom.latencybusters.lbm.UMERegistrationSuccessInfo | UME Registration Success Info class |
Ccom.latencybusters.lbm.UMESourceEventAckInfo | UME Source Event Ack Info class |
Ccom.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo | UME Source Event Deregistration Complete Info class |
Ccom.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo | UME Source Event Deregistration Success Info class |
Ccom.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo | UME Source Event Registration Complete Info class |
Ccom.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo | UME Source Event Registration Success Info class |
Ccom.latencybusters.lbm.UMEStoreEntry | UME Store Entry class |
Ccom.latencybusters.lbm.UMEStoreGroupEntry | UME Store Group Entry class |
Ccom.latencybusters.lbm.UMQIndexInfo | UMQIndexInfo class |
Ccom.latencybusters.lbm.UMQMessageId | UMQ Message ID class. Contains information required to identify a UMQ message |
Ccom.latencybusters.lbm.UMQMessageTotalLifetimeInfo | UMQMessageTotalLifetimeInfo class |
►Ccom.latencybusters.lbm.UMQQueueInfo | Base class for UMQ info objects associated with a queue. This class encapsulates the basic information required for any UMQ info object that is associated with a queue, namely the identifying information for the queue (Id and Name) and a set of flags to indicate other information contained in the object |
Ccom.latencybusters.lbm.UMQContextEventRegistrationCompleteInfo | Class containing information about UMQ Registration Complete Context Events. This info object is delivered with a UMQ Registration Complete Context Event, containing information identifying the queue and registration id associated with the registration complete event |
Ccom.latencybusters.lbm.UMQDeregistrationCompleteInfo | UMQ Deregistration Complete Info class. Contains extended information for UMQ receiver deregistration complete messages. This info object is supplied with a message indicating the a receiver has successfully deregistered with a queue |
Ccom.latencybusters.lbm.UMQIndexAssignmentEligibilityStartCompleteInfo | UMQ Index Assignment Eligibility Start Complete Info class. Contains extended information for UMQ receiver index assignment eligibility start complete messages. This info object is supplied with a message indicating the a receiver is now eligible for new index assignments from a queue |
Ccom.latencybusters.lbm.UMQIndexAssignmentEligibilityStopCompleteInfo | UMQ Index Assignment Eligibility Stop Complete Info class. Contains extended information for UMQ receiver index assignment eligibility stop complete messages. This info object is supplied with a message indicating the a receiver is now no longer eligible for new index assignments from a queue |
►Ccom.latencybusters.lbm.UMQQueueIndexInfo | UMQQueueIndexInfo class |
Ccom.latencybusters.lbm.UMQIndexAssignedInfo | Class containing information about UMQ index assignment events. This info object is delivered with a UMQ Index Assigned receiver event, containing information identifying the queue, queue instance, and index information associated with the index assigned event |
Ccom.latencybusters.lbm.UMQIndexReleasedInfo | Class containing information about UMQ index released events. This info object is delivered with a UMQ Index Released receiver event, containing information identifying the queue, queue instance, and index information associated with the index released event |
►Ccom.latencybusters.lbm.UMQQueueInstanceInfo | Base class for UMQ info objects associated with a queue instance. This class encapsulates the information required for any UMQ info object that is associated with a queue instance. This includes both the information required to identify the queue (Id and Name) as well as the information needed to identify the queue instance (Index and Name) |
Ccom.latencybusters.lbm.UMQContextEventRegistrationSuccessInfo | Class containing information about UMQ Registration Success Context Events. This info object is delivered with a UMQ Registration Success Context Event, containing information identifying the queue, queue instance, and registration id associated with the registration success event |
Ccom.latencybusters.lbm.UMQSourceEventAckInfo | UMQ Stability Ack Info class. This info object is delivered with a source event indicating that a message is stable (i.e. has been acknowledged by a queue instance) |
Ccom.latencybusters.lbm.UMQRegistrationCompleteInfo | UMQ Registration Complete Info class. Contains extended information for UMQ receiver registration complete messages |
Ccom.latencybusters.lbm.UMQSourceEventRegistrationCompleteInfo | UMQ Source Event Registration Complete Info class. This info object is delivered with a source event indicating that registration is complete to all involved queue instances |
Ccom.latencybusters.lbm.UMQSourceEventMessageIdInfo | This class encapsulates information about a message sent to a queue. An object of type UMQSourceEventMessageIdInfo will be delivered with a source event of type LBM.SRC_EVENT_UMQ_MESSAGE_ID_INFO to notify the application of the message id that has been assigned to the message by the queue |
►Ccom.latencybusters.lbm.UMQSourceEventULBReceiverInfo | UMQ ULB Receiver Info class. This info object is both delivered with a source event and acts as a base class for other ULB source events. In both cases, this object holds information about a ULB receiver |
Ccom.latencybusters.lbm.UMQSourceEventULBMessageInfo | UMQ ULB Message Info class. This info object is delivered with a source event indicating that a ULB message has been assigned, consumed, discarded, etc |