Uses of Interface
seda.sandStorm.api.internal.SystemManagerIF

Packages that use SystemManagerIF
seda.sandStorm.internal   
seda.sandStorm.lib.aDisk   
seda.sandStorm.lib.aSocket   
seda.sandStorm.main   
 

Uses of SystemManagerIF in seda.sandStorm.internal
 

Classes in seda.sandStorm.internal that implement SystemManagerIF
 class sandStormMgr
          This class provides management functionality for the Sandstorm runtime system.
 

Uses of SystemManagerIF in seda.sandStorm.lib.aDisk
 

Methods in seda.sandStorm.lib.aDisk with parameters of type SystemManagerIF
static void AFileMgr.initialize(ManagerIF mgr, SystemManagerIF sysmgr)
          Called at startup time by the Sandstorm runtime.
 

Constructors in seda.sandStorm.lib.aDisk with parameters of type SystemManagerIF
AFileTPTM(ManagerIF mgr, SystemManagerIF sysmgr)
           
 

Uses of SystemManagerIF in seda.sandStorm.lib.aSocket
 

Methods in seda.sandStorm.lib.aSocket with parameters of type SystemManagerIF
static void aSocketMgr.initialize(ManagerIF mgr, SystemManagerIF sysmgr)
          Called at startup time by the Sandstorm runtime.
 

Uses of SystemManagerIF in seda.sandStorm.main
 

Methods in seda.sandStorm.main that return SystemManagerIF
 SystemManagerIF Sandstorm.getSystemManager()
          Return a handle to the SystemManagerIF for the Sandstorm instance.