- begin_date - Variable in class COM.activesw.api.client.BrokerSSLCertificate
-
- BEGIN_NEW_TRANSACTION - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
-
- beginAdapterTransaction(String, int, String[], boolean) - Method in class COM.activesw.api.client.BrokerClient
-
Publishes an Adapter::beginTransaction event for the given transaction ID.
- beginTransaction(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Starts a transaction.
- beginTransaction(String, int, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Starts a transaction.
- BROKER_EXCEPTION_SET_DIAG_FILE - Static variable in exception COM.activesw.api.client.BrokerException
-
Broker Java API diagnostic tracing can now be redirected to a file via the Java System property "brokerexc.diagfile" .
- BROKER_EXCEPTION_SET_DIAG_LEVEL - Static variable in exception COM.activesw.api.client.BrokerException
-
BrokerException.setDiagnostics(...) can now be set via the Java System property "brokerexc.setdiag" .
- broker_host - Variable in class COM.activesw.api.client.BrokerEvent
-
- broker_name - Variable in class COM.activesw.api.client.BrokerEvent
-
- broker_port - Variable in class COM.activesw.api.client.BrokerEvent
-
- BrokerBadStateException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an API call is made that conflicts with the current system state.
- BrokerCallback - Interface in COM.activesw.api.client
-
This class is implemented by any object which needs to be registered for Information Broker event callbacks.
- BrokerClient - Class in COM.activesw.api.client
-
Representation of an Information Broker client.
- BrokerClient(String, String, String, String, String, BrokerConnectionDescriptor) - Constructor for class COM.activesw.api.client.BrokerClient
-
Creates a client.
- BrokerClient(String, String, String, BrokerConnectionDescriptor) - Constructor for class COM.activesw.api.client.BrokerClient
-
Protected reconnect constructor.
- BrokerClientContentionException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when client contention is detected.
- BrokerClientExistsException - Exception in COM.activesw.api.client
-
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.
- BrokerClientPoll - Class in COM.activesw.api.client
-
This class is a data structure used to describe client poll information.
- BrokerClientPoll(BrokerClient, int, Object) - Constructor for class COM.activesw.api.client.BrokerClientPoll
-
Create a client poll object.
- BrokerClientQueueBrowser - Class in COM.activesw.api.client
-
This class provides queue browsing capabilities to view events from client queue.
- BrokerClientQueueBrowserException - Exception in COM.activesw.api.client
-
This exception is thrown by queue browser methods when an operation on a BrokerClientQueueBrowser (including the locked) fails.
- BrokerClientQueueBrowserInfo - Class in COM.activesw.api.client
-
This class holds details of a client queue browser.
- BrokerClientQueueBrowserInfo() - Constructor for class COM.activesw.api.client.BrokerClientQueueBrowserInfo
-
- BrokerClientQueueBrowserInfo(String, String, int, boolean, boolean, int) - Constructor for class COM.activesw.api.client.BrokerClientQueueBrowserInfo
-
- BrokerClusterPublisher - Class in COM.activesw.api.client
-
- BrokerClusterPublisher(String, String, String, String, String, BrokerConnectionDescriptor, BrokerConnectionDescriptor) - Constructor for class COM.activesw.api.client.BrokerClusterPublisher
-
Creates a BrokerClusterPublisher.
- BrokerClusterPublisherException - Exception in COM.activesw.api.client
-
This exception is thrown by BrokerClusterPublisher methods when an error occurs while invoking methods on BrokerClusterPublisher object.
- BrokerCommFailureException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a network communications failure occurs.
- BrokerConnectionCallback - Interface in COM.activesw.api.client
-
This class is implemented by any object which needs to be registered for client connection callbacks.
- BrokerConnectionClosedException - Exception in COM.activesw.api.client
-
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 - Class in COM.activesw.api.client
-
This class provides a way to configure the connection which a BrokerClient object uses.
- BrokerConnectionDescriptor() - Constructor for class COM.activesw.api.client.BrokerConnectionDescriptor
-
Create an empty connection descriptor.
- BrokerConnectionDescriptor(BrokerConnectionDescriptor) - Constructor for class COM.activesw.api.client.BrokerConnectionDescriptor
-
Copy constructor
- BrokerCorruptDataException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when internal data is discovered to be corrupt
- BrokerCPConnectionCallback - Interface in COM.activesw.api.client
-
This class is implemented by any object which needs to be registered for cluster publisher connection callbacks.
- BrokerCPSelectionCallback - Interface in COM.activesw.api.client
-
This class is implemented by any object which implements a cluster publisher selection callback for cluster operations.
- BrokerDate - Class in COM.activesw.api.client
-
This class provides a powerful and flexible date/time system for use with the Java client API.
- BrokerDate() - Constructor for class COM.activesw.api.client.BrokerDate
-
Create an empty date.
- BrokerDate(int, int, int) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create with the date set.
- BrokerDate(int, int, int, int, int, int, int) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create with the date and time set.
- BrokerDate(int, int, int, int, int, int, int, boolean) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create with the date and time set.
- BrokerDate(Calendar) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create using a Java Calendar.
- BrokerDate(Calendar, boolean) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create using a Java Calendar.
- BrokerDate(Date) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create using a Java Date.
- BrokerDate(Date, boolean) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create using a Java Date.
- BrokerDate(BrokerDate) - Constructor for class COM.activesw.api.client.BrokerDate
-
Copy constructor.
- BrokerDate(String) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create from date string using the a date or date/time formatter for the US English locale.
- BrokerDate(String, boolean) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create from date string using the a date or date/time formatter for the US English locale.
- BrokerDate(String, Locale) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create from date string using a date/time formatter for the specified locale.
- BrokerDate(String, Locale, boolean) - Constructor for class COM.activesw.api.client.BrokerDate
-
Create from date string using a date/time formatter for the specified locale.
- BrokerEvent - Class in COM.activesw.api.client
-
Represents an Information Broker event.
- BrokerEvent(BrokerClient, String) - Constructor for class COM.activesw.api.client.BrokerEvent
-
Create an event of the appropriate type with an associated client.
- BrokerEvent(BrokerClient, String, Class) - Constructor for class COM.activesw.api.client.BrokerEvent
-
- BrokerEvent(BrokerClient, String, Object) - Constructor for class COM.activesw.api.client.BrokerEvent
-
- BrokerEvent(String, BrokerClusterPublisher) - Constructor for class COM.activesw.api.client.BrokerEvent
-
Create an event of the appropriate type with an associated client from the BrokerClusterPublisher's cluster pool.
- BrokerEvent(String, BrokerClusterPublisher, Class) - Constructor for class COM.activesw.api.client.BrokerEvent
-
- BrokerEvent(String, BrokerClusterPublisher, Object) - Constructor for class COM.activesw.api.client.BrokerEvent
-
- BrokerEvent(BrokerEvent) - Constructor for class COM.activesw.api.client.BrokerEvent
-
Copy constructor.
- BrokerException - Exception in COM.activesw.api.client
-
This class is the base exception type for all exception thrown by Information Broker client classes.
- BrokerException(int, int, int) - Constructor for exception COM.activesw.api.client.BrokerException
-
System use only.
- BrokerFailureException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an internal failure happens when communicating with the broker.
- BrokerField - Class in COM.activesw.api.client
-
This class is a data structure giving a field's type and value.
- BrokerField() - Constructor for class COM.activesw.api.client.BrokerField
-
Create an empty field object.
- BrokerField(short, Object) - Constructor for class COM.activesw.api.client.BrokerField
-
Create an field object setting both the type and value.
- BrokerFieldNotFoundException - Exception in COM.activesw.api.client
-
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 - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a field is accessed as a type other than what it really is.
- BrokerFileNotFoundException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an application tries to access a non-existant file.
- BrokerFilter - Class in COM.activesw.api.client
-
- BrokerFilter(BrokerClient, String, String) - Constructor for class COM.activesw.api.client.BrokerFilter
-
Create the filter.
- BrokerFilter(BrokerClient, String, String, Locale) - Constructor for class COM.activesw.api.client.BrokerFilter
-
Create the filter in the given locale.
- BrokerFilterParseException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an error occurs during the parsing of a filter string.
- BrokerFilterRuntimeException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an error occurs during a filter match.
- BrokerFormat - Class in COM.activesw.api.client
-
String formatting functions.
- BrokerFormat(String) - Constructor for class COM.activesw.api.client.BrokerFormat
-
Constructor.
- BrokerFormatException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an internal formating error is detected.
- BrokerHostNotFoundException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a host is not found.
- BrokerIncompatibleVersionException - Exception in COM.activesw.api.client
-
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 - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an interruption occurs.
- BrokerInvalidAcknowledgementException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an acknowledgement is determined to be invalid.
- BrokerInvalidClientException - Exception in COM.activesw.api.client
-
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 - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when the client ID specified to a call is not valid.
- BrokerInvalidClientLicenseIDException - Exception in COM.activesw.api.client
-
This exception is thrown by Broker client when supplied client license property value is empty/null.
- BrokerInvalidEventException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an attempt is made to publish an event that is not properly formed.
- BrokerInvalidEventTypeNameException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an invalid event type name is used.
- BrokerInvalidFieldNameException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an invalid field name is used.
- BrokerInvalidPlatformKeyException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when the platform key specified to a call is not valid.
- BrokerInvalidSubscriptionException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a subscription contains an invalid event type name or subscription ID.
- BrokerInvalidTxException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a name is specified which does not exist in the resource being accessed.
- BrokerInvalidTypeCacheException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an internal type caching failure occurs.
- BrokerInvalidTypeDefException - Exception in COM.activesw.api.client
-
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 - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a type is used which is not supported by the client classes.
- BrokerLockedClientQueueBrowser - Class in COM.activesw.api.client
-
This class provides queue browsing capabilities to view and modify events of a client queue.
- BrokerNoPermissionException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when access permission is denied for the operation.
- BrokerNotImplementedException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when the requested operation is not available.
- BrokerNotRunningException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when the host is available but no broker is running on that host.
- BrokerNullParameterException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a paramter value is null.
- BrokerOutOfRangeException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an out of range value is encountered.
- BrokerProtocolException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an internal protocol failure occurs.
- BrokerPublishPauseException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an internal failure happens when communicating with the broker.
- BrokerQueueBrowserException - Exception in COM.activesw.api.client
-
This exception is thrown by queue browser methods when an operation on a BrokerQueueBrowser (including the locked) fails.
- BrokerSecurityException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an error occurs with the security system.
- BrokerSSLCertificate - Class in COM.activesw.api.client
-
This class represents an SSL certificate.
- BrokerSSLCertificate() - Constructor for class COM.activesw.api.client.BrokerSSLCertificate
-
Create a certificate description.
- BrokerSSLCertificate(String, String, String, String, BrokerDate, BrokerDate) - Constructor for class COM.activesw.api.client.BrokerSSLCertificate
-
Create a certificate description.
- BrokerSubscription - Class in COM.activesw.api.client
-
This class is a data structure used to describe a subscription.
- BrokerSubscription() - Constructor for class COM.activesw.api.client.BrokerSubscription
-
Create an empty subscription object
- BrokerSubscription(String, String) - Constructor for class COM.activesw.api.client.BrokerSubscription
-
Create a subscription object with event_type_name and filter set.
- BrokerSubscription(int, String, String) - Constructor for class COM.activesw.api.client.BrokerSubscription
-
Create a subscription object setting all three parameters, sub_id, event_type_name, and filter.
- BrokerSubscriptionExistsException - Exception in COM.activesw.api.client
-
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 - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when the operation times out.
- BrokerTransactionalClient - Class in COM.activesw.api.client
-
- BrokerTransactionalClient(String, String, String, String, String, BrokerConnectionDescriptor) - Constructor for class COM.activesw.api.client.BrokerTransactionalClient
-
Creates a broker client that is transactional.
- BrokerTransactionalClient(String, String, String, BrokerConnectionDescriptor) - Constructor for class COM.activesw.api.client.BrokerTransactionalClient
-
Protected reconnect constructor.
- BrokerTxClosedException - Exception in COM.activesw.api.client
-
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 - Class in COM.activesw.api.client
-
This type is used to track broker type definitions
- BrokerTypeDef - Class in COM.activesw.api.client
-
This type is used to represent a type definition.
- BrokerUnknownBrokerNameException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a broker name is specified that does not exist on the host.
- BrokerUnknownClientGroupException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a client group name is specified that is not defined in the broker.
- BrokerUnknownClientIdException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a client ID is specified which does not exist in the broker.
- BrokerUnknownEventTypeException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when an event type name is specified which does not exist in the broker.
- BrokerUnknownInfosetException - Exception in COM.activesw.api.client
-
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 - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a platform key is specified which is not in the platform information.
- BrokerUnknownNameException - Exception in COM.activesw.api.client
-
This exception is thrown by Information Broker client methods when a name is specified which does not exist in the resource being accessed.
- browseEvents(int, int, BrokerFilterDescriptor[]) - Method in class COM.activesw.api.client.BrokerClient
-
Peek one or more events from the specified client's queue.
- browser_open - Variable in class COM.activesw.api.client.BrokerClient
-
- day - Variable in class COM.activesw.api.client.BrokerDate
-
- DEFAULT_PRIORITY - Static variable in class COM.activesw.api.client.BrokerEvent
-
- DEFAULT_TIMEOUT - Static variable in class COM.activesw.api.client.BrokerClient
-
Default timeout for Broker requests.
- defaultDescriptor - Static variable in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- deleteEvents(long[]) - Method in class COM.activesw.api.client.BrokerLockedClientQueueBrowser
-
Delete events in the queue.
- deliver(String, BrokerEvent) - Method in class COM.activesw.api.client.BrokerClient
-
Deliver one event.
- deliver(String, BrokerEvent, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Deliver one event in the given transaction.
- deliver(String, BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerClient
-
Deliver multiple events.
- deliver(String, BrokerEvent[], BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Deliver multiple events on the given transaction.
- deliver(String, BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Deliver multiple events.
- deliver(String, BrokerEvent) - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Deliver one event.
- deliver(String, BrokerEvent) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Deliver one event in the given transaction.
- deliver(String, BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Deliver multiple events on the given transaction.
- deliverAckReplyEvent(BrokerEvent, long) - Method in class COM.activesw.api.client.BrokerClient
-
Delivers an Adapter::ack event to the originator of the specified event, which is most likely a request event.
- deliverAckReplyEvent(BrokerEvent, long, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Delivers an Adapter::ack event to the originator of the specified event, which is most likely a request event for given transaction.
- deliverAckReplyEvent(BrokerEvent, long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Delivers an Adapter::ack event to the originator of the specified event, which is most likely a request event for given transaction.
- deliverErrorReplyEvent(BrokerEvent, BrokerEvent) - Method in class COM.activesw.api.client.BrokerClient
-
/** Give a single error event to the broker to all be delivered to the client that published the 'request_event'.
- deliverErrorReplyEvent(BrokerEvent, BrokerEvent, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Give a single error event to the broker to all be delivered to the client that published the 'request_event' for given transaction.
- deliverErrorReplyEvent(BrokerEvent, BrokerEvent) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Give a single error event to the broker to all be delivered to the client that published the 'request_event' for given transaction.
- deliverNullReplyEvent(BrokerEvent, String, long) - Method in class COM.activesw.api.client.BrokerClient
-
Delivers a null event of type 'reply_event_type_name' to the originator of the specified event, which is most likely a request event.
- deliverNullReplyEvent(BrokerEvent, String, long, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Delivers a null event of type 'reply_event_type_name' to the originator of the specified event, which is most likely a request event for given
transaction.
- deliverNullReplyEvent(BrokerEvent, String, long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Delivers a null event of type 'reply_event_type_name' to the originator of the specified event, which is most likely a request event for given
transaction.
- deliverPartialReplyEvents(BrokerEvent, BrokerEvent[], int, int) - Method in class COM.activesw.api.client.BrokerClient
-
Give multiple events to the broker to all be delivered to the client that published the 'request_event'.
- deliverPartialReplyEvents(BrokerEvent, BrokerEvent[], int, int, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Give multiple events to the broker to all be delivered to the client that published the 'request_event' for the given transaction.
- deliverPartialReplyEvents(BrokerEvent, BrokerEvent[], int, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Give multiple events to the broker to all be delivered to the client that published the 'request_event' for the given transaction.
- deliverReplyEvent(BrokerEvent, BrokerEvent) - Method in class COM.activesw.api.client.BrokerClient
-
Give a single event to the broker to all be delivered to the client that published the 'request_event'.
- deliverReplyEvent(BrokerEvent, BrokerEvent, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Give a single event to the broker to all be delivered to the client that published the 'request_event' for the given transaction.
- deliverReplyEvent(BrokerEvent, BrokerEvent) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Give a single event to the broker to all be delivered to the client that published the 'request_event' for the given transaction.
- deliverReplyEvents(BrokerEvent, BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerClient
-
Give multiple events to the broker to all be delivered to the client that published the 'request_event'.
- deliverReplyEvents(BrokerEvent, BrokerEvent[], BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Give multiple events to the broker to all be delivered to the client that published the 'request_event' for given transaction.
- deliverReplyEvents(BrokerEvent, BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Give multiple events to the broker to all be delivered to the client that published the 'request_event' for given transaction.
- deliverRequestAndWait(String, BrokerEvent, int) - Method in class COM.activesw.api.client.BrokerClient
-
Deliver one request event and wait for replies.
- deliverRequestAndWait(String, BrokerEvent, int) - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Deliver one request event and wait for replies.
- deliverRequestAndWait(String, BrokerEvent, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
- deliverWithAck(String, BrokerEvent[], int, long[]) - Method in class COM.activesw.api.client.BrokerClient
-
Deliver multiple events.
- deliverWithAck(String, BrokerEvent[], int, long[], BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Deliver multiple events on the given transaction.
- deliverWithAck(String, BrokerEvent[], int, long[]) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Deliver multiple events on the given transaction.
- destroy() - Method in class COM.activesw.api.client.BrokerClient
-
Destroy the client.
- destroy() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Destroy BrokerClusterPublisher.
- DIAG_NONE - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_NONE
will disable diagnostics.
- DIAG_SHOW_ALL - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_SHOW_ALL
will enable all diagnostics.
- DIAG_SHOW_ALL_ERRORS - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_SHOW_ALL_ERRORS
will enable all errors
diagnostics.
- DIAG_SHOW_FATAL_ERRORS - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_SHOW_FATAL_ERRORS
will enable all fatal errors
diagnostics.
- DIAG_SHOW_JAVA_API - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_SHOW_JAVA_API
will enable queue info
diagnostics.
- DIAG_SHOW_QUEUE_INFO - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_SHOW_QUEUE_INFO
will enable queue info
diagnostics.
- DIAG_SHOW_SOCKET_ACTIVITY - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_SHOW_SOCKET_ACTIVITY
will enable socket
activity diagnostics.
- DIAG_SHOW_SOCKET_PARSING - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_SHOW_SOCKET_PARSING
will enable socket parsing
diagnostics.
- DIAG_SHOW_SOCKET_TRAFFIC - Static variable in exception COM.activesw.api.client.BrokerException
-
Setting the
"brokerexc.setdiag" Java System property to
BrokerException.DIAG_SHOW_SOCKET_TRAFFIC
will enable socket traffic
diagnostics.
- dirty - Variable in class COM.activesw.api.client.BrokerEvent
-
- disconnect() - Method in class COM.activesw.api.client.BrokerClient
-
Disconnect the client.
- disconnect() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Disconnect BrokerClusterPublisher.
- dispatch(int) - Static method in class COM.activesw.api.client.BrokerClient
-
This function gets the next incoming event and passes it to the proper callback method.
- dispatch(int) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
-
- distinguished_name - Variable in class COM.activesw.api.client.BrokerSSLCertificate
-
- DO_NOT_ACK - Static variable in class COM.activesw.api.client.BrokerClient
-
- doesSubscriptionExist(String, String) - Method in class COM.activesw.api.client.BrokerClient
-
Checks to see if the given subscription exists.
- GET_EVENTS - Static variable in class COM.activesw.api.client.BrokerClientPoll
-
Operation bit for "get events".
- getAccessLabel() - Method in class COM.activesw.api.client.BrokerClient
-
Get the access label for this client.
- getAccessLabelHint() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the access label hint.
- getAckVolatile() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Internal use only.
- getApiVersionNumber() - Method in class COM.activesw.api.client.BrokerClient
-
Get the current api's version number.
- getApplicationName() - Method in class COM.activesw.api.client.BrokerClient
-
Get the client's application name.
- getApplicationName() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the application name.
- getAsyncExceptionListener() - Method in class COM.activesw.api.client.BrokerClient
-
Returns the asynchronous Broker exception listner.
- getAuthUserName() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the authentication user name of the descriptor
- getAutomaticReconnect() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the automatic reconnect status of the descriptor.
- getAutomaticRedeliveryCount() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the redelivery_count_auto status of the descriptor.
- getBaseTypeName() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the type name without the scope qualification.
- getBaseTypeName() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the base name (name without scope qualifier) of this event type.
- getBody() - Method in class COM.activesw.api.client.BrokerEvent
-
- getBodyIterator() - Method in class COM.activesw.api.client.BrokerEvent
-
- getBooleanField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a boolean field.
- getBooleanProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getBooleanSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a boolean sequence field.
- getBrokerClient() - Method in class COM.activesw.api.client.BrokerClientPoll
-
Get the Broker client.
- getBrokerHost() - Method in class COM.activesw.api.client.BrokerClient
-
Get the client's broker host name.
- getBrokerHost() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the broker host where this event type is defined.
- getBrokerName() - Method in class COM.activesw.api.client.BrokerClient
-
Get the client's broker name.
- getBrokerName() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the broker name where this event type is defined.
- getBrokerPort() - Method in class COM.activesw.api.client.BrokerClient
-
Get the client's broker host port.
- getBrokerPort() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the broker host port where this event type is defined.
- getBrokerSSLCertificate() - Method in class COM.activesw.api.client.BrokerClient
-
Get the secure socket certificate for the broker.
- getBrokerVersionNumber() - Method in class COM.activesw.api.client.BrokerClient
-
Get the broker's version number.
- getBrokerVersionString() - Method in class COM.activesw.api.client.BrokerClient
-
Get the broker's version string.
- getBrowserInfo() - Method in class COM.activesw.api.client.BrokerClientQueueBrowser
-
- getByteField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a byte field.
- getByteProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getByteSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a byte sequence field.
- getCanPublishNames() - Method in class COM.activesw.api.client.BrokerClient
-
Get the list of event type names which this client can publish or deliver.
- getCanPublishNames() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the list of event type names which this client can publish or deliver.
- getCanPublishTypeDefs() - Method in class COM.activesw.api.client.BrokerClient
-
Get the definitions for the the event types this client can publish or deliver.
- getCanSubscribeNames() - Method in class COM.activesw.api.client.BrokerClient
-
Get the list of event type names which this client can subscribe to or have delivered to it.
- getCanSubscribeTypeDefs() - Method in class COM.activesw.api.client.BrokerClient
-
Get the definitions for the the event types this client can subscribe to or have delivered to it.
- getCharField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a char field.
- getCharSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a char sequence field.
- getClient() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the event's client.
- getClientGroup() - Method in class COM.activesw.api.client.BrokerClient
-
Get the client's client group name.
- getClientGroup() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the client group name.
- getClientId() - Method in class COM.activesw.api.client.BrokerClient
-
Get the client's identifier.
- getClientId() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the application client identifier.
- getClientInfo() - Method in class COM.activesw.api.client.BrokerClient
-
Get the current client's information.
- getClientInfoset() - Method in class COM.activesw.api.client.BrokerClient
-
Get the infoset for this client.
- getClientLifeCycle() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Internal use only.
- getClientSSLEncryptionLevel() - Method in class COM.activesw.api.client.BrokerClient
-
Get the secure socket encryption level.
- getClientStorage() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Internal use only.
- getClientValidation() - Method in class COM.activesw.api.client.BrokerEvent
-
- getClusterPublisherInfo() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the cluster publisher info.
- getClusterPublisherStats() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the cluster publisher statistics.
- getCode() - Method in exception COM.activesw.api.client.BrokerException
-
Get the exception code.
- getConnectionDescriptor() - Method in class COM.activesw.api.client.BrokerClient
-
Get the client's connection descriptor as used when this object was created.
- getConnectionShare() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the connection share status of the descriptor.
- getConnectionShareLimit() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the maximum number of clients that may share the connection.
- getData() - Method in class COM.activesw.api.client.BrokerClientPoll
-
Get user data.
- getDateField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a date field.
- getDateSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a date sequence field.
- getDefaultBrokerPort() - Static method in class COM.activesw.api.client.BrokerClient
-
Get the default port number for connecting to brokers.
- getDefaultTimeout() - Static method in class COM.activesw.api.client.BrokerClient
-
Gets the current default timeout for Broker requests.
- getDescription() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the type's description.
- getDiagnostics() - Static method in exception COM.activesw.api.client.BrokerException
-
Get the system diagnostics level.
- getDoubleField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a double field.
- getDoubleProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getDoubleSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a double sequence field.
- getEnvelope() - Method in class COM.activesw.api.client.BrokerEvent
-
- getEnvelopeIterator() - Method in class COM.activesw.api.client.BrokerEvent
-
- getEvent(int) - Method in class COM.activesw.api.client.BrokerClient
-
Gets a single event from this client's queue.
- getEvent(int, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Gets a single event from this client's queue, that is part of the given open transaction context.
- getEvent(int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Gets a single event from this client's queue, that is part of the given open transaction context.
- getEventField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of an event field.
- getEventId() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the event ID (as set by the broker) for this event.
- getEventLogging() - Method in class COM.activesw.api.client.BrokerClient
-
- getEvents(int, int) - Method in class COM.activesw.api.client.BrokerClient
-
Gets one or more events from this client's queue.
- getEvents(int, int, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
Gets one or more events from this client's queue, that is a part of the the give open transaction context.
- getEvents(int, long, int) - Method in class COM.activesw.api.client.BrokerClient
-
The sequence number is the event to acknowledge through.
- getEvents(int, long, int, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
This request gets processed only after the given BrokerTransactionalClient is is committed.
- getEvents(int, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Gets one or more events from this client's queue, that is a part of the the give open transaction context.
- getEvents(int, long, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
This request gets processed only after the BrokerTransactionalClient is is committed.
- getEventSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of an event sequence field.
- getEventTypeDef(String) - Method in class COM.activesw.api.client.BrokerClient
-
Get the specified event type's definition.
- getEventTypeDefs(String[]) - Method in class COM.activesw.api.client.BrokerClient
-
Get the definitions for the requested event types.
- getEventTypeInfoset(String, String) - Method in class COM.activesw.api.client.BrokerClient
-
Get the specified infoset for the specified event type.
- getEventTypeInfosetNames(String) - Method in class COM.activesw.api.client.BrokerClient
-
Get the list of infosets names for an event type.
- getEventTypeInfosets(String, String[]) - Method in class COM.activesw.api.client.BrokerClient
-
Get the requested infosets for the specified event type.
- getEventTypeName() - Method in class COM.activesw.api.client.BrokerFilter
-
Get the event type name.
- getEventTypeNames() - Method in class COM.activesw.api.client.BrokerClient
-
Get the complete list of event type names from the broker.
- getEventTypeNames(String) - Method in class COM.activesw.api.client.BrokerClient
-
Get the list of event type names from the broker which are a member of the specified event type scope.
- getExternalId() - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Used by the application or an external manager to identify the context.
- getFailureCode() - Method in exception COM.activesw.api.client.BrokerFailureException
-
Get the error code.
- getFailureString() - Method in exception COM.activesw.api.client.BrokerFailureException
-
Get the fail string.
- getField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of field.
- getFieldDef(String) - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the BrokerTypeDef for a given field.
- getFieldDefInternal(String, String) - Method in class COM.activesw.api.client.BrokerTypeDef
-
- getFieldNames(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the list of field names in an event.
- getFieldNames(String) - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the list of field names in an event type.
- getFieldType(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Gets the type for the specified field.
- getFieldType(String) - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the type for a given field.
- getFilterString() - Method in class COM.activesw.api.client.BrokerFilter
-
Get the filter string.
- getFloatField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a float field.
- getFloatProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getFloatSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a float sequence field.
- getForcedReconnect() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the forced_reconnect status of the descriptor.
- getId(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
- getId() - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
used by the broker to identify the context.
- getIntegerField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of an integer field.
- getIntegerSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of an integer sequence field.
- getIntProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getJavaCalendar() - Method in class COM.activesw.api.client.BrokerDate
-
Get the date as a Java Calendar object.
- getJavaDate() - Method in class COM.activesw.api.client.BrokerDate
-
Get the date as a Java Date object.
- getJMSClientInfoset() - Method in class COM.activesw.api.client.BrokerClient
-
- getJMSEvents(int, long, int) - Method in class COM.activesw.api.client.BrokerClient
-
- getJMSEvents(int, long, int, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
-
- getJMSEvents(int, long, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
This request gets processed only after the BrokerTransactionalClient is is committed.
- getKeepAlivePeriod() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the Keep Alive Period of the descriptor.
- getKeepAliveRetryCount() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the Keep Alive Retry Count of the descriptor.
- getLastPublishSequenceNumber() - Method in class COM.activesw.api.client.BrokerClient
-
Get the highest sequence number used by this client in a publish or deliver call.
- getLastUsed() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the broker name on which the last cluster operation was executed.
- getLocale() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the locale for this connection.
- getLogAcknowledgeNames() - Method in class COM.activesw.api.client.BrokerClient
-
Get the list of event types which can be logged when clients of this client group acknowledges them.
- getLogPublishNames() - Method in class COM.activesw.api.client.BrokerClient
-
Get the list of event types that are logged when published by clients of this client's client group.
- getLongField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a long field.
- getLongProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getLongSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a long sequence field.
- getMaxResponseTime() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the Max Response Time of the descriptor.
- getMessage() - Method in exception COM.activesw.api.client.BrokerException
-
Get the message string for the exception without the error code and other information.
- getMessage(Locale) - Method in exception COM.activesw.api.client.BrokerException
-
Get the message string for the exception without the error code and other information.
- getMinorCode() - Method in exception COM.activesw.api.client.BrokerException
-
Get the exception minor code.
- getMonitorClientId() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the cluster monitor client's identifier.
- getNativeEvent() - Method in class COM.activesw.api.client.BrokerEvent
-
- getPlatformInfo(String) - Static method in class COM.activesw.api.client.BrokerClient
-
Get a platform info value.
- getPlatformInfoKeys() - Static method in class COM.activesw.api.client.BrokerClient
-
Get the list of platform info keys.
- getPriority() - Method in class COM.activesw.api.client.BrokerEvent
-
Gets the priority of the event.
- getPriorityOrdering() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the event priority ordering status of the descriptor.
- getProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getPropertyNames(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the list of property names in an event.
- getPublishSequenceNumber() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the publishing sequence number for this event.
- getQueueLength() - Method in class COM.activesw.api.client.BrokerClient
-
Get the number of events currently in the client's queue.
- getReady() - Method in class COM.activesw.api.client.BrokerClientPoll
-
Get the poll's ready operations.
- getReceiptSequenceNumber() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the receipt sequence number (as set by the broker) for this event.
- getRedeliveryCount() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the redelivery count (as set by the broker) for this event.
- getRedeliveryCountEnabled() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the redelivery_count status of the descriptor.
- getRequested() - Method in class COM.activesw.api.client.BrokerClientPoll
-
Get the poll's requested operations.
- getRetrievedSessionId() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the session id on which this event was retrieved.
- getRetrievedStatus() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the acknowledgement status of the event.
- getScopeNames() - Method in class COM.activesw.api.client.BrokerClient
-
Get the complete list of event type scope names from the broker.
- getScopeTypeName() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the scope of the event type name.
- getScopeTypeName() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the name of this event type's scope.
- getSequenceField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a sequence field.
- getSequenceFieldSize(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the size of a sequence field.
- getServerFilterCollationLocale() - Method in class COM.activesw.api.client.BrokerClient
-
Returns the active Broker Server Filter Collation locale.
- getSess() - Method in class COM.activesw.api.client.BrokerClient
-
System use only.
- getSessionFilters() - Method in class COM.activesw.api.client.BrokerClient
-
Get the current filter used for event retrieval operations.
- getSharedEventOrdering() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the shared event ordering status of the descriptor.
- getShortField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a short field.
- getShortProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getShortSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a short sequence field.
- getShortSeqFieldInternal(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
- getSocketConnectTimeout() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the socket connect timeout.
- getSocketKeepAliveEnabled() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- getSocketLinger() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the socket linger state.
- getSocketLingerTimeout() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the socket linger timeout.
- getSocketRecvBufferSize() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the inbound socket buffer size.
- getSocketSendBufferSize() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the outbound socket buffer size.
- getSocketTcpNoDelay() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the socket setting of Nagle's algorithm.
- getSSLCertificate(String, String, String) - Static method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the SSL certificate for a specific distinguished name from a certificate file.
- getSSLCertificate(String, String, KeystoreType, TruststoreType, String) - Static method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the SSL certificate for a specific distinguished name from a certificate file.
- getSSLCertificateDns(String, String) - Static method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the list of distinguished names from a certificate file.
- getSSLCertificateDns(String, String, KeystoreType, TruststoreType, String) - Static method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the list of distinguished names from a certificate file.
- getSSLCertificateFile() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- getSSLCipherSuites() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- getSSLDistinguishedName() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the secure socket layer (SSL) distinguished name.
- getSSLEncrypted() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the secure socket layer encryption flag.
- getSSLEncryptionLevel() - Static method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the SSL encryption level that this library is capable of.
- getSSLKeystore() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- getSSLKeystoreType() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Returns the keystore type set on the connection descriptor.
- getSSLProvider() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- getSSLRootDns(String, String, KeystoreType, TruststoreType, String) - Static method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the list of trusted root distinguished names from a certificate file.
- getSSLTruststore() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- getSSLTruststoreType() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Returns the truststore type set on the connection descriptor.
- getStateShare() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Get the state share status of the descriptor.
- getStateShareLimit() - Method in class COM.activesw.api.client.BrokerClient
-
Get the number of clients allowed to be connected using this client ID at one time.
- getStorageObject() - Method in class COM.activesw.api.client.BrokerEvent
-
- getStorageType() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the type's storage type.
- getStringField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a string field.
- getStringProperty(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- getStringSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a string sequence field.
- getStructFieldAsEvent(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a structure field.
- getStructSeqFieldAsEvents(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a structure sequence field.
- getSubscriptionIds() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the subscription IDs for an event.
- getSubscriptions() - Method in class COM.activesw.api.client.BrokerClient
-
Get the list of open subscriptions.
- getSuspend() - Method in class COM.activesw.api.client.BrokerClientPoll
-
Get the suspend state of this poll object.
- getTag() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the event's 'tag' envelope field.
- getTerritoryName() - Method in class COM.activesw.api.client.BrokerClient
-
Get the territory name of the client's broker.
- getTerritoryName() - Method in class COM.activesw.api.client.BrokerClusterPublisher
-
Get the territory name of the client's broker.
- getTerritoryName() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the territory name where this event type is defined.
- getTimeToLive() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the type's time-to-live.
- getTokenCount() - Method in class COM.activesw.api.client.BrokerFormat
-
Returns the number of tokens.
- getTokenValue(int) - Method in class COM.activesw.api.client.BrokerFormat
-
Return the value of a token.
- getTransactionTimeout() - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
- getTxTimeout(long) - Method in class COM.activesw.api.client.BrokerClient
-
- getTypeDef() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the event's type definition.
- getTypeName() - Method in class COM.activesw.api.client.BrokerEvent
-
Get the fully qualified type name.
- getTypeName() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the fully qualified name of this event type.
- getUCCharField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a unicode char field.
- getUCCharSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a unicode char sequence field.
- getUCStringField(String) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a unicode string field.
- getUCStringSeqField(String, int, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Get the value of a unicode string sequence field.
- getValidationType() - Method in class COM.activesw.api.client.BrokerTypeDef
-
Get the type's validation type.
- getWireEvent() - Method in class COM.activesw.api.client.BrokerEvent
-
- getXAResource() - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
- sec - Variable in class COM.activesw.api.client.BrokerDate
-
- seqn - Variable in exception COM.activesw.api.client.BrokerQueueBrowserException
-
- serial_number - Variable in class COM.activesw.api.client.BrokerSSLCertificate
-
- session_id - Variable in class COM.activesw.api.client.BrokerEvent
-
- setAccessLabelHint(String) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the access label hint.
- setAckVolatile(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Internal use only.
- setAsyncExceptionListener(BrokerAsyncExceptionListener) - Method in class COM.activesw.api.client.BrokerClient
-
Registers an asynchronous Broker exception listener.
- setAuthInfo(String, String) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the authentication user name and password of the descriptor
- setAutomaticControlLabel(boolean) - Method in class COM.activesw.api.client.BrokerClient
-
Enable or disable automatic setting of the _env.controlLabel field.
- setAutomaticReconnect(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the automatic reconnect status of the descriptor.
- setAutomaticRedeliveryCount(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the redelivery_count_auto status of the descriptor.
- setBooleanField(String, boolean) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a boolean field.
- setBooleanProperty(String, boolean) - Method in class COM.activesw.api.client.BrokerEvent
-
- setBooleanSeqField(String, int, int, int, boolean[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a boolean sequence field.
- setBrokerClient(BrokerClient) - Method in class COM.activesw.api.client.BrokerClientPoll
-
Set the Broker client.
- setByteField(String, byte) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a byte field.
- setByteProperty(String, byte) - Method in class COM.activesw.api.client.BrokerEvent
-
- setByteSeqField(String, int, int, int, byte[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a byte sequence field.
- setCharField(String, char) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a char field.
- setCharSeqField(String, int, int, int, char[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a char sequence field.
- setClientInfoset(BrokerEvent) - Method in class COM.activesw.api.client.BrokerClient
-
Set the infoset for this client.
- setClientLifeCycle(int) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Internal use only.
- setClientStorage(int) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Internal use only.
- setClientValidation(boolean) - Method in class COM.activesw.api.client.BrokerEvent
-
This method will enable/disable client side validation.
- setConnectionShare(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the connection share status of the descriptor.
- setConnectionShareLimit(int) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the maximum number of clients that may share the connection.
- setData(Object) - Method in class COM.activesw.api.client.BrokerClientPoll
-
Set user data.
- setDate(int, int, int) - Method in class COM.activesw.api.client.BrokerDate
-
Set the date only.
- setDateField(String, BrokerDate) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a date field.
- setDateSeqField(String, int, int, int, BrokerDate[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a date sequence field.
- setDateTime(int, int, int, int, int, int, int) - Method in class COM.activesw.api.client.BrokerDate
-
Set the date and time.
- setDateTime(int, int, int, int, int, int, int, boolean) - Method in class COM.activesw.api.client.BrokerDate
-
Set the date and time.
- setDefaultClientTimeout(int) - Static method in class COM.activesw.api.client.BrokerClient
-
Set the default timeout for broker requests.
- setDiagnostics(int) - Static method in exception COM.activesw.api.client.BrokerException
-
Set the system diagnostics level.
- setDoubleField(String, double) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a double field.
- setDoubleProperty(String, double) - Method in class COM.activesw.api.client.BrokerEvent
-
- setDoubleSeqField(String, int, int, int, double[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a double sequence field.
- setEventField(String, BrokerEvent) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of an event field.
- setEventSeqField(String, int, int, int, BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Set the value of an event sequence field.
- setField(String, short, Object) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a field.
- setField(String, BrokerField) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a field.
- setFloatField(String, float) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a float field.
- setFloatProperty(String, float) - Method in class COM.activesw.api.client.BrokerEvent
-
- setFloatSeqField(String, int, int, int, float[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a float sequence field.
- setForcedReconnect(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the forced reconnect status of the descriptor.
- setFormatMode(String, String) - Static method in class COM.activesw.api.client.BrokerFormat
-
set the mode for a format option (see above).
- setId(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
used by the broker to identify the context.
- setIntegerField(String, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of an integer field.
- setIntegerSeqField(String, int, int, int, int[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of an integer sequence field.
- setIntProperty(String, int) - Method in class COM.activesw.api.client.BrokerEvent
-
- setJavaCalendar(Calendar) - Method in class COM.activesw.api.client.BrokerDate
-
Set from a Java Calendar object.
- setJavaDate(Date) - Method in class COM.activesw.api.client.BrokerDate
-
Set from a Java Date object.
- setJavaDate(Date, boolean) - Method in class COM.activesw.api.client.BrokerDate
-
Set from a Java Date object.
- setKeepAlive(int, int, int) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the Keep Alive settings on the descriptor
- setLocale(Locale) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the locale for this connection.
- setLongField(String, long) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a long field.
- setLongProperty(String, long) - Method in class COM.activesw.api.client.BrokerEvent
-
- setLongSeqField(String, int, int, int, long[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a long sequence field.
- setModificationFlag() - Method in class COM.activesw.api.client.BrokerEvent
-
Set the modification flag.
- setNullProperty(String, String) - Method in class COM.activesw.api.client.BrokerEvent
-
- setPlatformInfo(String, String) - Static method in class COM.activesw.api.client.BrokerClient
-
Set a platform info value.
- setPriority(int) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the priority of the event.
- setPriorityOrdering(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the event priority ordering status of the descriptor.
- setPublishSequenceNumber(long) - Method in class COM.activesw.api.client.BrokerEvent
-
Set the publishing sequence number for this event.
- setReady(int) - Method in class COM.activesw.api.client.BrokerClientPoll
-
Set the poll's ready operations.
- setRedeliveryCountEnabled(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the redelivery_count status of the descriptor.
- setRequested(int) - Method in class COM.activesw.api.client.BrokerClientPoll
-
Set the poll's requested operations.
- setSequenceField(String, short, int, int, int, Object) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a sequence field.
- setSequenceFieldSize(String, int) - Method in class COM.activesw.api.client.BrokerEvent
-
Set the size of a sequence field.
- setSessionFilter(BrokerFilterDescriptor) - Method in class COM.activesw.api.client.BrokerClient
-
Set filter for event retrieval operations.
- setSessionFilters(BrokerFilterDescriptor[]) - Method in class COM.activesw.api.client.BrokerClient
-
Set filters for event retrieval operations.
- setSharedEventOrdering(String) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the shared event ordering status of the descriptor.
- setShortField(String, short) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a short field.
- setShortProperty(String, short) - Method in class COM.activesw.api.client.BrokerEvent
-
- setShortSeqField(String, int, int, int, short[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a short sequence field.
- setSocketConnectTimeout(int) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the socket connect timeout.
- setSocketKeepAliveEnabled(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- setSocketLinger(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the socket linger state.
- setSocketLingerTimeout(int) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the socket linger timeout.
- setSocketRecvBufferSize(int) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the inbound socket buffer size.
- setSocketSendBufferSize(int) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the outbound socket buffer size.
- setSocketTcpNoDelay(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Enable or disable the Nagle's algorithm on the socket.
- setSSLCertificate(String, String, KeystoreType, TruststoreType, String) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- setSSLCipherSuites(String) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- setSSLDistinguishedName(String) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- setSSLEncrypted(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the secure socket layer encryption flag.
- setSSLProvider(String) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- setStateShare(boolean) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
-
Set the state share status of the descriptor.
- setStateShareLimit(int) - Method in class COM.activesw.api.client.BrokerClient
-
Set the number of clients which can be simultaneously connected using this client ID.
- setStringField(String, String) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a string field.
- setStringFieldToSubstring(String, int, int, String) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a string field to a substring of another string.
- setStringProperty(String, String) - Method in class COM.activesw.api.client.BrokerEvent
-
- setStringSeqField(String, int, int, int, String[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a string sequence field.
- setStructFieldFromEvent(String, BrokerEvent) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a structure field.
- setStructSeqFieldFromEvents(String, int, int, int, BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a structure sequence field.
- setSuspend(boolean) - Method in class COM.activesw.api.client.BrokerClientPoll
-
Suspend or unsuspend this poll object.
- setTag(int) - Method in class COM.activesw.api.client.BrokerEvent
-
Set the event's 'tag' envelope field.
- setTime(int, int, int, int) - Method in class COM.activesw.api.client.BrokerDate
-
Set the time only.
- setTime(int, int, int, int, boolean) - Method in class COM.activesw.api.client.BrokerDate
-
Set the time only.
- setTransactionId(long, String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Associates a Broker transaction with an external identifier.
- setTransactionId(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Associates the current Broker transaction with an external identifier.
- setTransactionTimeout(int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
- setTxId(long, String) - Method in class COM.activesw.api.client.BrokerClient
-
Sets the Broker transaction's external identifier.
- setTxTimeout(int, long) - Method in class COM.activesw.api.client.BrokerClient
-
- setTypeName(String) - Method in class COM.activesw.api.client.BrokerEvent
-
- setUCCharField(String, char) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a unicode char field.
- setUCCharSeqField(String, int, int, int, char[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a unicode char sequence field.
- setUCStringField(String, String) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a unicode string field.
- setUCStringFieldToSubstring(String, int, int, String) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a unicode string field to a substring of another string.
- setUCStringSeqField(String, int, int, int, String[]) - Method in class COM.activesw.api.client.BrokerEvent
-
Sets the value of a subrange of a unicode string sequence field.
- setWireEvent(byte[]) - Method in class COM.activesw.api.client.BrokerEvent
-
- setXAResource(BrokerXAResource) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
- SHARED_ORDER_BY_PUBLISHER - Static variable in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- SHARED_ORDER_NONE - Static variable in class COM.activesw.api.client.BrokerConnectionDescriptor
-
- status - Variable in class COM.activesw.api.client.BrokerSSLCertificate
-
- stopMainLoop() - Static method in class COM.activesw.api.client.BrokerClient
-
Interrupt the current mainLoop calls.
- stopMainLoop() - Static method in class COM.activesw.api.client.BrokerTransactionalClient
-
- STORAGE_GUARANTEED - Static variable in class COM.activesw.api.client.BrokerTypeDef
-
- STORAGE_PERSISTENT - Static variable in class COM.activesw.api.client.BrokerTypeDef
-
Deprecated.
- STORAGE_VOLATILE - Static variable in class COM.activesw.api.client.BrokerTypeDef
-
- stringFromANSI(String) - Static method in class COM.activesw.api.client.BrokerEvent
-
Convert a String object which contains only ANSI 8-bit characters, to another String which contains unicode characters.
- stringToANSI(String) - Static method in class COM.activesw.api.client.BrokerEvent
-
Convert a String object to another String which only contains characters which cleanly map to ANSI 8-bit characters.
- sub_id - Variable in class COM.activesw.api.client.BrokerSubscription
-
The subscription id for this subscription.
- sub_ids - Variable in class COM.activesw.api.client.BrokerEvent
-
- suspend(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Suspend the transaction with the given external_id.
- suspend(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
-
Suspend the transaction with the given external_id.
- suspendAll(BrokerTransactionalClient[], String) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
-
Suspend the given list of current transactions.
- SYNCHRONOUS - Static variable in class COM.activesw.api.client.BrokerClient
-