g-Eclipse
Release 1.0.0

eu.geclipse.info.glue
Class GlueBatchSystem

java.lang.Object
  extended by eu.geclipse.info.glue.AbstractGlueTable
      extended by eu.geclipse.info.glue.GlueBatchSystem
All Implemented Interfaces:
java.io.Serializable

public class GlueBatchSystem
extends AbstractGlueTable
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Double CPULoadAvg
           
 java.lang.Long FreeJobSlots
           
 GlueHost glueHost
           
 GlueIndex glueIndex
           
 java.util.Date MeasurementDate
           
 java.util.Date MeasurementTime
           
 java.lang.Long NodeCount
           
 java.lang.Long NodeDownCount
           
 java.lang.String NodeDownList
           
 java.lang.Long RAMTotal
           
 java.lang.Long RAMUsed
           
 java.lang.Long TotalJobSlots
           
 java.lang.String Type
           
 
Fields inherited from class eu.geclipse.info.glue.AbstractGlueTable
byRefOnly, displayName, retrievalTime, tableName
 
Constructor Summary
GlueBatchSystem()
           
 
Method Summary
 java.lang.String getID()
           
 void setID(java.lang.String id)
          Set the unique id
 
Methods inherited from class eu.geclipse.info.glue.AbstractGlueTable
getDisplayName, getFieldByName, getKey, getRetrievalTime, getVotype, setFieldByName, setKey, setRetrievalTime, setVoType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glueHost

public GlueHost glueHost

Type

public java.lang.String Type

TotalJobSlots

public java.lang.Long TotalJobSlots

FreeJobSlots

public java.lang.Long FreeJobSlots

NodeCount

public java.lang.Long NodeCount

CPULoadAvg

public java.lang.Double CPULoadAvg

RAMTotal

public java.lang.Long RAMTotal

RAMUsed

public java.lang.Long RAMUsed

NodeDownCount

public java.lang.Long NodeDownCount

NodeDownList

public java.lang.String NodeDownList

MeasurementDate

public java.util.Date MeasurementDate

MeasurementTime

public java.util.Date MeasurementTime

glueIndex

public GlueIndex glueIndex
Constructor Detail

GlueBatchSystem

public GlueBatchSystem()
Method Detail

getID

public java.lang.String getID()
Overrides:
getID in class AbstractGlueTable
Returns:
The unique identified for this Glue entry

setID

public void setID(java.lang.String id)
Set the unique id

Parameters:
id -

g-Eclipse
Release 1.0.0