|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLRequestReceiver
Defines the operations to process a request expressed by an OWL String.
Method Summary | |
---|---|
java.lang.Object |
processOWLRequest(java.lang.String owlActionDescription)
This method accepts a request described by an OWL String to perform an action. |
void |
processOWLRequest(java.lang.String owlActionDescription,
ActionStatusCallback statusCallback)
This method accepts a request described by an OWL String to perform an action. |
Method Detail |
---|
void processOWLRequest(java.lang.String owlActionDescription, ActionStatusCallback statusCallback) throws ActionFailureException
owlActionDescription
- is an OWL String 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 actionjava.lang.Object processOWLRequest(java.lang.String owlActionDescription) throws ActionFailureException
owlActionDescription
- is an OWL String 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 |