Interface | Description |
---|---|
BrokerCallback |
This class is implemented by any object which needs to be registered for Information Broker event callbacks.
|
BrokerConnectionCallback |
This class is implemented by any object which needs to be registered for client connection callbacks.
|
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.
|
Class | Description |
---|---|
BrokerClient |
Representation of an Information Broker client.
|
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.
|
BrokerClientQueueBrowserInfo |
This class holds details of a client queue browser.
|
BrokerClusterPublisher | |
BrokerConnectionDescriptor |
This class provides a way to configure the connection which a BrokerClient object uses.
|
BrokerDate |
This class provides a powerful and flexible date/time system for use with the Java client API.
|
BrokerEvent |
Represents an Information Broker event.
|
BrokerField |
This class is a data structure giving a field's type and value.
|
BrokerFilter | |
BrokerFormat |
String formatting functions.
|
BrokerLockedClientQueueBrowser |
This class provides queue browsing capabilities to view and modify events of a client queue.
|
BrokerSSLCertificate |
This class represents an SSL certificate.
|
BrokerSubscription |
This class is a data structure used to describe a subscription.
|
BrokerTransactionalClient | |
BrokerTypeCache |
This type is used to track broker type definitions
|
BrokerTypeDef |
This type is used to represent a type definition.
|
Exception | Description |
---|---|
BrokerBadStateException |
This exception is thrown by Information Broker client methods when an API call is made that conflicts with the current system state.
|
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.
|
BrokerClientQueueBrowserException |
This exception is thrown by queue browser methods when an operation on a BrokerClientQueueBrowser (including the locked) fails.
|
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.
|
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.
|
BrokerCorruptDataException |
This exception is thrown by Information Broker client methods when internal data is discovered to be corrupt
|
BrokerException |
This class is the base exception type for all exception thrown by Information Broker client classes.
|
BrokerFailureException |
This exception is thrown by Information Broker client methods when an internal failure happens when communicating with the broker.
|
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.
|
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.
|
BrokerFormatException |
This exception is thrown by Information Broker client methods when an internal formating error is detected.
|
BrokerHostNotFoundException |
This exception is thrown by Information Broker client methods when a host is not found.
|
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.
|
BrokerInterruptedException |
This exception is thrown by Information Broker client methods when an interruption occurs.
|
BrokerInvalidAcknowledgementException |
This exception is thrown by Information Broker client methods when an acknowledgement is determined to be invalid.
|
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.
|
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.
|
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.
|
BrokerInvalidPlatformKeyException |
This exception is thrown by Information Broker client methods when the platform key specified to a call is not valid.
|
BrokerInvalidSubscriptionException |
This exception is thrown by Information Broker client methods when a subscription contains an invalid event type name or subscription ID.
|
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.
|
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.
|
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.
|
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.
|
BrokerQueueBrowserException |
This exception is thrown by queue browser methods when an operation on a BrokerQueueBrowser (including the locked) fails.
|
BrokerSecurityException |
This exception is thrown by Information Broker client methods when an error occurs with the security system.
|
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.
|
BrokerTimeoutException |
This exception is thrown by Information Broker client methods when the operation times out.
|
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.
|
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.
|
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.
|
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.