More information: http://www.cs.berkeley.edu/~mdw/proj/seda/

mdw.sandStorm.lib.aSocket
Class aSocketMgr

java.lang.Object
  |
  +--mdw.sandStorm.lib.aSocket.aSocketMgr

public class aSocketMgr
extends java.lang.Object

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.

Author:
Matt Welsh

Constructor Summary
aSocketMgr()
           
 
Method Summary
(package private) static void enqueueRequest(aSocketRequest req)
           
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
 

Constructor Detail

aSocketMgr

public aSocketMgr()
Method Detail

initialize

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

enqueueRequest

static void enqueueRequest(aSocketRequest req)

More information: http://www.cs.berkeley.edu/~mdw/proj/seda/