|
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.agents.apache.ApacheTabInterface
| Field Summary | |
|---|---|
static java.lang.String |
APACHE_AGENT_NAME
|
static java.lang.String |
URL
|
| Constructor Summary | |
|---|---|
ApacheTabInterface()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getACAgentName()
Retrieve the agent controller agent name |
java.lang.String |
getErrorMessage()
Retrieve an error message if isValid fails |
AgentSettings |
getSettings(org.eclipse.debug.core.ILaunchConfiguration conf)
Get the AgentSettings wrapper of this agent's configuration details, using the provided configuration as source for the settings. |
AgentVariable[] |
getVariables()
Get the variables and their values from the agent interface |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
Initialize the state of this agent's interface from the provided launch configuration |
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration conf)
Determine whether this launch configuration is valid. |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Apply this agent's settings to the given configuration |
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Set the default values for the agent's configuration in the provided launch configuration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String APACHE_AGENT_NAME
public static final java.lang.String URL
| Constructor Detail |
public ApacheTabInterface()
| Method Detail |
public java.lang.String getACAgentName()
AgentTabInterface
getACAgentName in interface AgentTabInterfacepublic void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
AgentTabInterface
setDefaults in interface AgentTabInterfaceconfiguration - the launch configuration where the default values should be setpublic void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
AgentTabInterface
initializeFrom in interface AgentTabInterfaceconfiguration - the launch configuration to initialize frompublic void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
AgentTabInterface
performApply in interface AgentTabInterfaceconfiguration - the launch configuration to apply topublic boolean isValid(org.eclipse.debug.core.ILaunchConfiguration conf)
AgentTabInterface
isValid in interface AgentTabInterfaceconf - the configuration to check for validity
public java.lang.String getErrorMessage()
AgentTabInterface
getErrorMessage in interface AgentTabInterfacepublic AgentVariable[] getVariables()
AgentTabInterface
getVariables in interface AgentTabInterfacepublic AgentSettings getSettings(org.eclipse.debug.core.ILaunchConfiguration conf)
AgentTabInterface
getSettings in interface AgentTabInterfaceconf - the source configuration
|
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 | ||||||||||