public interface DiskSizeInterface
Optional interface that a DiskInterface driver can implement to provide disk sizing information. The disk size information may also be specified via the configuration.
Modifier and Type | Method and Description |
---|---|
void |
getDiskInformation(DiskDeviceContext ctx,
SrvDiskInfo diskDev)
Get the disk information for this shared disk device.
|
void getDiskInformation(DiskDeviceContext ctx, SrvDiskInfo diskDev) throws java.io.IOException
ctx
- DiskDeviceContextdiskDev
- SrvDiskInfojava.io.IOException
- The exception description.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.