seda.sandStorm.lib.aDisk
Class AFileMgr

java.lang.Object
  extended byseda.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.

Author:
Matt Welsh

Field Summary
(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

THREADPOOL_IMPL

static final int THREADPOOL_IMPL
See Also:
Constant Field Values
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.