Public Member Functions | Static Public Attributes

alma.ACS.jbaci.BACIFramework Class Reference

List of all members.

Public Member Functions

synchronized BACITimer getTimer ()
synchronized BACIDispatcher getDispatcher ()
void initialize ()
void initialize (ThreadFactory threadFactory)
void shutdown ()

Static Public Attributes

static BACIFramework INSTANCE = new BACIFramework()

Detailed Description

BACI framework manager class.

Author:
Matej Sekoranja
Version:
$id$

Member Function Documentation

synchronized BACIDispatcher alma.ACS.jbaci.BACIFramework.getDispatcher (  ) 

Get dispatcher instance.

synchronized BACITimer alma.ACS.jbaci.BACIFramework.getTimer (  ) 

Get timer instance (singleton pattern).

void alma.ACS.jbaci.BACIFramework.initialize ( ThreadFactory  threadFactory  ) 

Initialize BACI framework using given thread factory.

Parameters:
threadFactory thread factory to be used, can be null.
void alma.ACS.jbaci.BACIFramework.initialize (  ) 

Initialize BACI framework not using any thread factory.

void alma.ACS.jbaci.BACIFramework.shutdown (  ) 

Shutdown BACI framework (terminate timer and dispatcher threads).

References alma.ACS.jbaci.BACIDispatcher.shutdown(), and alma.ACS.jbaci.BACITimer.shutDown().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties