Modifier and Type | Class and Description |
---|---|
class |
BrokerAdminClient
Representation of an Information Broker administrative client.
|
class |
BrokerTransactionalClient |
Modifier and Type | Field and Description |
---|---|
protected BrokerClient |
BrokerEvent.the_client |
Modifier and Type | Method and Description |
---|---|
BrokerClient |
BrokerClientPoll.getBrokerClient()
Get the Broker client.
|
BrokerClient |
BrokerEvent.getClient()
Get the event's client.
|
static BrokerClient |
BrokerClient.newOrReconnect(java.lang.String broker_host,
java.lang.String broker_name,
java.lang.String client_id,
java.lang.String client_group,
java.lang.String app_name,
BrokerConnectionDescriptor desc)
Attempts to create the client.
|
static BrokerClient |
BrokerTransactionalClient.newOrReconnect(java.lang.String broker_host,
java.lang.String broker_name,
java.lang.String client_id,
java.lang.String client_group,
java.lang.String app_name,
BrokerConnectionDescriptor desc)
Attempts to create the broker client.If the creation fails because the client already exists, then it reconnects to the client instead.
|
static BrokerClient |
BrokerClient.reconnect(java.lang.String broker_host,
java.lang.String broker_name,
java.lang.String client_id,
BrokerConnectionDescriptor desc)
Reconnects a client.
|
static BrokerClient |
BrokerTransactionalClient.reconnect(java.lang.String broker_host,
java.lang.String broker_name,
java.lang.String client_id,
BrokerConnectionDescriptor desc)
Reconnects a client.
|
Modifier and Type | Method and Description |
---|---|
static void |
BrokerTypeCache.flushCache(BrokerClient client)
Flush all the type definitions from the cache associated with the specified client.
|
static BrokerEvent |
BrokerEvent.fromBinData(BrokerClient client,
byte[] data) |
static BrokerEvent |
BrokerEvent.fromBinData(BrokerClient client,
byte[] data,
java.lang.String event_type_name)
Create an event using a byte array given out by toBinData().
|
boolean |
BrokerCallback.handleBrokerEvent(BrokerClient client,
BrokerEvent event,
java.lang.Object client_data)
Implement this method to handle the Information Broker event callbacks.
|
void |
BrokerConnectionCallback.handleConnectionChange(BrokerClient client,
int connect_state,
java.lang.Object client_data)
Implement this method to handle client connection callbacks.
|
void |
BrokerClientPoll.setBrokerClient(BrokerClient client)
Set the Broker client.
|
void |
BrokerEvent.validate(BrokerClient client)
Validate event in the context of the specified client.
|
Constructor and Description |
---|
BrokerClientPoll(BrokerClient client,
int requested,
java.lang.Object data)
Create a client poll object.
|
BrokerEvent(BrokerClient client,
java.lang.String event_type_name)
Create an event of the appropriate type with an associated client.
|
BrokerEvent(BrokerClient client,
java.lang.String event_type_name,
java.lang.Class storage_class)
Deprecated.
As of Java API v6.5.
|
BrokerEvent(BrokerClient client,
java.lang.String event_type_name,
java.lang.Object storage_object)
Deprecated.
As of Java API v6.5.
|
BrokerFilter(BrokerClient client,
java.lang.String event_type_name,
java.lang.String filter_string)
Create the filter.
|
BrokerFilter(BrokerClient client,
java.lang.String event_type_name,
java.lang.String filter_string,
java.util.Locale locale)
Create the filter in the given locale.
|
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.