org.hyperic.hq.product
Class RuntimeResourceReport
java.lang.Object
org.hyperic.hq.product.RuntimeResourceReport
public class RuntimeResourceReport
- extends java.lang.Object
A RuntimeResourceReport represents the results of a single server's
runtime scan. It is comprised of an array of platforms.
The platforms are matched against appdef by FQDN.
Within each platform, the servers are matched against appdef
by ID (only if it is the same as the reporting server), and then
by autoinventory-identifier. Within each server, the services
are matched against appdef by name.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RuntimeResourceReport
public RuntimeResourceReport()
RuntimeResourceReport
public RuntimeResourceReport(int serverId)
getServerId
public int getServerId()
setServerId
public void setServerId(int serverId)
getAIPlatforms
public AIPlatformValue[] getAIPlatforms()
setAIPlatforms
public void setAIPlatforms(AIPlatformValue[] aiplatforms)
addAIPlatform
public void addAIPlatform(AIPlatformValue aiplatform)
addAIPlatforms
public void addAIPlatforms(AIPlatformValue[] aiplatforms)
isSameReport
public boolean isSameReport(RuntimeResourceReport other)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.