|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogicalStorageVolume
This interface represents a logical volume on a storage device.
Each StorageProxy
corresponding to a storage device may
contain LogicalStorageVolumes. A logical volume is a construct for
organizing files on a disk and corresponds to a directory subtree
that is treated as a whole for some purposes.
Method Summary | |
---|---|
ExtendedFileAccessPermissions |
getFileAccessPermissions()
Gets the file access permissions of the logical volume. |
java.lang.String |
getPath()
Gets the absolute path of the volume. |
StorageProxy |
getStorageProxy()
Gets the StorageProxy the volume is a part of. |
void |
setFileAccessPermissions(ExtendedFileAccessPermissions fap)
Sets the file access permissions of the volume. |
Method Detail |
---|
java.lang.String getPath()
StorageProxy getStorageProxy()
StorageProxy
the volume is a part of.
ExtendedFileAccessPermissions getFileAccessPermissions()
void setFileAccessPermissions(ExtendedFileAccessPermissions fap)
fap
- New file access permissions.
java.lang.SecurityException
- if the caller is not the owner of the volume
or does not have MonitorAppPermission("storage").
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |