BrightSide Workbench Full Report + Source Code
org.turro.elephant.context.IAction Interface Reference
Inheritance diagram for org.turro.elephant.context.IAction:

Public Member Functions

void setConstructor (IConstructor constructor)
 
int execute () throws Exception
 
String getParameter (String param)
 

Static Public Attributes

static final int DONE = 0
 
static final int NO_DATA = 1
 
static final int ERROR = 2
 

Detailed Description

IAction interface must be implemented by request actions.

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 25 of file elephant/context/IAction.java.

Member Function Documentation

◆ execute()

int org.turro.elephant.context.IAction.execute ( ) throws Exception

◆ getParameter()

String org.turro.elephant.context.IAction.getParameter ( String  param)

Implemented in org.turro.elephant.impl.abstracts.AbstractAction.

Here is the caller graph for this function:

◆ setConstructor()

void org.turro.elephant.context.IAction.setConstructor ( IConstructor  constructor)

This method is called within ContextFactory.

Parameters
constructorIConstructor that created the action.

Implemented in org.turro.elephant.impl.abstracts.AbstractAction.

Member Data Documentation

◆ DONE

final int org.turro.elephant.context.IAction.DONE = 0
static

Definition at line 27 of file elephant/context/IAction.java.

◆ ERROR

final int org.turro.elephant.context.IAction.ERROR = 2
static

Definition at line 29 of file elephant/context/IAction.java.

◆ NO_DATA

final int org.turro.elephant.context.IAction.NO_DATA = 1
static

Definition at line 28 of file elephant/context/IAction.java.


The documentation for this interface was generated from the following file: