Uses of Interface
net.sf.jso.storage.PID

Packages that use PID
net.sf.jso   
net.sf.jso.engine   
net.sf.jso.garbage   
net.sf.jso.remote   
net.sf.jso.storage   
net.sf.jso.util   
 

Uses of PID in net.sf.jso
 

Methods in net.sf.jso that return PID
 PID StorageController.getCurrentPID()
          Gets current storage partition's identification.
 

Uses of PID in net.sf.jso.engine
 

Methods in net.sf.jso.engine that return PID
 PID JSOStorageController.getCurrentPID()
          Gets current storage partition's identification.
 

Uses of PID in net.sf.jso.garbage
 

Methods in net.sf.jso.garbage that return PID
 PID JSOGarbageCollector.getCurrentPID()
          Gets current storage partition's identification.
 PID GarbageCollector.getCurrentPID()
          Gets current storage partition's identification.
 

Uses of PID in net.sf.jso.remote
 

Methods in net.sf.jso.remote that return PID
 PID StorageControllerProxy.getCurrentPID()
           
 PID RemoteStorageController.getCurrentPID()
           
 

Uses of PID in net.sf.jso.storage
 

Methods in net.sf.jso.storage that return PID
 PID ObjectMetadata.getPID()
          Returns object's partition identification.
 

Uses of PID in net.sf.jso.util
 

Classes in net.sf.jso.util that implement PID
 class JSOOID
          Inteface for storable object identification.