Novell exteNd
Director 5.2 API

com.sssw.re.api
Interface EbiAction


public interface EbiAction

Interface that defines the necessary support for a class to be considered an "action" in the Rules subsystem.

Typically, actions are implemented as JavaBeans with properties that can be set in the Rule Editor. You can write an action using a generic property panel or create a custom panel by implementing public java.awt.Component getParameterPanel(). For implementation details, see Defining properties for custom Conditons and Actions in Director On-line help.


Method Summary
 void doAction(EbiContext context)
          Perform the action.
 

Method Detail

doAction

public void doAction(EbiContext context)
              throws EboActionException
Perform the action.
Parameters:
context - rule context of the request.
Throws:
EboActionException - if a problem occurs during the the action processing. If an exception is thrown rule processing is terminated and any notification listeners are notified.

Novell exteNd
Director 5.2 API