|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.admin.ns.ValueListFacade
|
+--com.novell.admin.ns.fs.nw.DirectorySpaceInfoFacade
Facade for File System Directory Space Info syntax.
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
DirectorySpaceInfoFacade(ValueList comp)
Facade constructor |
|
| Method Summary | |
static ValueList |
createValueList(long totalBlocks,
long availableBlocks,
long purgeableBlocks,
long notYetPurgeableBlocks,
long totalDirectoryEntries,
long availableDirectoryEntries,
long sectorsPerBlock,
java.lang.String volumeName,
long currentUse)
File System Directory Space Info ValueList factory. |
long |
getAvailableBlocks()
Retrieve the availableBlocks from the valuelist. |
long |
getAvailableDirectoryEntries()
Retrieve the availableDirectoryEntries from the valuelist. |
long |
getCurrentUse()
Retrieve the currentUse from the valuelist. |
long |
getNotYetPurgeableBlocks()
Retrieve the notYetPurgeableBlocks from the valuelist. |
long |
getPurgeableBlocks()
Retrieve the purgeableBlocks from the valuelist. |
long |
getSectorsPerBlock()
Retrieve the sectorsPerBlock from the valuelist. |
long |
getTotalBlocks()
Retrieve the totalBlocks from the valuelist. |
long |
getTotalDirectoryEntries()
Retrieve the totalDirectoryEntries from the valuelist. |
java.lang.String |
getVolumeName()
Retrieve the name from the valuelist. |
| Methods inherited from class com.novell.admin.ns.ValueListFacade |
getValueList,
replaceBooleanValue,
replaceHexValue,
replaceLongValue,
replaceStringValue,
replaceValueList |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DirectorySpaceInfoFacade(ValueList comp)
throws IncompatibleComponentException
valueList - The ValueList which represents the Directory Space Info
data.| Method Detail |
public static ValueList createValueList(long totalBlocks,
long availableBlocks,
long purgeableBlocks,
long notYetPurgeableBlocks,
long totalDirectoryEntries,
long availableDirectoryEntries,
long sectorsPerBlock,
java.lang.String volumeName,
long currentUse)
throws IncompatibleComponentException
totalBlocks - Refer to Directory Space Info Specification.availableBlocks - Refer to Directory Space Info Specification.purgeableBlocks - Refer to Directory Space Info Specification.notYetPurgeableBlocks - Refer to Directory Space Info Specification.totalDirectoryEntries - Refer to Directory Space Info Specification.availableDirectoryEntries - Refer to Directory Space Info Specification.sectorsPerBlock - Refer to Directory Space Info Specification.volumeName - Refer to Directory Space Info Specification.maximumAvailable - Refer to Directory Space Info Specification.currentUse - Refer to Directory Space Info Specification.public long getTotalBlocks()
public long getAvailableBlocks()
public long getPurgeableBlocks()
public long getNotYetPurgeableBlocks()
public long getTotalDirectoryEntries()
public long getAvailableDirectoryEntries()
public long getSectorsPerBlock()
public java.lang.String getVolumeName()
public long getCurrentUse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||