org.gridrm.client.utilities.sorma.monitoring.coreAttributes
Class FileSystem

java.lang.Object
  extended by org.gridrm.client.utilities.sorma.monitoring.coreAttributes.FileSystem

public class FileSystem
extends Object


Constructor Summary
FileSystem()
           
 
Method Summary
 void FileSystem(String fileSystemName, File mountpoint, long totalSpace, long freeSpace)
           
 String getFileSystemName()
           
 long getFreeSpace()
           
 File getMountPoint()
           
 long getTotalSpace()
           
 long getUsedSpace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystem

public FileSystem()
Method Detail

FileSystem

public void FileSystem(String fileSystemName,
                       File mountpoint,
                       long totalSpace,
                       long freeSpace)

getFileSystemName

public String getFileSystemName()

getMountPoint

public File getMountPoint()

getFreeSpace

public long getFreeSpace()

getTotalSpace

public long getTotalSpace()

getUsedSpace

public long getUsedSpace()


Copyright © 2007 Garry Smith. All Rights Reserved.