|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AIDRequestReceiver
Defines the operations to process a request expressed by an ActionInstanceDescription.
| Method Summary | |
|---|---|
java.lang.Object |
processAIDRequest(ActionInstanceDescription aid)
This method accepts a request described in an ActionInstanceDescription to perform an action. |
void |
processAIDRequest(ActionInstanceDescription aid,
ActionStatusCallback statusCallback)
This method accepts a request described by an ActionInstanceDescription to perform an action. |
| Method Detail |
|---|
void processAIDRequest(ActionInstanceDescription aid,
ActionStatusCallback statusCallback)
throws ActionFailureException
aid - is an ActionInstanceDescription that describes the action.
It includes the action name and all action properties and their values.statusCallback - ActionStatusCallback to be called to pass back to the
action requestor information about progression of the action execution
and the final result.
ActionFailureException - containing the reason for failure.
See ontology to determine specific reasons available for
a given action
java.lang.Object processAIDRequest(ActionInstanceDescription aid)
throws ActionFailureException
aid - is an ActionInstanceDescription that describes the action.
It includes the action name and all action properties and their values.
ActionFailureException - containing the reason for failure.
See ontology to determine specific reasons available for
a given action
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||