|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.hq.product.GenericPlugin
org.hyperic.hq.product.ControlPlugin
org.hyperic.hq.product.jmx.MxControlPlugin
public class MxControlPlugin
| Field Summary |
|---|
| Fields inherited from class org.hyperic.hq.product.ControlPlugin |
|---|
DEFAULT_TIMEOUT, manager, PROP_TIMEOUT, RESULT_FAILURE, RESULT_SUCCESS, STATE_RESTARTING, STATE_STARTED, STATE_STARTING, STATE_STOPPED, STATE_STOPPING, STATE_UNKNOWN |
| Fields inherited from class org.hyperic.hq.product.GenericPlugin |
|---|
config, FILE_DELIM, FILE_DELIM_ESC, PROP_NAME |
| Constructor Summary | |
|---|---|
MxControlPlugin()
|
|
| Method Summary | |
|---|---|
void |
configure(ConfigResponse config)
|
void |
doAction(java.lang.String action,
java.lang.String[] args)
Invokes plugin method with the name of param action. |
java.lang.String |
getObjectName()
|
protected void |
invokeMethod(java.lang.String action,
java.lang.String[] args)
|
protected boolean |
isRunning()
|
void |
setObjectName(java.lang.String objectName)
|
| Methods inherited from class org.hyperic.hq.product.ControlPlugin |
|---|
detectState, doAction, getActions, getConfigSchema, getManager, getMessage, getResult, getTimeout, getTimeoutMillis, init, setManager, setMessage, setResult, setTimeout, setTimeout, waitForState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MxControlPlugin()
| Method Detail |
|---|
public java.lang.String getObjectName()
public void setObjectName(java.lang.String objectName)
public void configure(ConfigResponse config)
throws PluginException
configure in class GenericPluginPluginExceptionprotected boolean isRunning()
isRunning in class ControlPlugin
public void doAction(java.lang.String action,
java.lang.String[] args)
throws PluginException
ControlPlugin
doAction in class ControlPluginPluginException
protected void invokeMethod(java.lang.String action,
java.lang.String[] args)
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||