Class |
Description |
ADLMessages |
This class contains the messages displayed by the ADL parser.
|
ADLParser |
Handles the lexing, parsing, and errors for ADL.
|
ADLPreV3ParseException |
An exception thrown when there is a problem parsing an old export file formatted file.
|
ADLPreV3ReadFile |
Knows how to read the export file formats from before version 3.0
|
AwSSL |
The Client API to the Broker Java API SSL library defined as an interface.
|
AwSSLCertificate |
Contains the informational fields of the certificate, such as the Distinguished Names of the certified user and of the issuer, the status of the certificate,
and the begin- and end-dates of the certificate.
|
AwSSLContext |
|
AwSSLEntrust |
Implements the AwSSL interface for the Entrust.
|
AwSSLEntrustUtil |
|
AwSSLJSSE |
Implements the AwSSL interface for the Entrust.
|
AwSSLJSSEUtil |
|
AwSSLSocketInfo |
Contains the socket handle and a certificate for the server for a newly created client socket.
|
AwSSLUtil |
|
Base64 |
|
BrokerAccessControlList |
An access control list (ACL) consists of a list of names of users who should be allowed access, plus a list of names of authenticators which can issue users
their identities.
|
BrokerAdminClient |
Representation of an Information Broker administrative client.
|
BrokerAdminTypeDef |
This type is used to represent a type definition as used by admin clients.
|
BrokerAllQueueStat |
|
BrokerAsyncExceptionListener |
This class is implemented by any object which needs to be registered for asynchronous Broker exception notification.
|
BrokerAuditLogEntry |
|
BrokerAuthInfo |
This class is a data structure used to describe a Broker Client's Authentication info for each session.
|
BrokerBackupException |
This exception is thrown by Broker client methods when there are problems during a backup operation.
|
BrokerBadStateException |
This exception is thrown by Information Broker client methods when an API call is made that conflicts with the current system state.
|
BrokerBasicAuthFailureException |
This exception is thrown by Information Broker client methods when an attempt is made to create a client and that client's ID is already in use.
|
BrokerBasicAuthIdentity |
This class is a data structure used to describe a broker's Basic auth configuration.
|
BrokerBasicEnvelope |
This class is designed for use with the static API.
|
BrokerBlankParameterException |
This exception is thrown by Information Broker client methods when a paramter value is null.
|
BrokerCallback |
This class is implemented by any object which needs to be registered for Information Broker event callbacks.
|
BrokerCBData |
This class is a data structure used to describe a callback registration.
|
BrokerCBThread |
The dispatch thread used by the BrokerClient threadedCallbacks method.
|
BrokerCBWait |
This class is a data structure and callback object.
|
BrokerChangeLockInfo |
This class is a data structure used to describe the result of acquiring the broker change lock.
|
BrokerClient |
Representation of an Information Broker client.
|
BrokerClientContentionException |
This exception is thrown by Information Broker client methods when client contention is detected.
|
BrokerClientExistsException |
This exception is thrown by Information Broker client methods when an attempt is made to create a client and that client's ID is already in use.
|
BrokerClientGroupExistsException |
This exception is thrown by Information Broker client methods when an attempt is made to create a client group and that client group name is already in use.
|
BrokerClientGroupInfo |
This class is a data structure used to describe client group information.
|
BrokerClientInfo |
This class is a data structure used to describe client information.
|
BrokerClientPoll |
This class is a data structure used to describe client poll information.
|
BrokerClientQueueBrowser |
This class provides queue browsing capabilities to view events from client queue.
|
BrokerClientQueueBrowserException |
This exception is thrown by queue browser methods when an operation on a BrokerClientQueueBrowser (including the locked) fails.
|
BrokerClientQueueBrowserInfo |
This class holds details of a client queue browser.
|
BrokerClientQueueLockException |
This exception is thrown by Information Broker client methods when the specified operation cannot be affected as the BrokerClient is determined to be locked
for queue browser operations.
|
BrokerClientSession |
This class is a data structure used to describe client sessions.
|
BrokerClusterGatewayInfo |
This class stores configuration information about a cluster gateway
|
BrokerClusterInfo |
This class stores configuration information about a cluster
|
BrokerClusterPublisher |
|
BrokerClusterPublisherException |
This exception is thrown by BrokerClusterPublisher methods when an error occurs while invoking methods on BrokerClusterPublisher object.
|
BrokerCommFailureException |
This exception is thrown by Information Broker client methods when a network communications failure occurs.
|
BrokerCompleteBroker |
Holds all of the information describing a broker as far as import and export are concerned.
|
BrokerCompleteClient |
Holds all of the information describing a client as far as import and export are concerned.
|
BrokerCompleteClientGroup |
Holds all of the information describing a client groups as far as import and export are concerned.
|
BrokerCompleteCollection |
This class is used as a container to collect various Broker objects.
|
BrokerCompleteEventType |
Holds all of the information describing an event type as far as import and export are concerned.
|
BrokerCompleteServer |
Holds all of the information describing a server as far as import and export are concerned.
|
BrokerCompleteTerritory |
Holds all of the information describing a broker as far as import and export are concerned.
|
BrokerCompleteTerritoryGateway |
Holds all of the information describing a broker as far as import and export are concerned.
|
BrokerConnection |
Representation of an Information Broker connection.
|
BrokerConnectionCallback |
This class is implemented by any object which needs to be registered for client connection callbacks.
|
BrokerConnectionClosedException |
This exception is thrown by Information Broker client methods when an action is attempted on a BrokerClient which has been disconnected from the broker
previously or was disconnected during the operation.
|
BrokerConnectionDescriptor |
This class provides a way to configure the connection which a BrokerClient object uses.
|
BrokerCorruptDataException |
This exception is thrown by Information Broker client methods when internal data is discovered to be corrupt
|
BrokerCPConnectionCallback |
This class is implemented by any object which needs to be registered for cluster publisher connection callbacks.
|
BrokerCPSelectionCallback |
This class is implemented by any object which implements a cluster publisher selection callback for cluster operations.
|
BrokerCPUtil |
|
BrokerDate |
This class provides a powerful and flexible date/time system for use with the Java client API.
|
BrokerDependencyException |
This exception is thrown by Information Broker client methods when an opperation cannot be completed due to a dependency.
|
BrokerDoubleHolder |
|
BrokerEnvelope |
This class is designed for use with the static API.
|
BrokerErrorMessage |
This class is a data structure used to describe a subscription.
|
BrokerEvent |
Represents an Information Broker event.
|
BrokerEventFieldTypeMapper |
|
BrokerEventInternal |
Tool access to a BrokerEvent
|
BrokerException |
This class is the base exception type for all exception thrown by Information Broker client classes.
|
BrokerExistsException |
This exception is thrown by Information Broker client methods when an attempt is made to create a broker and that broker's name is already in use.
|
BrokerFailureException |
This exception is thrown by Information Broker client methods when an internal failure happens when communicating with the broker.
|
BrokerField |
This class is a data structure giving a field's type and value.
|
BrokerFieldNotFoundException |
This exception is thrown by Information Broker client methods when an application tries to get or set a non-existant field in an event.
|
BrokerFieldTypeMismatchException |
This exception is thrown by Information Broker client methods when a field is accessed as a type other than what it really is.
|
BrokerFileNotFoundException |
This exception is thrown by Information Broker client methods when an application tries to access a non-existant file.
|
BrokerFilter |
|
BrokerFilterDescriptor |
This class is a data structure used to describe a filter.
|
BrokerFilterParseException |
This exception is thrown by Information Broker client methods when an error occurs during the parsing of a filter string.
|
BrokerFilterRuntimeException |
This exception is thrown by Information Broker client methods when an error occurs during a filter match.
|
BrokerFilterValue |
|
BrokerFormat |
String formatting functions.
|
BrokerFormatException |
This exception is thrown by Information Broker client methods when an internal formating error is detected.
|
BrokerFormatToken |
A structure for use with the ..format...
|
BrokerForwardQueueBrowser |
This class provides queue browsing capabilities to view events from remote broker's queue.
|
BrokerHexUtil |
Library of utility methods to convert byte arrays to and from strings of hexadecimal digits.
|
BrokerHostNotFoundException |
This exception is thrown by Information Broker client methods when a host is not found.
|
BrokerInClusterException |
This exception is thrown by Information Broker client methods when a Cluster join or create operation is performed on a broker that is already in a cluster.
|
BrokerIncompatibleVersionException |
This exception is thrown by Information Broker client methods when the broker is running which is incompatible with the client class version being used.
|
BrokerInfo |
This class represents the description of a Broker.
|
BrokerInputParseException |
This exception is thrown by the ADL parser when the import file contents are invalid in some way.
|
BrokerInTerritoryException |
This exception is thrown by Information Broker client methods when a territory join or create operation is performed on a broker that is already in a
territory.
|
BrokerInterruptedException |
This exception is thrown by Information Broker client methods when an interruption occurs.
|
BrokerIntHolder |
|
BrokerInvalidAccessListException |
This exception is thrown by Information Broker client methods when the access list specified to a call is not valid.
|
BrokerInvalidAcknowledgementException |
This exception is thrown by Information Broker client methods when an acknowledgement is determined to be invalid.
|
BrokerInvalidBrokerNameException |
This exception is thrown by Information Broker client methods when the client group name specified to a call is not valid.
|
BrokerInvalidClientException |
This exception is thrown by Information Broker client methods when a BrokerClient is determined to be invalid because it has already been disconnected or
destroyed.
|
BrokerInvalidClientGroupNameException |
This exception is thrown by Information Broker client methods when the client group name specified to a call is not valid.
|
BrokerInvalidClientIdException |
This exception is thrown by Information Broker client methods when the client ID specified to a call is not valid.
|
BrokerInvalidClientLicenseIDException |
This exception is thrown by Broker client when supplied client license property value is empty/null.
|
BrokerInvalidClusterNameException |
This exception is thrown by Information Broker client methods when the Cluster name specified to a call is not valid.
|
BrokerInvalidEventException |
This exception is thrown by Information Broker client methods when an attempt is made to publish an event that is not properly formed.
|
BrokerInvalidEventTypeNameException |
This exception is thrown by Information Broker client methods when an invalid event type name is used.
|
BrokerInvalidFieldNameException |
This exception is thrown by Information Broker client methods when an invalid field name is used.
|
BrokerInvalidFilterException |
This exception is thrown by Information Broker client methods when an attempt is made to set filter for event retrieval operation and the filter expression
is bad or invalid.
|
BrokerInvalidLicenseException |
This exception is thrown by Information Broker client methods when the license string specified to a call is not valid.
|
BrokerInvalidLogConfigException |
This exception is thrown by Information Broker client methods when the log configuration specified to a call is not valid.
|
BrokerInvalidNameException |
This exception is thrown by Information Broker client methods when a name specified to a call is not valid.
|
BrokerInvalidOperationException |
This exception is thrown by Information Broker client methods when invalid operations are being performed
|
BrokerInvalidPermissionException |
This exception is thrown by Information Broker client methods when the permission information passed to a call is not valid.
|
BrokerInvalidPlatformKeyException |
This exception is thrown by Information Broker client methods when the platform key specified to a call is not valid.
|
BrokerInvalidPollOperationException |
This exception is thrown by BrokerClientPoll methods when invalid invalid poll operations are requested.
|
BrokerInvalidPortException |
This exception is thrown by Information Broker client methods when the port specified to a call is not valid.
|
BrokerInvalidSequenceNumberException |
This exception is thrown by Information Broker client methods when sequence number is determined to be invalid
|
BrokerInvalidStateException |
This exception is thrown by Information Broker client methods when operations are being performed that are not consistent with the state
|
BrokerInvalidSubscriptionException |
This exception is thrown by Information Broker client methods when a subscription contains an invalid event type name or subscription ID.
|
BrokerInvalidTerritoryNameException |
This exception is thrown by Information Broker client methods when the client group name specified to a call is not valid.
|
BrokerInvalidTxException |
This exception is thrown by Information Broker client methods when a name is specified which does not exist in the resource being accessed.
|
BrokerInvalidTypeCacheException |
This exception is thrown by Information Broker client methods when an internal type caching failure occurs.
|
BrokerInvalidTypeDefException |
This exception is thrown by Information Broker client methods when using a type definition from a client that is no longer connected to the broker or after
the type cache has been flushed.
|
BrokerInvalidTypeException |
This exception is thrown by Information Broker client methods when a type is used which is not supported by the client classes.
|
BrokerJMSEvent |
Represents an Information Broker event.
|
BrokerJoinFailureInfo |
This class is used to report failures from the BrokerAdminClient.joinTerritory() method.
|
BrokerKeystoreException |
|
BrokerLicense |
This class is used to validate runtime licenses and to parse information out of the runtime license key string.
|
BrokerLockedClientQueueBrowser |
This class provides queue browsing capabilities to view and modify events of a client queue.
|
BrokerLockedForwardQueueBrowser |
This class provides queue browsing capabilities to view and modify events of a client queue.
|
BrokerLockedQueueBrowser |
|
BrokerLockedQueueBrowserUtil |
This class provides queue browsing methods for locked queue browsing.
|
BrokerLogConfig |
A log configuration object.
|
BrokerLogConfigEntry |
This class is a data structure used to describe a log setting.
|
BrokerLongHolder |
|
BrokerMessages |
This class contains the messages displayed by the API.
|
BrokerMessages_en |
Dummy placeholder required to make the ResourceBundle.getBundle search work correctly.
|
BrokerMessages_en_US |
Dummy placeholder required to make the ResourceBundle.getBundle search work correctly.
|
BrokerMonitorClient |
Representation of a Broker Monitor client.
|
BrokerMonitorURL |
This class represents the network location of a Broker Monitor.
|
BrokerNoPermissionException |
This exception is thrown by Information Broker client methods when access permission is denied for the operation.
|
BrokerNotImplementedException |
This exception is thrown by Information Broker client methods when the requested operation is not available.
|
BrokerNotInClusterException |
This exception is thrown by Information Broker client methods when a cluster operation is performed on a broker that is not in a cluster.
|
BrokerNotInTerritoryException |
This exception is thrown by Information Broker client methods when a territory operation is performed on a broker that is not in a territory.
|
BrokerNotRunningException |
This exception is thrown by Information Broker client methods when the host is available but no broker is running on that host.
|
BrokerNullParameterException |
This exception is thrown by Information Broker client methods when a paramter value is null.
|
BrokerOutOfRangeException |
This exception is thrown by Information Broker client methods when an out of range value is encountered.
|
BrokerPacked |
Manages a packed broker event.
|
BrokerProcessInfo |
This class represents the process information for a Broker.
|
BrokerProtocolException |
This exception is thrown by Information Broker client methods when an internal protocol failure occurs.
|
BrokerPublishPauseException |
This exception is thrown by Information Broker client methods when an internal failure happens when communicating with the broker.
|
BrokerQueueBrowser |
|
BrokerQueueBrowserException |
This exception is thrown by queue browser methods when an operation on a BrokerQueueBrowser (including the locked) fails.
|
BrokerQueueBrowserImpl |
This class provides queue browsing capabilities to view events from client queue.
|
BrokerQueueBrowserInfo |
This class holds details of a queue browser.
|
BrokerReply |
This class is a data structure used to describe a reply message from the broker.
|
BrokerSecurityException |
This exception is thrown by Information Broker client methods when an error occurs with the security system.
|
BrokerSeqInfo |
This class is an internal data structure used to pass sequences around.
|
BrokerServerClient |
Representation of an Broker Server client.
|
BrokerServerConnectionCallback |
This class is implemented by any object which needs to be registered for server client connection callbacks.
|
BrokerServerInfo |
This class stores configuration and status information about a broker server.
|
BrokerServerLogEntry |
This class is a data structure used to describe server log entry information.
|
BrokerServerLogInfo |
This class is a data structure used to describe server status information.
|
BrokerSetFailureInfo |
This class is used to report failures from the BrokerAdminClient.setEventTypesAndClientGroups() method.
|
BrokerSharedEventTypeInfo |
This class stores configuration information about how an event type is shared across a territory gateway
|
BrokerSharedEventTypeRefuseUpdateInfo |
This class stores configuration information about how an event type is shared across a territory gateway
|
BrokerSSLCertificate |
This class represents an SSL certificate.
|
BrokerSSLClusterException |
|
BrokerSSLConfig |
This class is a data structure used to describe a broker's SSL configuration.
|
BrokerSSLConfigException |
|
BrokerSSLConfigV2 |
This class is a data structure used to describe a broker's SSL configuration.
|
BrokerSSLConfigV2.CRLType |
|
BrokerSSLConfigV2.KeystoreType |
|
BrokerSSLConfigV2.SSLProtocol |
|
BrokerSSLConfigV2.TruststoreType |
|
BrokerSSLGatewayException |
|
BrokerSSLIdentity |
This class is a data structure used to describe a broker's SSL identity - distinguished name (DN) and issuer distinguished name (issuer DN).
|
BrokerSSLInfo |
This class is an internal data structure used to pass sequences around.
|
BrokerSSLStatus |
This class is a data structure used to describe a broker's SSL status.
|
BrokerSSLTerritoryException |
|
BrokerSSLUtil |
|
BrokerSubscription |
This class is a data structure used to describe a subscription.
|
BrokerSubscriptionExistsException |
This exception is thrown by Information Broker client methods when an attempt is made to open a subscription which is the same as another existing
subscription.
|
BrokerTerritoryGatewayInfo |
This class stores configuration information about a territory gateway
|
BrokerTerritoryInfo |
This class stores configuration information about a territory
|
BrokerTimeoutException |
This exception is thrown by Information Broker client methods when the operation times out.
|
BrokerTraceEvent |
This class is a data structure used to describe trace event.
|
BrokerTransactionalClient |
|
BrokerTxClosedException |
This exception is thrown by Information Broker client methods when an action is attempted on a BrokerClient transaction which has been either committed or
aborted.
|
BrokerTypeCache |
This type is used to track broker type definitions
|
BrokerTypeCacheInternal |
This type is used to access the type caches
|
BrokerTypeDef |
This type is used to represent a type definition.
|
BrokerULocale |
Implements the ULocale locale tags proposal as a series of static methods.
|
BrokerULocaleContinents |
|
BrokerUnknownBrokerNameException |
This exception is thrown by Information Broker client methods when a broker name is specified that does not exist on the host.
|
BrokerUnknownClientGroupException |
This exception is thrown by Information Broker client methods when a client group name is specified that is not defined in the broker.
|
BrokerUnknownClientIdException |
This exception is thrown by Information Broker client methods when a client ID is specified which does not exist in the broker.
|
BrokerUnknownClusterException |
This exception is thrown by Information Broker client methods when a Cluster name is specified that does not exist on the Broker.
|
BrokerUnknownEventTypeException |
This exception is thrown by Information Broker client methods when an event type name is specified which does not exist in the broker.
|
BrokerUnknownInfosetException |
This exception is thrown by Information Broker client methods when an infoset name is specified which does not exist on the event type definition in the
broker.
|
BrokerUnknownKeyException |
This exception is thrown by Information Broker client methods when a platform key is specified which is not in the platform information.
|
BrokerUnknownNameException |
This exception is thrown by Information Broker client methods when a name is specified which does not exist in the resource being accessed.
|
BrokerUnknownRequestException |
This exception is thrown when a command executed on the broker server is expecting a pending request on the server, but the request is not available.
|
BrokerUnknownServerException |
This exception is thrown by Broker Monitor methods when the server specified to a call does not exist.
|
BrokerUnknownSessionIdException |
This exception is thrown by Information Broker client methods when the session ID specified to a call is not valid.
|
BrokerUnknownTerritoryException |
This exception is thrown by Information Broker client methods when a broker name is specified that does not exist on the host.
|
BrokerURL |
This class represents the network location of a Broker Server.
|
BrokerXAResource |
|
BrokerXid |
|
ClientLicenseManager |
Class to manage client license parsing.
|
ClusterBrokerInfo |
This class represents the description of a Broker in Cluster.
|
FieldNameToken |
|
FieldNameTokenizer |
|
FileLexer |
|
Goal |
Collects everything together and resolves all symbols.
|
JavaLexer |
|
JavaStrings |
|
JavaTokens |
|
KeystoreType |
This class enforces PKCS12 to be the only supported keystore format for Java client programs, JMS client programs, and the Broker admin component.
|
LexerHandler |
|
LineStringBuffer |
|
MalformedUnicodeEscapeException |
This is thrown an an error has occurred while parsing a unicode escape sequence via an input stream.
|
Message |
Represents a message, commonly an error message.
|
MessageLoader |
This class provides the convenience wrapper for the Broker APIs and Tools.
|
MessageObject |
Represents an object that reports a message.
|
MessageSet |
Description
|
MsgMatch |
|
NativeEvent |
NativeEvent
|
NativeField |
NativeField is a composite object that allows all field types- primatives, sequences, structs, and sequences of structs- to be treated uniformly so that
field access algorithms can be greatly simplified.
|
NativeFieldIterator |
Provides access to a NativeStruct via a convenient iterator interface
|
NativeFormat |
|
NativePacker |
|
NativePackerException |
|
NativeSequence |
Native Java implementation of a sequence field value
|
NativeSequenceField |
NativeSequenceField is the native representation of an n-dimensional sequence field
|
NativeStruct |
Native Java implementation of a struct field value
|
NativeType |
|
ParseException |
|
ParseMessages |
This class contains the messages displayed by the ADL parser.
|
ParseNumberException |
|
Parser |
|
Parser |
|
ParserBreak |
|
ParserBreak |
|
ParserEnumHandler |
|
ParserEnumHandler |
|
ParserError |
|
ParserError |
|
ParserKill |
|
ParserKill |
|
ParserLexer |
|
ParserLexer |
|
ParserReduceActions |
|
ParserReduceActions |
|
ParserTables |
|
ParserTables |
|
ParserToken |
|
QuickSort |
Utility class for sorting
|
QuickSortCompare |
|
ReadBuffer |
|
ReflectEvent |
|
ReflectPacker |
|
ReflectTypeDef |
|
ReflectTypeDefGenerator |
Internal use only.
|
Regexp |
|
RegexpException |
|
Region |
|
StringFilteredOutputStream |
|
StringOutputStream |
|
Token |
|
TruststoreType |
This class enforces JKS to be the only supported truststore format for Java client programs, JMS client programs, and the Broker admin component.
|
UnicodeEscapeReader |
The UnicodeEscapeReader is a filter for reading \ uxxxx encoded character streams and converting them to their unicode character equivalent.
|
UnicodeEscapeWriter |
The UnicodeEscapeWriter is a filter for translating unicode characters above the ANSI (8-bit) region into unicode escape sequences as specific by the Java
specification (\ uxxxx).
|
UtilMessages |
This class contains the messages displayed by various utility classes.
|
Version |
This class can be used to query the product version and the build attributes of the jar.
|