eu.xtreemos.xosd.xmlextractor.constants
Class GLUEV12Constants.CompoundConstants

java.lang.Object
  extended by eu.xtreemos.xosd.xmlextractor.constants.GLUEV12Constants.CompoundConstants
Enclosing class:
GLUEV12Constants

public class GLUEV12Constants.CompoundConstants
extends java.lang.Object


Field Summary
static java.lang.String Architecture
           
static java.lang.String ArchitectureSMPSize
           
static java.lang.String Delim
           
static java.lang.String Host
           
static java.lang.String HostName
           
static java.lang.String Load
           
static java.lang.String LoadLast15Min
           
static java.lang.String LoadLast1Min
           
static java.lang.String LoadLast5Min
           
static java.lang.String MainMemory
           
static java.lang.String MainMemoryRAMSize
           
static java.lang.String MainMemoryVirtualSize
           
static java.lang.String NetworkAdapterIPAddress
           
static java.lang.String OpeatingSystemRelease
           
static java.lang.String OperatingSystem
           
static java.lang.String OperatingSystemName
           
static java.lang.String OperatingSystemVersion
           
static java.lang.String Processor
           
static java.lang.String ProcessorClockSpeed
           
static java.lang.String ProcessorInstructionSet
           
static java.lang.String ProcessorModel
           
static java.lang.String ProcessorVendor
           
static java.lang.String SubCluster
           
static java.lang.String SubClusterMainMemory
           
static java.lang.String SubClusterMainMemoryRAMSize
           
static java.lang.String SubClusterMainMemoryVirtualSize
           
static java.lang.String SubClusterOpeatingSystemRelease
           
static java.lang.String SubClusterOperatingSystem
           
static java.lang.String SubClusterOperatingSystemName
           
static java.lang.String SubClusterOperatingSystemVersion
           
 
Constructor Summary
GLUEV12Constants.CompoundConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Delim

public static final java.lang.String Delim
See Also:
Constant Field Values

Host

public static final java.lang.String Host
See Also:
Constant Field Values

HostName

public static final java.lang.String HostName
See Also:
Constant Field Values

SubCluster

public static final java.lang.String SubCluster
See Also:
Constant Field Values

OperatingSystem

public static final java.lang.String OperatingSystem
See Also:
Constant Field Values

OperatingSystemName

public static final java.lang.String OperatingSystemName
See Also:
Constant Field Values

OpeatingSystemRelease

public static final java.lang.String OpeatingSystemRelease
See Also:
Constant Field Values

OperatingSystemVersion

public static final java.lang.String OperatingSystemVersion
See Also:
Constant Field Values

MainMemory

public static final java.lang.String MainMemory
See Also:
Constant Field Values

MainMemoryVirtualSize

public static final java.lang.String MainMemoryVirtualSize
See Also:
Constant Field Values

MainMemoryRAMSize

public static final java.lang.String MainMemoryRAMSize
See Also:
Constant Field Values

Load

public static final java.lang.String Load
See Also:
Constant Field Values

LoadLast15Min

public static final java.lang.String LoadLast15Min
See Also:
Constant Field Values

LoadLast5Min

public static final java.lang.String LoadLast5Min
See Also:
Constant Field Values

LoadLast1Min

public static final java.lang.String LoadLast1Min
See Also:
Constant Field Values

Processor

public static final java.lang.String Processor
See Also:
Constant Field Values

ProcessorVendor

public static final java.lang.String ProcessorVendor
See Also:
Constant Field Values

ProcessorModel

public static final java.lang.String ProcessorModel
See Also:
Constant Field Values

ProcessorClockSpeed

public static final java.lang.String ProcessorClockSpeed
See Also:
Constant Field Values

ProcessorInstructionSet

public static final java.lang.String ProcessorInstructionSet
See Also:
Constant Field Values

Architecture

public static final java.lang.String Architecture
See Also:
Constant Field Values

ArchitectureSMPSize

public static final java.lang.String ArchitectureSMPSize
See Also:
Constant Field Values

SubClusterOperatingSystem

public static final java.lang.String SubClusterOperatingSystem
See Also:
Constant Field Values

SubClusterOperatingSystemName

public static final java.lang.String SubClusterOperatingSystemName
See Also:
Constant Field Values

SubClusterOpeatingSystemRelease

public static final java.lang.String SubClusterOpeatingSystemRelease
See Also:
Constant Field Values

SubClusterOperatingSystemVersion

public static final java.lang.String SubClusterOperatingSystemVersion
See Also:
Constant Field Values

SubClusterMainMemory

public static final java.lang.String SubClusterMainMemory
See Also:
Constant Field Values

SubClusterMainMemoryVirtualSize

public static final java.lang.String SubClusterMainMemoryVirtualSize
See Also:
Constant Field Values

SubClusterMainMemoryRAMSize

public static final java.lang.String SubClusterMainMemoryRAMSize
See Also:
Constant Field Values

NetworkAdapterIPAddress

public static final java.lang.String NetworkAdapterIPAddress
See Also:
Constant Field Values
Constructor Detail

GLUEV12Constants.CompoundConstants

public GLUEV12Constants.CompoundConstants()