com.wily.introscope.server.webservicesapi.alerts
Class DMgmtModuleAgentSnapshot

java.lang.Object
  extended by com.wily.introscope.server.webservicesapi.alerts.DMgmtModuleAgentSnapshot
All Implemented Interfaces:
java.io.Serializable

public class DMgmtModuleAgentSnapshot
extends java.lang.Object
implements java.io.Serializable

This class defines an Agent as seen within an Introscope Enterprise Manager within each metric groupings.

Author:
sensu01
See Also:
Serialized Form

Constructor Summary
DMgmtModuleAgentSnapshot()
          Default constructor for the Agent snapshot
 
Method Summary
 int getAgentCurrStatus()
          Returns the current status of the Agent
 java.lang.String getAgentDashboardURL()
           
 java.lang.String getAgentIdentifier()
          Returns the identifier of the Agent
 java.lang.String getAgentName()
          Returns the name of the Agent
 int getAgentPrevStatus()
          Returns the previous status of the Agent
 java.lang.String getHostName()
          Returns the host name where the Agent has been installed
 java.lang.String getManModuleName()
          Returns the Management Module name that the Agent is associated with
 java.lang.String getProcessName()
          Returns the process name that the Agent is associated with
 long getTimeOfStatusChange()
           
 void setAgentCurrStatus(int agentCurrStatus)
          Sets the current status of the Agent
 void setAgentDashboardURL(java.lang.String agentDashboardURL)
           
 void setAgentIdentifier(java.lang.String agentIdentifier)
          Sets the identifier of the Agent
 void setAgentName(java.lang.String agentName)
          Sets the name of the Agent
 void setAgentPrevStatus(int agentPrevStatus)
          Sets the previous status of the Agent
 void setHostName(java.lang.String hostName)
          Sets the host name where the Agent has been installed
 void setManModuleName(java.lang.String manModuleName)
          Sets the Management Module name that the Agent is associated with
 void setProcessName(java.lang.String processName)
          Sets the Management Module name that the Agent is associated with
 void setTimeOfStatusChange(long timeOfStatusChange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMgmtModuleAgentSnapshot

public DMgmtModuleAgentSnapshot()
Default constructor for the Agent snapshot

Method Detail

getAgentCurrStatus

public int getAgentCurrStatus()
Returns the current status of the Agent

Returns:
int

setAgentCurrStatus

public void setAgentCurrStatus(int agentCurrStatus)
Sets the current status of the Agent

Parameters:
agentCurrStatus -

getAgentIdentifier

public java.lang.String getAgentIdentifier()
Returns the identifier of the Agent

Returns:
String

setAgentIdentifier

public void setAgentIdentifier(java.lang.String agentIdentifier)
Sets the identifier of the Agent

Parameters:
agentIdentifier -

getAgentName

public java.lang.String getAgentName()
Returns the name of the Agent

Returns:
String

setAgentName

public void setAgentName(java.lang.String agentName)
Sets the name of the Agent

Parameters:
agentName -

getAgentPrevStatus

public int getAgentPrevStatus()
Returns the previous status of the Agent

Returns:
int

setAgentPrevStatus

public void setAgentPrevStatus(int agentPrevStatus)
Sets the previous status of the Agent

Parameters:
agentPrevStatus -

getHostName

public java.lang.String getHostName()
Returns the host name where the Agent has been installed

Returns:
String

setHostName

public void setHostName(java.lang.String hostName)
Sets the host name where the Agent has been installed

Parameters:
hostName -

getManModuleName

public java.lang.String getManModuleName()
Returns the Management Module name that the Agent is associated with

Returns:
String

setManModuleName

public void setManModuleName(java.lang.String manModuleName)
Sets the Management Module name that the Agent is associated with

Parameters:
manModuleName -

getProcessName

public java.lang.String getProcessName()
Returns the process name that the Agent is associated with

Returns:
String

setProcessName

public void setProcessName(java.lang.String processName)
Sets the Management Module name that the Agent is associated with

Parameters:
processName -

getTimeOfStatusChange

public long getTimeOfStatusChange()
Returns:

setTimeOfStatusChange

public void setTimeOfStatusChange(long timeOfStatusChange)
Parameters:
timeOfStatusChange -

getAgentDashboardURL

public java.lang.String getAgentDashboardURL()
Returns:
the agentDashboardURL

setAgentDashboardURL

public void setAgentDashboardURL(java.lang.String agentDashboardURL)
Parameters:
agentDashboardURL -


Copyright © 2007 CA Inc. All Rights Reserved.