|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.starla.smb.SMBDiskInfo
SMB disk information class.
The SMBDiskInfo class contains the details of a remote disk share. This class is returned by the SMBDiskSession.getDiskInformation () method.
Method Summary | |
int |
getBlockSize()
Get the block size, in bytes. |
int |
getBlocksPerAllocationUnit()
Get the number of blocks per allocation unit. |
int |
getDiskFreeSizeKb()
Get the disk free space in kilobytes. |
int |
getDiskFreeSizeMb()
Get the disk free space in megabytes. |
int |
getDiskSizeKb()
Get the disk size in kilobytes. |
int |
getDiskSizeMb()
Get the disk size in megabytes. |
int |
getFreeUnits()
Get the number of free units on this share. |
java.lang.String |
getNodeName()
Get the node name. |
java.lang.String |
getShareName()
Get the share name. |
int |
getTotalUnits()
Get the total number of allocation units. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public final int getBlockSize()
public final int getBlocksPerAllocationUnit()
public final int getDiskFreeSizeKb()
public final int getDiskFreeSizeMb()
public final int getDiskSizeKb()
public final int getDiskSizeMb()
public final int getFreeUnits()
public final java.lang.String getNodeName()
public final java.lang.String getShareName()
public final int getTotalUnits()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |