com.metamatrix.platform.admin.api.runtime
Class SystemState

java.lang.Object
  extended by com.metamatrix.platform.admin.api.runtime.SystemState
All Implemented Interfaces:
java.io.Serializable

public class SystemState
extends java.lang.Object
implements java.io.Serializable

This class is a container for ServiceRegistryBinding objects for all the services running in this VM

See Also:
Serialized Form

Constructor Summary
SystemState(java.util.Collection hosts)
          Create a new instance of VMRegistryBinding.
 
Method Summary
 java.util.Collection getHosts()
           
 boolean hasFailedService()
          Returns true if any services have failed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemState

public SystemState(java.util.Collection hosts)
Create a new instance of VMRegistryBinding.

Parameters:
vmID - Identifies VMController binding represents
vmController - VMController implementation
hostName - Name of host VM is running on
Method Detail

getHosts

public java.util.Collection getHosts()

hasFailedService

public boolean hasFailedService()
Returns true if any services have failed.



Copyright © 2009. All Rights Reserved.