|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mdw.sandStorm.lib.aDisk.AFileMgr
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 | |
(package private) static int |
THREADPOOL_IMPL
|
Constructor Summary | |
AFileMgr()
|
Method Summary | |
(package private) static void |
|
(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 |
static final int THREADPOOL_IMPL
Constructor Detail |
public AFileMgr()
Method Detail |
static void()
public static void initialize(ManagerIF mgr, SystemManagerIF sysmgr) throws java.lang.Exception
static void initialize()
static int getImpl()
static ThreadManagerIF getTM()
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |