protected class CommonPropertyImpl.GetAsyncAction extends BACIAction
getSync asynchroniously.callback, callbackDispatcher, completion, descOut, executor, priority, returnValue| Constructor and Description |
|---|
GetAsyncAction(Callback callback,
CBDescIn descIn) |
GetAsyncAction(Callback callback,
CBDescIn descIn,
BACIPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute()
Action to be executed - implement it.
|
dispatch, generateCBDescOut, getPriority, run, submitpublic GetAsyncAction(Callback callback,
CBDescIn descIn)
BACIActionpublic GetAsyncAction(Callback callback,
CBDescIn descIn,
BACIPriority priority)
BACIActionpublic java.lang.Object execute()
throws AcsJException
BACIActioncompletion field is left to null (by this method),
this class will create a no-error completion with current timestamp.
Use alma.ACS.jbaci.CompletionUtil class to generate no-error completion.execute in class BACIActionnull.AcsJExceptionBACIAction.execute()