Uses of Interface
org.ocap.storage.LogicalStorageVolume

Packages that use LogicalStorageVolume
org.ocap.dvr.storage Provides management and representation of storage for stored media. 
org.ocap.storage The org.ocap.storage package represents storage devices. 
 

Uses of LogicalStorageVolume in org.ocap.dvr.storage
 

Subinterfaces of LogicalStorageVolume in org.ocap.dvr.storage
 interface MediaStorageVolume
          This interface represents a media volume on a storage device and is contained within a StorageProxy.
 

Methods in org.ocap.dvr.storage with parameters of type LogicalStorageVolume
 long SpaceAllocationHandler.allowReservation(LogicalStorageVolume volume, AppID app, long spaceRequested)
          This method should be used by the implementation to allow the SpaceAllocationHandler to grant a request to reserve space.
 

Uses of LogicalStorageVolume in org.ocap.storage
 

Methods in org.ocap.storage that return LogicalStorageVolume
 LogicalStorageVolume StorageProxy.allocateGeneralPurposeVolume(String name, ExtendedFileAccessPermissions fap)
          Allocates a general purpose LogicalStorageVolume.
 LogicalStorageVolume[] StorageProxy.getVolumes()
          Gets the set of logical volumes see present on the StorageProxy.
 

Methods in org.ocap.storage with parameters of type LogicalStorageVolume
 void StorageProxy.deleteVolume(LogicalStorageVolume vsp)
          Deletes a LogicalStorageVolume.