Uses of Interface
org.ocap.storage.StorageOption

Packages that use StorageOption
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 StorageOption in org.ocap.dvr.storage
 

Subinterfaces of StorageOption in org.ocap.dvr.storage
 interface MediaStorageOption
          This interface represents an option object provided by a StorageProxy that supports media volumes (MediaStorageVolume) that are used by the DVR recording and playback APIs for storing media content.
 

Uses of StorageOption in org.ocap.storage
 

Subinterfaces of StorageOption in org.ocap.storage
 interface DetachableStorageOption
          This interface represents an external device that can be detached.
 interface RemovableStorageOption
          This interface represents a removable storage media bay that supports insertion or removal of storage media while power is applied.
 

Methods in org.ocap.storage that return StorageOption
 StorageOption[] StorageProxy.getOptions()
          Gets the array of storage device options (e.g., DetachableStorageOption).