Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Managing Event Types | Event Type Definitions | Obtaining Event Type Names
 
Obtaining Event Type Names
You can obtain an event type definition from an event or using an event type name.
*Use the BrokerClient.getEventTypeNames method to obtain the names of all the event types managed by the Broker to which your Broker client is connected.
*Use the BrokerTypeDef.getTypeName method to obtain the fully qualified event type name from an event type definition.
*Use the BrokerClient.getScopeNames method to obtain the names of all the event types within a particular scope.
*Use the BrokerTypeDef.getBaseTypeName method to obtain the unqualified event type name from an event type definition.
Use the BrokerTypeDef.getScopeTypeName method to obtain the scope name from an event type definition.