webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

Uses of Class
COM.activesw.api.client.BrokerClient

Uses of BrokerClient in COM.activesw.api.client
 

Subclasses of BrokerClient in COM.activesw.api.client
 class BrokerAdminClient
          Representation of an Information Broker administrative client.
 class BrokerTransactionalClient
           
 

Fields in COM.activesw.api.client declared as BrokerClient
protected  BrokerClient BrokerEvent.the_client
           
 

Methods in COM.activesw.api.client that return BrokerClient
 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.
 

Methods in COM.activesw.api.client with parameters of type BrokerClient
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.
 

Constructors in COM.activesw.api.client with parameters of type BrokerClient
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.
 


webMethods Broker Administration Java API
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.