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

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

public class DMetricPath
extends java.lang.Object

A fully-qualified metric path.

See Also:
IMetricsListService

Constructor Summary
DMetricPath()
           
 
Method Summary
 java.lang.String getAgentName()
          Gets Agent Name for this metric path in the format "Host Name|Process Name|Agent Name".
 java.lang.String getMetricPath()
          Gets the non-qualified metric path
 void setAgentName(java.lang.String agentName)
          Sets the Agent Name for this metric path
 void setMetricPath(java.lang.String metricPath)
          Sets the non-qualified metric path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMetricPath

public DMetricPath()
Method Detail

getAgentName

public java.lang.String getAgentName()
Gets Agent Name for this metric path 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 path

Parameters:
agentName - The agent name

getMetricPath

public java.lang.String getMetricPath()
Gets the non-qualified metric path

Returns:
the metric path

setMetricPath

public void setMetricPath(java.lang.String metricPath)
Sets the non-qualified metric path

Parameters:
metricPath - the metric path


Copyright © 2007 CA Inc. All Rights Reserved.