|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HashMapRequestReceiver
Defines the operations to process a request expressed by a name and a HashMap of properties.
Method Summary | |
---|---|
java.lang.Object |
processHashMapRequest(java.lang.String actionName)
This method accepts a request described by the given String containing action name. |
void |
processHashMapRequest(java.lang.String actionName,
ActionStatusCallback statusCallback)
This method accepts a request described by the given String containing the action name. |
java.lang.Object |
processHashMapRequest(java.lang.String actionName,
java.util.HashMap properties)
This method accepts a request described by the given String containing action name and HashMap of properties. |
void |
processHashMapRequest(java.lang.String actionName,
java.util.HashMap properties,
ActionStatusCallback statusCallback)
This method accepts a request described by the given String containing action name and HashMap of properties. |
Method Detail |
---|
void processHashMapRequest(java.lang.String actionName, java.util.HashMap properties, ActionStatusCallback statusCallback) throws ActionFailureException
actionName
- is a String representing the name of the action as defined in
the associated ontology.properties
- is an HashMap of ontological Strings representing
the desired properties of the action and the
associated 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 actionvoid processHashMapRequest(java.lang.String actionName, ActionStatusCallback statusCallback) throws ActionFailureException
actionName
- is a String representing the name of the action as defined in
the associated ontology.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 processHashMapRequest(java.lang.String actionName, java.util.HashMap properties) throws ActionFailureException
actionName
- is a String representing the name of the action as defined in
the associated ontology.properties
- is an HashMap of ontological Strings representing
the desired properties of the action and the
associated values.
ActionFailureException
- containing the reason for failure.
See ontology to determine specific reasons available for
a given actionjava.lang.Object processHashMapRequest(java.lang.String actionName) throws ActionFailureException
actionName
- is a String representing the name of the action as defined in
the associated ontology.
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 |