BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.event.actions.Action

Packages that use Action
weblogic.event.common Deprecated; Instead, use JMS events with NO_ACKNOWLEDGE or MULTICAST_NO_ACKNOWLEDGE delivery modes. 
 

Uses of Action in weblogic.event.common
 

Methods in weblogic.event.common with parameters of type Action
 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 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
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.