Skip navigation links
webMethods Broker Java Client API
Version 10.5.0.0.437 031021
A B C D E F G H I J K L M N P R S T U V W Y 

A

abort() - Method in class COM.activesw.api.client.BrokerTransactionalClient
aborts the open transaction on this client, discarding all work previously performed, and invalidates Rollback the transaction the context.
abort(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
aborts the open transaction on this client, discarding all work previously performed, and invalidates Rollback the transaction the context.
abort(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
aborts all the transactions with the given external id, discarding all work previously performed Rollback the transaction the context.
abort(String[]) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Aborts the transaction(s) which has/have the specified external_id.
abortAll(BrokerTransactionalClient[]) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
aborts the given list of open transactions, discarding all work previously performed, and invalidates the context.
abortAll(BrokerTransactionalClient[], String) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
aborts all the transactions known to this broker with the given external_id Discarding all work previously performed, This method is used in distributed transactions.
ACK_AUTOMATIC - Static variable in class COM.activesw.api.client.BrokerClient
 
ACK_NONE - Static variable in class COM.activesw.api.client.BrokerClient
 
ACK_SELECTIVE - Static variable in class COM.activesw.api.client.BrokerClient
 
ack_status - Variable in class COM.activesw.api.client.BrokerEvent
 
ACK_THROUGH - Static variable in class COM.activesw.api.client.BrokerClient
 
acknowledge(long) - Method in class COM.activesw.api.client.BrokerClient
Acknowledge the single event specified.
acknowledge(long, long) - Method in class COM.activesw.api.client.BrokerClient
Acknowledge the single event specified, under the specified transaction id.
acknowledge(long[]) - Method in class COM.activesw.api.client.BrokerClient
Acknowledge the array of events with the given seqn numbers.
acknowledge(long[], long) - Method in class COM.activesw.api.client.BrokerClient
Acknowledge the array of events with the given seqn numbers, under the specified transaction id.
acknowledge(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Acknowledge the single event specified.
acknowledge(long[]) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Acknowledge the array of events with the given seqn numbers.
acknowledgeThrough(long) - Method in class COM.activesw.api.client.BrokerClient
Acknowledges all events through the event specified.
acknowledgeThrough(long, long) - Method in class COM.activesw.api.client.BrokerClient
Acknowledges all events through the event specified, under the specified transaction id.
acknowledgeThrough(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Acknowledges all events through the event specified.
assemble(BrokerEvent, Vector) - Static method in class COM.activesw.api.client.BrokerFormat
Assemble a string from the tokens, replacing references with values from the event.
assemble(BrokerEvent, Vector, Locale) - Static method in class COM.activesw.api.client.BrokerFormat
Assemble a string from the tokens, replacing references with values from the event.
assemble(Vector) - Static method in class COM.activesw.api.client.BrokerFormat
Assemble a string from the tokens, without an event reference.
AUTO_SIZE - Static variable in class COM.activesw.api.client.BrokerEvent
 

B

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
Deprecated.
As of Java API v6.5.
BrokerEvent(BrokerClient, String, Object) - Constructor for class COM.activesw.api.client.BrokerEvent
Deprecated.
As of Java API v6.5.
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
Deprecated.
As of Java API v6.5.
BrokerEvent(String, BrokerClusterPublisher, Object) - Constructor for class COM.activesw.api.client.BrokerEvent
Deprecated.
As of Java API v6.5.
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
 

C

cancelCallbackForSubId(int) - Method in class COM.activesw.api.client.BrokerClient
Cancel the client's specific callback for a subscription id.
cancelCallbackForSubId(int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
cancelCallbackForTag(int) - Method in class COM.activesw.api.client.BrokerClient
Cancel the client's specific callback for a tag value.
cancelCallbackForTag(int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
cancelCallbacks() - Method in class COM.activesw.api.client.BrokerClient
Cancel all callbacks for the client.
cancelCallbacks() - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
cancelCheckForEvents() - Method in class COM.activesw.api.client.BrokerClient
Cancel any pending check events request on the current client session.
cancelConnectionCallback() - Method in class COM.activesw.api.client.BrokerClusterPublisher
Cancel the cluster publisher's connection callback, if any registered.
cancelGetEvents() - Method in class COM.activesw.api.client.BrokerClient
 
cancelGetEvents() - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
cancelSelectionCallback() - Method in class COM.activesw.api.client.BrokerClusterPublisher
Cancel the cluster publisher's selection callback, if any registered.
cancelSubscription(String, String) - Method in class COM.activesw.api.client.BrokerClient
Cancel a subscription with matching event type and filter.
cancelSubscription(BrokerSubscription) - Method in class COM.activesw.api.client.BrokerClient
Cancel a subscription with matching event type and filter.
cancelSubscriptions(BrokerSubscription[]) - Method in class COM.activesw.api.client.BrokerClient
Cancel multiple subscriptions with matching event types and filters.
canPublish(String) - Method in class COM.activesw.api.client.BrokerClient
Test if can publish or deliver an event of a given type.
canPublish(String) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Test if can publish or deliver an event of a given type.
canSubscribe(String) - Method in class COM.activesw.api.client.BrokerClient
Test if can subscribe to an event type, or have events of that type delivered to this client.
checkForEvents(int) - Method in class COM.activesw.api.client.BrokerClient
Check for the availability of deliverable events on the client's queue.
checkSetEnvField(String, String) - Static method in class COM.activesw.api.client.BrokerEvent
 
chooseClusterClient(BrokerClusterPublisher, BrokerEvent, BrokerInfo[], Object) - Method in interface COM.activesw.api.client.BrokerCPSelectionCallback
Implement this method to select a cluster client to be used for single publish operation.
chooseClusterClient(BrokerClusterPublisher, BrokerEvent[], BrokerInfo[], Object) - Method in interface COM.activesw.api.client.BrokerCPSelectionCallback
Implement this method to select a cluster client to be used for multi-publish operation.
clear() - Method in class COM.activesw.api.client.BrokerDate
Clear the date entirely.
clear() - Method in class COM.activesw.api.client.BrokerEvent
Clears all fields of the event so it can be re-used.
clearField(String) - Method in class COM.activesw.api.client.BrokerEvent
Clear (un-set) a field in the event.
clearField(String, boolean) - Method in class COM.activesw.api.client.BrokerEvent
Clear (un-set) a field in the event.
clearFieldInternal(String, boolean) - Method in class COM.activesw.api.client.BrokerEvent
 
clearModificationFlag() - Method in class COM.activesw.api.client.BrokerEvent
Clear the modification flag.
clearQueue() - Method in class COM.activesw.api.client.BrokerClient
Clear all events from the client's queue.
clearTime() - Method in class COM.activesw.api.client.BrokerDate
Clear the time but leave the date intact.
client_validation - Variable in class COM.activesw.api.client.BrokerEvent
 
COM.activesw.api.client - package COM.activesw.api.client
 
COM.activesw.api.client.enums - package COM.activesw.api.client.enums
 
commit() - Method in class COM.activesw.api.client.BrokerTransactionalClient
commits the open transaction.
commit(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
commits the open transaction.
commit(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
commits the open transaction(s) which has/have the specified external_id.
commit(String[]) - Method in class COM.activesw.api.client.BrokerTransactionalClient
commits the open transaction(s) which has/have the specified external_id.
commitAll(BrokerTransactionalClient[]) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
commits the given list of open transaction.
commitAll(BrokerTransactionalClient[], String) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
commits all the open transaction with the given external_id.
compareTo(BrokerDate) - Method in class COM.activesw.api.client.BrokerDate
Compares to the given date.
CONNECT_STATE_CONNECTED - Static variable in class COM.activesw.api.client.BrokerClient
 
CONNECT_STATE_DISCONNECTED - Static variable in class COM.activesw.api.client.BrokerClient
 
CONNECT_STATE_RECONNECTED - Static variable in class COM.activesw.api.client.BrokerClient
 
createClientQueueBrowser() - Method in class COM.activesw.api.client.BrokerClient
Creates a queue browser on the current client's queue.
createClQBException() - Method in exception COM.activesw.api.client.BrokerQueueBrowserException
 
createException(BrokerQueueBrowserException) - Method in class COM.activesw.api.client.BrokerClientQueueBrowser
 
CURRENT_API_VERSION - Static variable in class COM.activesw.api.client.BrokerClient
 

D

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.

E

ENCRYPT_LEVEL_ENCRYPTION - Static variable in class COM.activesw.api.client.BrokerConnectionDescriptor
 
ENCRYPT_LEVEL_NO_ENCRYPTION - Static variable in class COM.activesw.api.client.BrokerConnectionDescriptor
 
ENCRYPT_LEVEL_US_DOMESTIC - Static variable in class COM.activesw.api.client.BrokerConnectionDescriptor
ENCRYPT_LEVEL_US_EXPORT - Static variable in class COM.activesw.api.client.BrokerConnectionDescriptor
end_date - Variable in class COM.activesw.api.client.BrokerSSLCertificate
 
endAdapterTransaction(String, int, boolean) - Method in class COM.activesw.api.client.BrokerClient
Publishes an Adapter::endTransaction event for the given transaction ID.
endAll(BrokerTransactionalClient[], String, int) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Ends the given list of current transactions.
endAll(BrokerTransactionalClient[], int) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
 
endExt(String[], int) - Method in class COM.activesw.api.client.BrokerClient
Ends the transaction
endTr(long[], int) - Method in class COM.activesw.api.client.BrokerClient
 
endTransaction(String, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Ends the current transaction.
endTransaction(long, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
endTx(long[], int) - Method in class COM.activesw.api.client.BrokerClient
Ends the transaction
ENTIRE_SEQUENCE - Static variable in class COM.activesw.api.client.BrokerEvent
 
ENVELOPE_FLAGS_INSERTED_EVENT - Static variable in class COM.activesw.api.client.BrokerEvent
 
ENVELOPE_FLAGS_LOGGED_EVENT - Static variable in class COM.activesw.api.client.BrokerEvent
 
ENVELOPE_FLAGS_NO_VALIDATION - Static variable in class COM.activesw.api.client.BrokerEvent
 
ENVELOPE_FLAGS_OPEN_VALIDATION - Static variable in class COM.activesw.api.client.BrokerEvent
 
equals(BrokerConnectionDescriptor) - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
 
equals(BrokerDate) - Method in class COM.activesw.api.client.BrokerDate
True if the date is equal to this one.
event_id - Variable in class COM.activesw.api.client.BrokerEvent
 
event_req_id - Variable in class COM.activesw.api.client.BrokerClient
 
event_type_name - Variable in class COM.activesw.api.client.BrokerEvent
 
event_type_name - Variable in class COM.activesw.api.client.BrokerSubscription
The event type name.
excludeBroker(String) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Exclude specified broker for cluster operations.

F

FIELD_TYPE_BOOLEAN - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_BYTE - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_CHAR - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_DATE - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_DOUBLE - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_EVENT - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_FLOAT - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_INT - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_LONG - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_SEQUENCE - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_SHORT - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_STRING - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_STRUCT - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_UNICODE_CHAR - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_UNICODE_STRING - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
FIELD_TYPE_UNKNOWN - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
fieldTypeMapper - Variable in class COM.activesw.api.client.BrokerEvent
 
filter - Variable in class COM.activesw.api.client.BrokerSubscription
The filter string.
finalize() - Method in class COM.activesw.api.client.BrokerClient
Called by Java when you stop using this object.
flushCache(BrokerClient) - Static method in class COM.activesw.api.client.BrokerTypeCache
Flush all the type definitions from the cache associated with the specified client.
forget(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Forget the specified heuristically completed transaction.
forget(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Forget the specified heuristically completed transaction.
forgetAll(BrokerTransactionalClient[], String) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Forget the transaction with the specified external_id in the given list of transactional clients.
forgetAll(BrokerTransactionalClient, String[]) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Forget the transaction with the specified external_id in the given list of transactional clients.
forgetExt(String[]) - Method in class COM.activesw.api.client.BrokerClient
 
forgetTx(long[]) - Method in class COM.activesw.api.client.BrokerClient
Forgets the transaction This can be called at any time, hence informing the broker that the the current transaction should be marked invalid.
format() - Method in class COM.activesw.api.client.BrokerFormat
Return formatted string, without event data.
format(BrokerEvent) - Method in class COM.activesw.api.client.BrokerFormat
Return formatted string, using for resolving all event field references.
format(BrokerEvent, Locale) - Method in class COM.activesw.api.client.BrokerFormat
Return formatted string, using for resolving all event field references.
format(BrokerEvent, String) - Static method in class COM.activesw.api.client.BrokerFormat
Format an event using a format string.
format(BrokerEvent, String, Locale) - Static method in class COM.activesw.api.client.BrokerFormat
Format an event using a format string.
formatBindVariable(int, StringBuffer) - Method in class COM.activesw.api.client.BrokerFormat
Returns the name of the bind variable at token in .
fromBinData(BrokerClient, byte[], String) - Static method in class COM.activesw.api.client.BrokerEvent
Create an event using a byte array given out by toBinData().
fromBinData(BrokerClient, byte[]) - Static method in class COM.activesw.api.client.BrokerEvent
 
fromObject(Object, boolean) - Method in class COM.activesw.api.client.BrokerEvent
Deprecated.
As of Java API v6.5.
fromObject(Object) - Method in class COM.activesw.api.client.BrokerEvent
Deprecated.
As of Java API v6.5.

G

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
Deprecated.
Get the secure socket layer (SSL) certificate file.
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
Deprecated.
As of Java API v6.5.
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
 

H

handleBrokerEvent(BrokerClient, BrokerEvent, Object) - Method in interface COM.activesw.api.client.BrokerCallback
Implement this method to handle the Information Broker event callbacks.
handleConnectionChange(BrokerClient, int, Object) - Method in interface COM.activesw.api.client.BrokerConnectionCallback
Implement this method to handle client connection callbacks.
handleConnectionChange(BrokerClusterPublisher, int, String, Object) - Method in interface COM.activesw.api.client.BrokerCPConnectionCallback
Implement this method to handle cluster publisher connection callbacks.
hasBeenModified() - Method in class COM.activesw.api.client.BrokerEvent
Check if event has been modified since last time the modification flag was cleared.
HIGH_PRIORITY - Static variable in class COM.activesw.api.client.BrokerEvent
 
hour - Variable in class COM.activesw.api.client.BrokerDate
 

I

includeBroker(String) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Include specified broker for cluster operations.
incrementRedeliveryCount(long) - Method in class COM.activesw.api.client.BrokerClient
Increments the redelivery count on the single event specified.
insertEventsAtHead(BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerLockedClientQueueBrowser
Insert events in into the queue.
insertEventsAtTail(BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerLockedClientQueueBrowser
Insert events in into the queue.
interruptCheckForEvents() - Method in class COM.activesw.api.client.BrokerClient
Interrupt any blocked awCheckForEvents call on the current client session.
interruptDispatch() - Static method in class COM.activesw.api.client.BrokerClient
Interrupt the current dispatch call.
interruptDispatch() - Static method in class COM.activesw.api.client.BrokerTransactionalClient
 
interruptGetEvents() - Method in class COM.activesw.api.client.BrokerClient
Interrupt the current getEvent call for the client.
interruptGetEvents() - Method in class COM.activesw.api.client.BrokerTransactionalClient
Interrupt the current getEvents() call for the client.
is_date_and_time - Variable in class COM.activesw.api.client.BrokerDate
true if both date and time are represented.
is_utc - Variable in class COM.activesw.api.client.BrokerDate
true if the date and time are stored as UTC.
isAckReply() - Method in class COM.activesw.api.client.BrokerEvent
Determine if the given event is an acknowledgement reply.
isClientPending() - Method in class COM.activesw.api.client.BrokerClient
Check if any events are pending for the client.
isConnected() - Method in class COM.activesw.api.client.BrokerClient
Check if connected.
isConnected() - Method in class COM.activesw.api.client.BrokerClusterPublisher
Check if connected.
isErrorReply() - Method in class COM.activesw.api.client.BrokerEvent
Determine if the given event is an error reply.
isFieldSet(String) - Method in class COM.activesw.api.client.BrokerEvent
Determine if the specified field is set in the event.
isFieldSetInternal(String) - Method in class COM.activesw.api.client.BrokerEvent
 
isLastReply() - Method in class COM.activesw.api.client.BrokerEvent
Determines if the given event is the last event in a reply sequence.
isNull() - Method in class COM.activesw.api.client.BrokerDate
 
isNullReply() - Method in class COM.activesw.api.client.BrokerEvent
Determine if the given event is a 'null' event.
isPending() - Static method in class COM.activesw.api.client.BrokerClient
Check if any events are pending for any client.
isReady(int) - Method in class COM.activesw.api.client.BrokerClientPoll
Check if operations are ready.
isReferenceToken(int) - Method in class COM.activesw.api.client.BrokerFormat
Checks if a token is a reference to an event field.
isRequested(int) - Method in class COM.activesw.api.client.BrokerClientPoll
Check if operations are requested.
issuer_distinguished_name - Variable in class COM.activesw.api.client.BrokerSSLCertificate
 

J

jmsClientPublish(BrokerJMSEvent[], boolean) - Method in class COM.activesw.api.client.BrokerClient
 
jmsClientPublish(BrokerJMSEvent[], boolean, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
 
jmsClientPublish(BrokerJMSEvent[], boolean) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Publish multiple events on the given transaction.
JOIN_EXISTING_TRANSACTION - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
 

K

KeystoreType - Enum in COM.activesw.api.client.enums
This class enforces PKCS12 to be the only supported keystore format for Java client programs, JMS client programs, and the Broker admin component.

L

localPublish(BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Publish multiple events to clients on the local broker only.
localPublish(BrokerEvent) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Publish one event to clients on the local broker only.
localPublishRequestAndWait(BrokerEvent, int) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Publish one request event and wait for replies.
lockCache() - Static method in class COM.activesw.api.client.BrokerTypeCache
Lock the cache.
logDebugMessage(String) - Static method in exception COM.activesw.api.client.BrokerException
 
LOW_PRIORITY - Static variable in class COM.activesw.api.client.BrokerEvent
 

M

mainLoop() - Static method in class COM.activesw.api.client.BrokerClient
A limited main loop which executes until told to stop.
mainLoop() - Static method in class COM.activesw.api.client.BrokerTransactionalClient
 
makeSubId() - Method in class COM.activesw.api.client.BrokerClient
Generates a subscription id.
makeTag() - Method in class COM.activesw.api.client.BrokerClient
Generate a unique value for use in the 'tag' envelope field.
makeTransactionId() - Method in class COM.activesw.api.client.BrokerClient
Generate a unique transaction ID for use in transaction operations.
makeUniqueSubId() - Method in class COM.activesw.api.client.BrokerClient
Generates a unique subscription id.
match(BrokerEvent) - Method in class COM.activesw.api.client.BrokerFilter
Check if the given event matches the filter.
min - Variable in class COM.activesw.api.client.BrokerDate
 
MINOR_TRANSACTION_ALREADY_EXISTS - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_ALREADY_EXISTS_HEURISTICALLY - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_ALREADY_PREPARED - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_CLIENT_MISMATCH - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_CLOSED - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_HEURISTICALLY_COMMITTED - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_HEURISTICALLY_ROLLED_BACK - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_HEURISTICALLY_ROLLED_BACK_TIMEOUT - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_ID_NOT_VALID - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_INVALID_VALUE - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_NOT_OPEN - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_STATE_MISMATCH - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_TIMEOUT_VALUE_INVALID - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_TRANSACTION_UNABLE_TO_REOPEN - Static variable in exception COM.activesw.api.client.BrokerException
 
MINOR_UNKNOWN_TRANSACTION - Static variable in exception COM.activesw.api.client.BrokerException
 
modeV - Static variable in class COM.activesw.api.client.BrokerFormat
 
modifyEvents(long[], BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerLockedClientQueueBrowser
Modify events in the queue.
month - Variable in class COM.activesw.api.client.BrokerDate
 
msec - Variable in class COM.activesw.api.client.BrokerDate
 
msg(String, String) - Static method in class COM.activesw.api.client.BrokerDate
 

N

native_event - Variable in class COM.activesw.api.client.BrokerEvent
 
negativeAcknowledge(long) - Method in class COM.activesw.api.client.BrokerClient
Negative acknowledges the single event specified.
negativeAcknowledge(long[]) - Method in class COM.activesw.api.client.BrokerClient
Negative acknowledges the events specified.
negativeAcknowledge(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Negatively acknowledge the single event specified.
negativeAcknowledge(long[]) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Negative acknowledge the array of events with the given seqn numbers.
negativeAcknowledgeInternal(long[], long) - Method in class COM.activesw.api.client.BrokerClient
 
newOrReconnect(String, String, String, String, String, BrokerConnectionDescriptor) - Static method in class COM.activesw.api.client.BrokerClient
Attempts to create the client.
newOrReconnect(String, String, String, String, String, BrokerConnectionDescriptor, BrokerConnectionDescriptor) - Static method in class COM.activesw.api.client.BrokerClusterPublisher
Attempts to create BrokerClusterPublisher.
newOrReconnect(String, String, String, String, String, BrokerConnectionDescriptor) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Attempts to create the broker client.If the creation fails because the client already exists, then it reconnects to the client instead.
newOrReconnectTransactionalClient(String, String, String, String, String, BrokerConnectionDescriptor) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Attempts to create the transactional client.
newSubscription(String, String) - Method in class COM.activesw.api.client.BrokerClient
Subscribe to all events of a given event type which match the specified filter.
newSubscription(int, String, String) - Method in class COM.activesw.api.client.BrokerClient
Subscribe to all events of a given event type which match the specified filter.
newSubscription(BrokerSubscription) - Method in class COM.activesw.api.client.BrokerClient
Subscribe to all events of a given event type.
newSubscriptions(BrokerSubscription[]) - Method in class COM.activesw.api.client.BrokerClient
Open multiple subscriptions at one time.
newTx(String, int, long, long) - Method in class COM.activesw.api.client.BrokerClient
Creates a transaction context that can be used to aggregate multiple publish and acknowledge operations into a single unit of work that can be committed or aborted atomically.
NO_SHARE_LIMIT - Static variable in class COM.activesw.api.client.BrokerClient
 
NOT_FOUND - Static variable in class COM.activesw.api.client.BrokerField
 

P

parseDate(String) - Static method in class COM.activesw.api.client.BrokerDate
Create a BrokerDate from a date string using a date or date/time formatter for the US English locale.
parseDate(String, boolean) - Static method in class COM.activesw.api.client.BrokerDate
Create a BrokerDate from a date string using a date or date/time formatter for the US English locale.
parseDate(String, Locale) - Static method in class COM.activesw.api.client.BrokerDate
Create a BrokerDate from a date string using a date or date/time formatter for the specified locale.
parseDate(String, Locale, boolean) - Static method in class COM.activesw.api.client.BrokerDate
Create a BrokerDate from a date string using a date or date/time formatter for the specified locale.
parseLocalizedDate(String) - Static method in class COM.activesw.api.client.BrokerDate
Create a BrokerDate from a date string using a date or date/time formatter for the default locale.
parseLocalizedDate(String, boolean) - Static method in class COM.activesw.api.client.BrokerDate
Create a BrokerDate from a date string using a date or date/time formatter for the default locale.
ping() - Method in class COM.activesw.api.client.BrokerClient
Checks for network connectivity to the Broker using the default client timeout.
ping(int) - Method in class COM.activesw.api.client.BrokerClient
Checks for network connectivity to the Broker.
poll(BrokerClientPoll[], int) - Static method in class COM.activesw.api.client.BrokerClient
Allows one or more clients to polled for pending operations, returning only after at least one client has a ready operation, the current thread is interrupted or the given timeout has expired.
prepare(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Prepares the transactions with the specified external_id for commit.
prepare(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Prepares the transactions with the specified broker transaction id for commit.
prepareAll(BrokerTransactionalClient[], String) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Prepare the specified transaction for commit.
prepareAll(BrokerTransactionalClient, String[]) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Prepare the specified list of transactions for commit.
prepareExt(String[]) - Method in class COM.activesw.api.client.BrokerClient
 
prepareTx(long[]) - Method in class COM.activesw.api.client.BrokerClient
Prepares the transaction
preparse(String) - Static method in class COM.activesw.api.client.BrokerFormat
Take a string, and break it up into a list of tokens.
prime() - Method in class COM.activesw.api.client.BrokerClient
Tell the client to send a request for events but not block.
prime(int) - Method in class COM.activesw.api.client.BrokerClient
Tell the client to send a request for events but not block.
prime(int, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
 
prime(int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Tell the client to send a request for events but not block.
primeAllClients() - Static method in class COM.activesw.api.client.BrokerClient
Tell all clients to send a request for events but not block.
primeAllClients(int) - Static method in class COM.activesw.api.client.BrokerClient
Tell all clients to send a request for events but not block.
primeWithAck(int) - Method in class COM.activesw.api.client.BrokerClient
 
primeWithAck(int, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
 
primeWithAck(int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
pub_seqn - Variable in class COM.activesw.api.client.BrokerEvent
 
publish(BrokerEvent) - Method in class COM.activesw.api.client.BrokerClient
Publish one event.
publish(BrokerEvent, BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
Publish one event with the given transaction id.
publish(BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerClient
Publish multiple events.
publish(BrokerEvent[], BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
Publish multiple events on the given transaction.
publish(BrokerEvent[]) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Publish multiple events.
publish(BrokerEvent) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Publish one event.
publish(BrokerEvent) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Publish one event with the given transaction id.
publish(BrokerJMSEvent) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Publish one event with the given transaction id.
publishRequestAndWait(BrokerEvent, int) - Method in class COM.activesw.api.client.BrokerClient
Publish one request event to the broker and wait for replies.
publishRequestAndWait(BrokerEvent, int) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Publish one request event and wait for replies.
publishRequestAndWait(BrokerEvent, int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
publishWithAck(BrokerEvent[], int, long[]) - Method in class COM.activesw.api.client.BrokerClient
Publish multiple events.
publishWithAck(BrokerEvent[], int, long[], BrokerTransactionalClient) - Method in class COM.activesw.api.client.BrokerClient
Publish multiple events for the given transaction.
publishWithAck(BrokerEvent[], int, long[]) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Publish multiple events for the given transaction.

R

rb - Static variable in class COM.activesw.api.client.BrokerDate
 
RECEIVE_SYNCHRONOUS - Static variable in class COM.activesw.api.client.BrokerClient
 
reconnect(String, String, String, BrokerConnectionDescriptor) - Static method in class COM.activesw.api.client.BrokerClient
Reconnects a client.
reconnect(String, String, String, String, String, BrokerConnectionDescriptor, BrokerConnectionDescriptor) - Static method in class COM.activesw.api.client.BrokerClusterPublisher
Reconnects BrokerClusterPublisher.
reconnect(String, String, String, BrokerConnectionDescriptor) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Reconnects a client.
reconnectTransactionalClient(String, String, String, BrokerConnectionDescriptor) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Reconnects a transactional client.
recover(int) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Get the list of user defined, externally generated transaction identifiers that the client has prepared transactions for.
recoverTx(int, long) - Method in class COM.activesw.api.client.BrokerClient
 
recv_seqn - Variable in class COM.activesw.api.client.BrokerEvent
 
redelivery_count - Variable in class COM.activesw.api.client.BrokerEvent
 
registerCallback(BrokerCallback, Object) - Method in class COM.activesw.api.client.BrokerClient
Register a general callback for events received by this client.
registerCallback(BrokerCallback, Object) - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
registerCallbackForSubId(int, BrokerCallback, Object) - Method in class COM.activesw.api.client.BrokerClient
Register a specific callback for events received by this client which matched a given subscription ID.
registerCallbackForSubId(int, BrokerCallback, Object) - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
registerCallbackForTag(int, boolean, BrokerCallback, Object) - Method in class COM.activesw.api.client.BrokerClient
Register a specific callback for events received by this client which have the _env.tag field set to the specified value.
registerCallbackForTag(int, boolean, BrokerCallback, Object) - Method in class COM.activesw.api.client.BrokerTransactionalClient
 
registerConnectionCallback(BrokerConnectionCallback, Object) - Method in class COM.activesw.api.client.BrokerClient
Register a connection callback for this client.
registerConnectionCallback(BrokerCPConnectionCallback, Object) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Register a connection callback for the cluster publisher.
registerSelectionCallback(BrokerCPSelectionCallback, Object) - Method in class COM.activesw.api.client.BrokerClusterPublisher
Register a cluster publisher selection callback for this client.
REPLY_FLAG_CONTINUE - Static variable in class COM.activesw.api.client.BrokerClient
 
REPLY_FLAG_END - Static variable in class COM.activesw.api.client.BrokerClient
 
REPLY_FLAG_START - Static variable in class COM.activesw.api.client.BrokerClient
 
REPLY_FLAG_START_AND_END - Static variable in class COM.activesw.api.client.BrokerClient
 
resendUnacknowledgedEvents(long[]) - Method in class COM.activesw.api.client.BrokerClient
A list of events with the given "seqn" numbers will be sent to the broker again since they had not been acknowledged so far.
resetSessionFilters() - Method in class COM.activesw.api.client.BrokerClient
Reset existing filters on the client session.
resume(String) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Resume a suspended transaction.
resume(long) - Method in class COM.activesw.api.client.BrokerTransactionalClient
Resume a suspended transaction.
resumeAll(BrokerTransactionalClient[], String) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
Resume the given list of suspended transactions.

S

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
 

T

the_client - Variable in class COM.activesw.api.client.BrokerEvent
 
threadedCallbacks(boolean) - Static method in class COM.activesw.api.client.BrokerClient
A convenience method to run the mainLoop method on another thread.
threadedCallbacks(boolean) - Static method in class COM.activesw.api.client.BrokerTransactionalClient
 
TIME_INFINITE - Static variable in class COM.activesw.api.client.BrokerClient
 
toBinData() - Method in class COM.activesw.api.client.BrokerEvent
Get out the event's data as a byte array.
toCompleteString() - Method in exception COM.activesw.api.client.BrokerException
Get a printable version of the exception.
toCompleteString(Locale) - Method in exception COM.activesw.api.client.BrokerException
Get a printable version of the exception.
toFormattedString(String) - Method in class COM.activesw.api.client.BrokerEvent
Format an event string.
toFormattedString(String, Locale) - Method in class COM.activesw.api.client.BrokerEvent
Format an event string.
toLocalizedFormattedString(String) - Method in class COM.activesw.api.client.BrokerEvent
Format an event string.
toLocalizedString() - Method in class COM.activesw.api.client.BrokerDate
Return in a string format.
toLocalizedString() - Method in class COM.activesw.api.client.BrokerEvent
Get event content as a string which includes newlines formatted for the default locale.
toObject(Object) - Method in class COM.activesw.api.client.BrokerEvent
Deprecated.
As of Java API v6.5.
toString() - Method in class COM.activesw.api.client.BrokerClient
Returns a string with the client information in a form suitable for human viewing.
toString() - Method in class COM.activesw.api.client.BrokerClusterPublisher
Returns a string with the client information in a form suitable for human viewing.
toString() - Method in class COM.activesw.api.client.BrokerConnectionDescriptor
Return a human-readable string with the descriptor's value.
toString(Locale) - Method in class COM.activesw.api.client.BrokerDate
Return in a string format.
toString() - Method in class COM.activesw.api.client.BrokerDate
Return in a string format.
toString() - Method in class COM.activesw.api.client.BrokerEvent
Get event content as a string which includes newlines formatted for the US English locale.
toString(Locale) - Method in class COM.activesw.api.client.BrokerEvent
Get event content as a string which includes newlines formatted for the specified locale.
toString(int) - Method in class COM.activesw.api.client.BrokerEvent
Get event content as a string suitable for human viewing formatted for the US English locale.
toString(int, Locale) - Method in class COM.activesw.api.client.BrokerEvent
Get event content as a string suitable for human viewing formatted for the specified locale.
toString() - Method in exception COM.activesw.api.client.BrokerException
Get a printable version of the exception.
toString(Locale) - Method in exception COM.activesw.api.client.BrokerException
Get a printable version of the exception.
toString() - Method in class COM.activesw.api.client.BrokerFilter
Get the filter as a string.
toString() - Method in class COM.activesw.api.client.BrokerSSLCertificate
Convert to string.
toString(int) - Method in class COM.activesw.api.client.BrokerSSLCertificate
Convert to string.
toString() - Method in class COM.activesw.api.client.BrokerSubscription
Convert to string.
toString(int) - Method in class COM.activesw.api.client.BrokerSubscription
Convert to string.
toString(int, boolean) - Method in class COM.activesw.api.client.BrokerSubscription
Convert to string.
toString() - Method in class COM.activesw.api.client.BrokerTypeDef
Get a string representation of the type definition.
toString(int) - Method in class COM.activesw.api.client.BrokerTypeDef
Get a string representation of the type definition.
toWireEvent() - Method in class COM.activesw.api.client.BrokerEvent
 
TRANSACTION_END_ABORT - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
 
TRANSACTION_END_COMMIT - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
 
TRANSACTION_LEVEL_ANY - Static variable in class COM.activesw.api.client.BrokerClient
 
TRANSACTION_LEVEL_BASIC - Static variable in class COM.activesw.api.client.BrokerClient
 
TRANSACTION_LEVEL_CONVERSATIONAL - Static variable in class COM.activesw.api.client.BrokerClient
 
TRANSACTION_LEVEL_PSEUDO - Static variable in class COM.activesw.api.client.BrokerClient
 
TRANSACTION_MODE_COMMIT - Static variable in class COM.activesw.api.client.BrokerClient
 
TRANSACTION_MODE_ROLLBACK - Static variable in class COM.activesw.api.client.BrokerClient
 
TRANSACTION_MODE_SAVEPOINT - Static variable in class COM.activesw.api.client.BrokerClient
 
TruststoreType - Enum in COM.activesw.api.client.enums
This class enforces JKS to be the only supported truststore format for Java client programs, JMS client programs, and the Broker admin component.
TX_STATE_ABORTED - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
 
TX_STATE_COMMITTED - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
 
TX_STATE_END - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
 
TX_STATE_OPEN - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
 
TX_STATE_SUSPENDED - Static variable in class COM.activesw.api.client.BrokerTransactionalClient
 
txIdMap - Variable in class COM.activesw.api.client.BrokerTransactionalClient
 
type - Variable in class COM.activesw.api.client.BrokerField
The field type.
type_def - Variable in class COM.activesw.api.client.BrokerEvent
 

U

unlockCache() - Static method in class COM.activesw.api.client.BrokerTypeCache
Unlock the cache.
USE_DEFAULT_DN - Static variable in class COM.activesw.api.client.BrokerConnectionDescriptor
 

V

validate(BrokerClient) - Method in class COM.activesw.api.client.BrokerEvent
Validate event in the context of the specified client.
VALIDATION_FULL - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
VALIDATION_NONE - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
VALIDATION_OPEN - Static variable in class COM.activesw.api.client.BrokerTypeDef
 
value - Variable in class COM.activesw.api.client.BrokerField
The field value.
valueOf(String) - Static method in enum COM.activesw.api.client.enums.KeystoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum COM.activesw.api.client.enums.TruststoreType
Returns the enum constant of this type with the specified name.
values() - Static method in enum COM.activesw.api.client.enums.KeystoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum COM.activesw.api.client.enums.TruststoreType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_105 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_31 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_40 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_50 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_60 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_61 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_62 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_63 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_64 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_65 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_66 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_71 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_80 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_82 - Static variable in class COM.activesw.api.client.BrokerClient
 
VERSION_90 - Static variable in class COM.activesw.api.client.BrokerClient
 

W

wire_event - Variable in class COM.activesw.api.client.BrokerEvent
 

Y

year - Variable in class COM.activesw.api.client.BrokerDate
 
A B C D E F G H I J K L M N P R S T U V W Y 
Skip navigation links
webMethods Broker Java Client API
Version 10.5.0.0.437 031021


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.