protected class RWCommonComparablePropertyImpl.DecrementAction extends BACIAction
incrementImpl asynchroniously.callback, callbackDispatcher, completion, descOut, executor, priority, returnValue| Constructor and Description |
|---|
DecrementAction(Callback callback,
CBDescIn descIn) |
DecrementAction(java.lang.Object value,
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 DecrementAction(Callback callback,
CBDescIn descIn)
BACIActionpublic DecrementAction(java.lang.Object value,
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()