Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Managing Event Types | Event Type Definitions | Obtaining Event Field Information
 
Obtaining Event Field Information
 
Obtaining Event Type Descriptions
Obtaining Storage Type Property
Obtaining the Time-to-live Property
Obtaining Type Definitions as Strings
Your client application can use an event type definition to obtain information about the event's fields and their associated types.
*Use the BrokerTypeDef.getFieldNames method to obtain a list of all the field names from a event type definition.
*Use the BrokerTypeDef.getFieldType method to obtain the type of a specific event field from a event type definition.
*Use the BrokerTypeDef.getFieldDef method to obtain the definition of a specific event field.