org.hyperic.hq.product
Class RuntimeResourceReport
java.lang.Object
org.hyperic.hq.product.RuntimeResourceReport
public class RuntimeResourceReport
- extends 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.
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 String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.