eu.reservoir.monitoring.appl.hypervisor
Class CachedDomain

java.lang.Object
  extended by eu.reservoir.monitoring.appl.hypervisor.CachedDomain

public class CachedDomain
extends java.lang.Object

The cached data for a libvirt Domain.


Constructor Summary
CachedDomain()
           
 
Method Summary
 int getID()
          Get the ID.
 org.libvirt.DomainInfo getInfo()
          Get the DomainInfo info for a Domain.
 long getMaxMemory()
          Get the maximum amount of memory for a Domain.
 int getMaxVirtualCPUs()
          Get the maximum no.
 java.lang.String getName()
          Get the name of a Domain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedDomain

public CachedDomain()
Method Detail

getID

public int getID()
Get the ID.


getName

public java.lang.String getName()
Get the name of a Domain.


getMaxMemory

public long getMaxMemory()
Get the maximum amount of memory for a Domain.


getMaxVirtualCPUs

public int getMaxVirtualCPUs()
Get the maximum no. of virtual CPUs for a Domain.


getInfo

public org.libvirt.DomainInfo getInfo()
Get the DomainInfo info for a Domain.



RESERVOIR Monitoring 0.6.4