seda.sandStorm.lib.aDisk
Class AFileMgr

java.lang.Object
  extended by seda.sandStorm.lib.aDisk.AFileMgr

public class AFileMgr
extends java.lang.Object

The AFileMgr is an internal class used to provide an interface between the Sandstorm runtime and the aDisk library. Applications should not make use of this class.


Field Summary
private static ThreadManagerIF aFileTM
           
private static boolean DEBUG
           
private static int IMPL_TO_USE
           
private static java.lang.Object init_lock
           
private static boolean initialized
           
(package private) static int THREADPOOL_IMPL
           
 
Constructor Summary
AFileMgr()
           
 
Method Summary
(package private) static int getImpl()
          Return the code for the implementation being used.
(package private) static ThreadManagerIF getTM()
          Return the ThreadManagerIF corresponding to the chosen implementation.
(package private) static void initialize()
          Called when initialized in standalone mode.
static void initialize(ManagerIF mgr, SystemManagerIF sysmgr)
          Called at startup time by the Sandstorm runtime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

private static final boolean DEBUG
See Also:
Constant Field Values

THREADPOOL_IMPL

static final int THREADPOOL_IMPL
See Also:
Constant Field Values

IMPL_TO_USE

private static int IMPL_TO_USE

aFileTM

private static ThreadManagerIF aFileTM

initialized

private static boolean initialized

init_lock

private static java.lang.Object init_lock
Constructor Detail

AFileMgr

public AFileMgr()
Method Detail

initialize

public static void initialize(ManagerIF mgr,
                              SystemManagerIF sysmgr)
                       throws java.lang.Exception
Called at startup time by the Sandstorm runtime.

Throws:
java.lang.Exception

initialize

static void initialize()
Called when initialized in standalone mode.


getImpl

static int getImpl()
Return the code for the implementation being used.


getTM

static ThreadManagerIF getTM()
Return the ThreadManagerIF corresponding to the chosen implementation.