org.hyperic.hq.product
Class ServerResource
java.lang.Object
org.hyperic.hq.product.ServerResource
public class ServerResource
- extends Object
ServerResource
public ServerResource()
getResource
public Object getResource()
setPlatformFqdn
public void setPlatformFqdn(String name)
- This attribute should only be set if discovered server is hosted
on a platform other than the platform which ran the auto discovery.
The WebLogic plugin for example may find cluster nodes on other
platforms. Note that setting this attribute will also require the
given platform to exist in the HQ inventory.
getPlatformFqdn
public String getPlatformFqdn()
setConnectProperties
public void setConnectProperties(String[] keys)
getConnectProperties
public String[] getConnectProperties()
addService
public void addService(ServiceResource service)
addServiceType
public void addServiceType(ServiceType serviceType)
setInstallPath
public void setInstallPath(String name)
getInstallPath
public String getInstallPath()
setIdentifier
public void setIdentifier(String name)
getIdentifier
public String getIdentifier()
setType
public void setType(GenericPlugin plugin)
setType
public void setType(String name)
getType
public String getType()
setName
public void setName(String name)
getName
public String getName()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
getProductConfig
public org.hyperic.util.config.ConfigResponse getProductConfig()
setProductConfig
public void setProductConfig(org.hyperic.util.config.ConfigResponse config)
getMeasurementConfig
public org.hyperic.util.config.ConfigResponse getMeasurementConfig()
setMeasurementConfig
public void setMeasurementConfig(org.hyperic.util.config.ConfigResponse config)
setMeasurementConfig
public void setMeasurementConfig(org.hyperic.util.config.ConfigResponse config,
int logTrackLevel,
boolean enableConfigTrack)
getControlConfig
public org.hyperic.util.config.ConfigResponse getControlConfig()
setControlConfig
public void setControlConfig(org.hyperic.util.config.ConfigResponse config)
setProductConfig
public void setProductConfig()
setMeasurementConfig
public void setMeasurementConfig()
setControlConfig
public void setControlConfig()
getCustomProperties
public org.hyperic.util.config.ConfigResponse getCustomProperties()
setCustomProperties
public void setCustomProperties(org.hyperic.util.config.ConfigResponse config)
setProductConfig
public void setProductConfig(Map config)
setMeasurementConfig
public void setMeasurementConfig(Map config)
setControlConfig
public void setControlConfig(Map config)
setCustomProperties
public void setCustomProperties(Map props)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.