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

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

public class HostData
extends ComponentData

This class contains information about a host that is running or deployed for this system

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.platform.admin.api.runtime.ComponentData
deployed, hashCode, registered
 
Constructor Summary
HostData(java.lang.String hostName, java.util.Collection processes, boolean deployed, boolean registered, java.util.Properties props)
          Construct an instance for the given hostName
 
Method Summary
 java.util.Collection getProcesses()
          Return a list of ProcessData objects for this host
 java.util.Properties getProperties()
           
 
Methods inherited from class com.metamatrix.platform.admin.api.runtime.ComponentData
equals, getName, hashCode, isDeployed, isRegistered, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostData

public HostData(java.lang.String hostName,
                java.util.Collection processes,
                boolean deployed,
                boolean registered,
                java.util.Properties props)
Construct an instance for the given hostName

Parameters:
hostName - Name of host
Method Detail

getProcesses

public java.util.Collection getProcesses()
Return a list of ProcessData objects for this host

Returns:
List of ProcessData objects.

getProperties

public java.util.Properties getProperties()


Copyright © 2009. All Rights Reserved.