| java.lang.Object seda.sandStorm.lib.aDisk.AFileMgr
AFileMgr | public class AFileMgr (Code) | | 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 |
Method Summary | |
static int | getImpl() Return the code for the implementation being used. | static ThreadManagerIF | getTM() Return the ThreadManagerIF corresponding to the chosen implementation. | public static void | initialize(ManagerIF mgr, SystemManagerIF sysmgr) Called at startup time by the Sandstorm runtime. | static synchronized void | initialize() Called when initialized in standalone mode. |
THREADPOOL_IMPL | final static int THREADPOOL_IMPL(Code) | | |
getImpl | static int getImpl()(Code) | | Return the code for the implementation being used.
|
getTM | static ThreadManagerIF getTM()(Code) | | Return the ThreadManagerIF corresponding to the chosen implementation.
|
initialize | static synchronized void initialize()(Code) | | Called when initialized in standalone mode.
|
|
|