Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Managing Event Types | Event Type Definitions | Obtaining Broker Information
 
Obtaining Broker Information
 
Broker Territory and Broker-to-Broker Communication
Each Broker to which a Broker client can connect manages its own set of event type definitions. It can be useful for your client application to obtain information about the Broker that is managing a particular event type definition.
*Use the BrokerTypeDef.getBrokerHost method to obtain host name where the Broker managing a particular event type definition is executing.
*Use the BrokerTypeDef.getBrokerName method to obtain the name of the Broker that is managing a particular event type definition.
*Use the BrokerTypeDef.getBrokerPort method to obtain IP port number of the Broker that is managing a particular event type definition.