com.novell.service.session.xplat
Class CallsServiceRemote.VolumeInformationBase

java.lang.Object
  |
  +--com.novell.service.session.xplat.CallsServiceRemote.VolumeInformationBase

public static class CallsServiceRemote.VolumeInformationBase
extends java.lang.Object
implements java.io.Serializable


Field Summary
 int availableBlocks
           
 int availableDirEntries
           
 int sectorsPerBlock
           
 int totalBlocks
           
 int totalDirEntries
           
 int volIsRemovableFlag
           
 java.lang.String volName
           
 
Constructor Summary
CallsServiceRemote.VolumeInformationBase()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

volName

public java.lang.String volName

totalBlocks

public int totalBlocks

sectorsPerBlock

public int sectorsPerBlock

availableBlocks

public int availableBlocks

totalDirEntries

public int totalDirEntries

availableDirEntries

public int availableDirEntries

volIsRemovableFlag

public int volIsRemovableFlag
Constructor Detail

CallsServiceRemote.VolumeInformationBase

public CallsServiceRemote.VolumeInformationBase()