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