|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.perfmon.internal.agentextension.AgentSettings
Settings wrapper class containing all agent specific settings. Used during launch of the agent.
| Constructor Summary | |
|---|---|
AgentSettings()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAgentName()
Retrieve the agent name |
java.lang.String |
getProcessExe()
Retrieve the process exe name |
java.lang.String |
getProcessName()
Retrieve the process name |
AgentVariable[] |
getVariables()
Retrieve the agent specific variables |
void |
setAgentName(java.lang.String name)
Set the agent name to be launched |
void |
setProcessExe(java.lang.String exe)
Set the process executable name |
void |
setProcessName(java.lang.String name)
Set the process name to be launched by the agent controller |
void |
setVariables(AgentVariable[] variables)
Set the agent specific variables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AgentSettings()
| Method Detail |
public void setAgentName(java.lang.String name)
name - the agent namepublic void setProcessName(java.lang.String name)
name - the process namepublic void setProcessExe(java.lang.String exe)
exe - the executable namepublic java.lang.String getAgentName()
public java.lang.String getProcessName()
public java.lang.String getProcessExe()
public void setVariables(AgentVariable[] variables)
variables - public AgentVariable[] getVariables()
|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||