public class JmxConfigCreateCommand extends JmxCommand
Constructor and Description |
---|
JmxConfigCreateCommand() |
Modifier and Type | Method and Description |
---|---|
protected void |
execute()
Each subclass should implement an execute methode to implement its behaviour.
|
protected void |
execute(MBeanServerConnection mbeanServerConnection) |
protected String |
getDescription()
Returns the description (used for the usage) of the command.
|
protected void |
validate(org.kohsuke.args4j.CmdLineParser parser) |
getParser, isHelp, printUsage, run
protected void validate(org.kohsuke.args4j.CmdLineParser parser) throws org.kohsuke.args4j.CmdLineException
validate
in class JmxCommand
org.kohsuke.args4j.CmdLineException
protected void execute() throws org.kohsuke.args4j.CmdLineException, CmdRunException
Command
execute
in class JmxCommand
org.kohsuke.args4j.CmdLineException
CmdRunException
protected void execute(MBeanServerConnection mbeanServerConnection) throws IOException, MBeanServerQueryException, JMException
execute
in class JmxCommand
IOException
MBeanServerQueryException
JMException
protected String getDescription()
Command
getDescription
in class Command
Copyright © 2021. All rights reserved.