Static Public Member Functions | |
synchronized BACITimer | getTimer () |
synchronized BACIDispatcher | getDispatcher () |
void | initialize () |
void | initialize (ThreadFactory threadFactory) |
void | shutdown () |
Static Private Attributes | |
ThreadFactory | threadFactory = null |
BACITimer | timer = null |
BACIDispatcher | dispatcher = null |
|
Get dispather instance. |
|
Get timer instance (singleton pattern). |
|
Initialize BACI framework using given thread factory.
|
|
Initialize BACI framework not using any thread factory. |
|
Shutdown BACI framework (terminate timer and dispatcher threads). |
|
Dispatcher Singleton instance. |
|
ThreadFactory to be used to create threads. |
|
Timer singleton instance. |