Uses of Interface
net.sf.jso.schema.SchemaManager

Packages that use SchemaManager
net.sf.jso   
net.sf.jso.engine   
net.sf.jso.remote   
net.sf.jso.schema   
 

Uses of SchemaManager in net.sf.jso
 

Subinterfaces of SchemaManager in net.sf.jso
 interface StorageController
          Controller responsible for coordinating storage operations by several concurrent storage managers.
 

Uses of SchemaManager in net.sf.jso.engine
 

Classes in net.sf.jso.engine that implement SchemaManager
 class JSOStorageController
          Controller responsible for coordinating storage operations by several concurrent storage managers.
 

Uses of SchemaManager in net.sf.jso.remote
 

Classes in net.sf.jso.remote that implement SchemaManager
 class StorageControllerProxy
          Proxy for remote storage controllers.
 

Uses of SchemaManager in net.sf.jso.schema
 

Classes in net.sf.jso.schema that implement SchemaManager
 class JSOSchemaManager
          Manager responsible for schema operations.
 

Constructors in net.sf.jso.schema with parameters of type SchemaManager
JSOSchemaProxy(SchemaManager aSchema)
          Constructs schema proxy.