Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using Broker Clients | Obtaining Client State and Status | Basic Properties
 
Basic Properties
Use the BrokerClient.getBrokerVersionNumber method to obtain the Broker's version number.
Use the BrokerClient.doesSubscriptionExist method to obtain the name of the application associated with a Broker client.
Use the BrokerClient.getBrokerHost method to obtain the name of the host where the Broker that is associated with a Broker client is executing.
Use the BrokerClient.getBrokerName method to obtain the name of the Broker to which a Broker client is connected.
Use the BrokerClient.getBrokerPort method to obtain the IP port number of the Broker to which a Broker client is connected.
Use the BrokerClient.getClientGroup method to obtain the name of the client group with which a Broker client is associated.
Use the BrokerClient.getClientId method to obtain the a Broker client's client ID.
Use the BrokerClient.toString method to obtain a string that contains names of the client, client group, and Broker for a Broker client.
Use the BrokerClient.isConnected method to determine whether a Broker client is currently connected to a Broker.
Use the BrokerClient.isClientPending method to determine whether there are any pending events for a particular Broker client.
Use the BrokerClusterPublisher.getClusterPublisherInfo method to determine whether there are any pending events for any Broker client in use by the application.