com.wily.introscope.server.webservicesapi.metricslist
Class DMetric

java.lang.Object
  extended by com.wily.introscope.server.webservicesapi.metricslist.DMetric

public class DMetric
extends java.lang.Object

A fully qualified Metric - Agent Name and Metric Name pair.

See Also:
IMetricsListService

Constructor Summary
DMetric()
           
 
Method Summary
 java.lang.String getAgentName()
          Gets the Agent Name for this metric in the format "Host Name|Process Name|Agent Name".
 java.lang.String getMetricName()
          Gets the Metric Name for this metric
 void setAgentName(java.lang.String agentName)
          Sets the Agent Name for this metric
 void setMetricName(java.lang.String metricName)
          Sets the Metric Name for this metric
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMetric

public DMetric()
Method Detail

getAgentName

public java.lang.String getAgentName()
Gets the Agent Name for this metric in the format "Host Name|Process Name|Agent Name".

Returns:
the Agent Name

setAgentName

public void setAgentName(java.lang.String agentName)
Sets the Agent Name for this metric

Parameters:
agentName - the Agent Name

getMetricName

public java.lang.String getMetricName()
Gets the Metric Name for this metric

Returns:
the Metric Name

setMetricName

public void setMetricName(java.lang.String metricName)
Sets the Metric Name for this metric

Parameters:
metricName - the Metric Name


Copyright © 2007 CA Inc. All Rights Reserved.