

Public Member Functions | |
| BACIAction (PrioritizedExecutor executor, CBvoid callback, CBDescIn descIn) | |
| BACIAction (PrioritizedExecutor executor, Callback callback, CBDescIn descIn, CallbackDispatcher callbackDispatcher) | |
| BACIAction (PrioritizedExecutor executor, CBvoid callback, CBDescIn descIn, BACIPriority priority) | |
| BACIAction (PrioritizedExecutor executor, Callback callback, CBDescIn descIn, CallbackDispatcher callbackDispatcher, BACIPriority priority) | |
| BACIPriority | getPriority () |
| final void | run () |
| abstract Object | execute () throws AcsJException |
| void | submit () |
Protected Member Functions | |
| boolean | dispatch () |
Static Protected Member Functions | |
| CBDescOut | generateCBDescOut (CBDescIn descIn) |
Protected Attributes | |
| BACIPriority | priority |
| PrioritizedExecutor | executor |
| CBDescOut | descOut |
| Callback | callback |
| CallbackDispatcher | callbackDispatcher |
| Completion | completion |
| Object | returnValue |
|
||||||||||||||||
|
Constructor of NORMAL priority action (CBvoid callback).
|
|
||||||||||||||||||||
|
Constructor of NORMAL priority action.
|
|
||||||||||||||||||||
|
Constructor.
|
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Dispatch method.
|
|
|
Action to be executed - implement it. If
Implemented in alma::ACS::jbaci::ReflectionBACIAction.
|
|
|
Generates callback out descriptor from in descriptor.
|
|
|
Implements alma::ACS::jbaci::PrioritizedRunnable.
|
|
|
NOT TO BE CHANGED. |
|
|
Sumbit action to be
|
|
|
|
Callback dispatcher (used to dispatch non-CBvoid callbacks). |
|
|
Completion. |
|
|
Callback out descriptor. |
|
|
Executor. |
|
|
Action priority. |
|
|
Return value. |
1.3.8