eu.xtreemos.xosd.xmlextractor.constants
Class GLUEV12Constants

java.lang.Object
  extended by eu.xtreemos.xosd.xmlextractor.constants.GLUEV12Constants

public class GLUEV12Constants
extends java.lang.Object

A class containing contants of keys for GLUE v12 XML.

Version:
0.01 Only the most relevant strings are present.
Author:
Matej

Nested Class Summary
 class GLUEV12Constants.CompoundConstants
           
 
Field Summary
static java.lang.String Architecture
           
static java.lang.String ClockSpeed
           
static java.lang.String Cluster
           
static java.lang.String ComputingElement
           
static java.lang.String Description
           
static java.lang.String Host
           
static java.lang.String HostName
           
static java.lang.String InstructionSet
           
static java.lang.String IPAddress
           
static java.lang.String Last15Min
           
static java.lang.String Last1Min
           
static java.lang.String Last5Min
           
static java.lang.String Load
           
static java.lang.String LogicalCPUs
           
static java.lang.String MainMemory
           
static java.lang.String Model
           
static java.lang.String Name
           
static java.lang.String NetworkAdapter
           
static java.lang.String OperatingSystem
           
static java.lang.String PhysicalCPUs
           
static java.lang.String Processor
           
static java.lang.String RAMSize
           
static java.lang.String Release
           
static java.lang.String Site
           
static java.lang.String SMPSize
           
static java.lang.String SubCluster
           
static java.lang.String UniqueID
           
static java.lang.String Vendor
           
static java.lang.String Version
           
static java.lang.String VirtualSize
           
 
Constructor Summary
GLUEV12Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Site

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

Host

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

UniqueID

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

Name

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

Description

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

Cluster

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

ComputingElement

public static final java.lang.String ComputingElement
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

PhysicalCPUs

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

LogicalCPUs

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

OperatingSystem

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

Release

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

Version

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

Processor

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

Model

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

ClockSpeed

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

InstructionSet

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

Vendor

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

Architecture

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

MainMemory

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

RAMSize

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

VirtualSize

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

SMPSize

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

IPAddress

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

NetworkAdapter

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

Load

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

Last15Min

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

Last1Min

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

Last5Min

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

GLUEV12Constants

public GLUEV12Constants()