org.hyperic.hq.product.jmx
Class MxControlPlugin
java.lang.Object
org.hyperic.hq.product.GenericPlugin
org.hyperic.hq.product.ControlPlugin
org.hyperic.hq.product.jmx.MxControlPlugin
public class MxControlPlugin
- extends ControlPlugin
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 |
Methods inherited from class org.hyperic.hq.product.ControlPlugin |
detectState, doAction, doAction, doAction, getActions, getConfigSchema, getManager, getMessage, getResult, getTimeout, getTimeoutMillis, init, setExceptionMessage, setManager, setMessage, setResult, setTimeout, setTimeout, waitForState |
Methods inherited from class org.hyperic.hq.product.GenericPlugin |
adjustClassPath, getAbsoluteFiles, getConfig, getConfig, getCustomPropertiesSchema, getCustomPropertiesSchema, getCustomPropertiesSchema, getDefaultInstallPath, getLog, getLogName, getManagerProperty, getName, getPlatformName, getPluginClassName, getPluginData, getPluginProperty, getPluginVersion, getProductPlugin, getProperties, getScriptExtension, getScriptExtension, getScriptExtension, getTypeInfo, getTypeNameProperty, getTypeNameProperty, getTypeProperties, getTypeProperty, getTypeProperty, getTypeProperty, isNetStatEnabled, isWin32, openResource, setData, setName, setPluginVersion, setTypeInfo, shutdown, toFileList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MxControlPlugin
public MxControlPlugin()
getObjectName
public String getObjectName()
setObjectName
public void setObjectName(String objectName)
configure
public void configure(org.hyperic.util.config.ConfigResponse config)
throws PluginException
- Overrides:
configure
in class GenericPlugin
- Throws:
PluginException
isRunning
protected boolean isRunning()
- Overrides:
isRunning
in class ControlPlugin
doAction
public void doAction(String action,
String[] args)
throws PluginException
- Description copied from class:
ControlPlugin
- Invokes plugin method with the name of param action.
- Overrides:
doAction
in class ControlPlugin
- Throws:
PluginException
invokeMethod
protected void invokeMethod(String action,
String[] args)
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.