com.ibm.broker.config.proxy

Class EventProxy



  • public class EventProxy
    extends AdministeredObject

    This object represents an event definition. It provides query functionality for the contents of an event definition.

    In order to use the EventProxy object, applications must first obtain a handle to it. Here is an example of how to do this:

         BrokerProxy b = BrokerProxy.getInstance(
             new IntegrationNodeConnectionParameters("localhost", 4414)); 
         EventProxyManager epm = b.getEventManager();
         EventProxy ep = epm.getEvent("eventName");
     

    com.ibm.broker.config.proxy.EventProxy extends com.ibm.broker.config.proxy.AdministeredObject

    Responsibilities Represents a single event definition.
    Internal Collaborators
    
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------