BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Interface
weblogic.event.common.EventRegistrationDef

Packages that use EventRegistrationDef
weblogic.event.common   
 

Uses of EventRegistrationDef in weblogic.event.common
 

Methods in weblogic.event.common that return EventRegistrationDef
 EventRegistrationDef EventServicesDef.getEventRegistration(java.lang.String topic, Evaluate evaluate, Action action)
          Gets a new EventRegistration object from the event services factory with the specified topic, Evaluate, and Action classes.
 EventRegistrationDef EventServicesDef.getEventRegistration(java.lang.String topic, Evaluate evaluator, Action action, boolean sink, boolean phase, int count)
          Gets a new EventRegistration object from the event services factory with the specified topic, Evaluate, and Action classes.
 EventRegistrationDef EventServicesDef.getEventRegistration(java.lang.String topic, Evaluate evaluator, Action action, boolean ownThread, boolean sink, boolean phase, int count)
          Deprecated. ownThread parameter no longer supported
 EventRegistrationDef EventTopicDef.register(Evaluate evaluate, Action action)
          Registers interest in an events corresponding to a topic.
 EventRegistrationDef EventTopicDef.register(Evaluate evaluate, Action action, boolean sink, boolean phase, int count)
          Registers interest in an events corresponding to a topic.
 EventRegistrationDef EventMessageDef.getRegistration()
          Returns the EventRegistration associated with an EventMessage.
 


Documentation is available at
http://www.weblogic.com/docs51