BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.event.actions.Action

Packages that use Action
weblogic.com   
weblogic.event.common   
 

Uses of Action in weblogic.com
 

Methods in weblogic.com that return Action
 Action EventProxy.getAction()
          Returns the Action object associated with an EventProxy
 

Uses of Action in weblogic.event.common
 

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


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