gr.uoa.di.madgik.commons.infra
Class HostingNode

java.lang.Object
  extended by gr.uoa.di.madgik.commons.infra.HostingNode

public class HostingNode
extends java.lang.Object


Field Summary
static java.lang.String DiskSizeProperty
           
static java.lang.String HostnameFullProperty
           
static java.lang.String HostnameProperty
           
static java.lang.String LoadFifteenMinutesProperty
           
static java.lang.String LoadFiveMinutesProperty
           
static java.lang.String LoadOneHourProperty
           
static java.lang.String LoadOneWeekProperty
           
static java.lang.String PhysicalMemoryAvailableProperty
           
static java.lang.String PhysicalMemorySizeProperty
           
static java.lang.String PortProperty
           
static java.lang.String ProcessorCountProperty
           
static java.lang.String ProcessorTotalBogomipsProperty
           
static java.lang.String ProcessorTotalClockSpeedProperty
           
static java.lang.String VirtualMemoryAvailableProperty
           
static java.lang.String VirtualMemorySizeProperty
           
 
Constructor Summary
HostingNode(java.lang.String id, java.util.Map<java.lang.String,java.lang.String> pairs)
           
 
Method Summary
 java.lang.String getId()
           
 java.util.Map<java.lang.String,java.lang.String> getProperties()
           
 java.lang.String getPropertyByName(java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HostnameProperty

public static java.lang.String HostnameProperty

HostnameFullProperty

public static java.lang.String HostnameFullProperty

PortProperty

public static java.lang.String PortProperty

LoadOneHourProperty

public static java.lang.String LoadOneHourProperty

LoadOneWeekProperty

public static java.lang.String LoadOneWeekProperty

LoadFiveMinutesProperty

public static java.lang.String LoadFiveMinutesProperty

LoadFifteenMinutesProperty

public static java.lang.String LoadFifteenMinutesProperty

DiskSizeProperty

public static java.lang.String DiskSizeProperty

PhysicalMemorySizeProperty

public static java.lang.String PhysicalMemorySizeProperty

PhysicalMemoryAvailableProperty

public static java.lang.String PhysicalMemoryAvailableProperty

VirtualMemorySizeProperty

public static java.lang.String VirtualMemorySizeProperty

VirtualMemoryAvailableProperty

public static java.lang.String VirtualMemoryAvailableProperty

ProcessorCountProperty

public static java.lang.String ProcessorCountProperty

ProcessorTotalBogomipsProperty

public static java.lang.String ProcessorTotalBogomipsProperty

ProcessorTotalClockSpeedProperty

public static java.lang.String ProcessorTotalClockSpeedProperty
Constructor Detail

HostingNode

public HostingNode(java.lang.String id,
                   java.util.Map<java.lang.String,java.lang.String> pairs)
Method Detail

getId

public java.lang.String getId()

getPropertyByName

public java.lang.String getPropertyByName(java.lang.String propertyName)

getProperties

public java.util.Map<java.lang.String,java.lang.String> getProperties()