Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Site Configurations | Event Type Information
 
Event Type Information
You can use the BrokerCompleteEventType class to hold information about a particular event type. The following information is stored for the event type:
*Event types infosets
*Event type's type definition
*An indication if the definition should be replaced when using the store or deepStore methods
The following table shows the methods offered by the BrokerCompleteEventType class.
Method
Description
refresh
Refreshes this object's data members, using the specified administrative Broker client. Any information the Broker client does not have permission to access will not be set.
retrieve
Returns a BrokerCompleteEventType object initialized using the specified administrative Broker client.
store
Stores the information contained in this object into the Broker.
toString
Returns a string of ADL that describes the information contained in this object.
write
Writes the contents of this collection, usually to a file, in ADL format.