| Interface | Description |
|---|---|
| BACIDispatchAction.DispatchFailedListener |
Dispatch failed listener interface.
|
| BACITimer.TimerRunnable |
Timer runnable interface.
|
| CallbackDispatcher |
Interface defining generic method to dispatch a callback.
|
| DataAccess |
Data access interface.
|
| DataAccess.ValueChangeListener |
Value change listener interface.
|
| PrioritizedExecutor |
Interface defining
PrioritizedRunnable executor. |
| PrioritizedRunnable |
Runnable interface with addition of taks being prioritized. |
| Class | Description |
|---|---|
| BACIAction |
BACI action.
|
| BACIDispatchAction |
BACI dispatch action.
|
| BACIDispatcher |
BACI dispatcher (thread pool)
|
| BACIFramework |
BACI framework manager class.
|
| BACIPriority |
BACI priority.
|
| BACITimer |
BACI timer.
|
| BACITimer.TaskNode | |
| CBvoidCallbackDispatcher |
Implementation of CBvoid callback dispatcher as singleton.
|
| CompletionUtil |
Completion utilities. |
| DataAccessSupport |
Convenience implementation of
DataAccess - implementing listener (de)registration. |
| Heap |
A heap-based priority queue.
|
| MemoryDataAccess |
Memory data access (what you set is what you get) implementation.
|
| PrioritizedRunnableComparator<T> |
Implementation of
PrioritizedRunnable comparator. |
| PropertySetImpl |
Implementation of
org.omg.CosPropertyService.PropertySet. |
| ReflectionBACIAction |
BACI action using reflection to invoke BACI method.
|
| Exception | Description |
|---|---|
| DataAccess.OnChangeNotSupportedException |
Exeption thrown if
DataAccess does not support on-change notifications. |
| PropertyInitializationFailed |
Exception thrown if property initialization failed.
|