|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseda.sandStorm.lib.aSocket.aSocketMgr
The aSocketMgr is an internal class used to provide an interface between the Sandstorm runtime and the aSocket library. Applications should not make use of this class.
Field Summary | |
(package private) static boolean |
USE_NIO
|
Constructor Summary | |
aSocketMgr()
|
Method Summary | |
static void |
enqueueRequest(aSocketRequest req)
|
(package private) static aSocketImplFactory |
getFactory()
|
(package private) static void |
init()
Ensure that the aSocket layer is initialized, in case the library is being used 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 boolean USE_NIO
Constructor Detail |
public aSocketMgr()
Method Detail |
public static void initialize(ManagerIF mgr, SystemManagerIF sysmgr) throws java.lang.Exception
java.lang.Exception
static void init()
static aSocketImplFactory getFactory()
public static void enqueueRequest(aSocketRequest req)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |