Uses of Interface
org.ocap.storage.StorageProxy

Packages that use StorageProxy
org.ocap.storage The org.ocap.storage package represents storage devices. 
 

Uses of StorageProxy in org.ocap.storage
 

Methods in org.ocap.storage that return StorageProxy
abstract  StorageProxy[] StorageManager.getStorageProxies()
          Gets the set of StorageProxy instances representing all of the currently attached or embedded storage devices.
 StorageProxy StorageManagerEvent.getStorageProxy()
          Returns the StorageProxy that caused the event.
 StorageProxy LogicalStorageVolume.getStorageProxy()
          Gets the StorageProxy the volume is a part of.
 

Constructors in org.ocap.storage with parameters of type StorageProxy
StorageManagerEvent(StorageProxy proxy, int eventType)
          Constructs the event.