Package org.bedework.bwcli.jmxcmd
Class JmxCmd
- java.lang.Object
-
- org.bedework.util.cli.CommandInterpreter
-
- org.bedework.bwcli.jmxcmd.JmxCmd
-
- Direct Known Subclasses:
CmdCalSchema,CmdCardSchema,CmdEventregSchema,CmdIdxStats,CmdJmxSetAttr,CmdListIdx,CmdMakeIdxProd,CmdNewidx,CmdNotifierSchema,CmdPurgeIdx,CmdRebuildIdx,CmdRebuildStatus,CmdReindex,CmdRestoreCalData,CmdSelfRegAdduser,CmdSelfregSchema,CmdSync,CmdSysStats,CmdSystem,CmdTzGetAttr,CmdTzRefresh,CmdTzSetAttr,ToolCmd,ToolSource,ToolUser
public abstract class JmxCmd extends org.bedework.util.cli.CommandInterpreterUser: mike Date: 11/11/16 Time: 21:41
-
-
Field Summary
Fields Modifier and Type Field Description protected org.bedework.util.jolokia.JolokiaClicliprotected JolokiaConfigClientjcc
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voiddoExecute()voidexecute(org.bedework.util.cli.Cli cli)voidinfo(String msg)protected voidmultiLine(List<String> resp)
-
-
-
Field Detail
-
cli
protected org.bedework.util.jolokia.JolokiaCli cli
-
jcc
protected JolokiaConfigClient jcc
-
-
Method Detail
-
execute
public void execute(org.bedework.util.cli.Cli cli)
- Specified by:
executein classorg.bedework.util.cli.CommandInterpreter
-
info
public void info(String msg)
-
-