|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.alerts.DMgmtModuleAgentSnapshot
public class DMgmtModuleAgentSnapshot
This class defines an Agent as seen within an Introscope Enterprise Manager within each metric groupings.
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 |
---|
public DMgmtModuleAgentSnapshot()
Method Detail |
---|
public int getAgentCurrStatus()
public void setAgentCurrStatus(int agentCurrStatus)
agentCurrStatus
- public java.lang.String getAgentIdentifier()
public void setAgentIdentifier(java.lang.String agentIdentifier)
agentIdentifier
- public java.lang.String getAgentName()
public void setAgentName(java.lang.String agentName)
agentName
- public int getAgentPrevStatus()
public void setAgentPrevStatus(int agentPrevStatus)
agentPrevStatus
- public java.lang.String getHostName()
public void setHostName(java.lang.String hostName)
hostName
- public java.lang.String getManModuleName()
public void setManModuleName(java.lang.String manModuleName)
manModuleName
- public java.lang.String getProcessName()
public void setProcessName(java.lang.String processName)
processName
- public long getTimeOfStatusChange()
public void setTimeOfStatusChange(long timeOfStatusChange)
timeOfStatusChange
- public java.lang.String getAgentDashboardURL()
public void setAgentDashboardURL(java.lang.String agentDashboardURL)
agentDashboardURL
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |