com.sleepycat.je.rep.jmx
Class RepJEMonitor
java.lang.Object
com.sleepycat.je.jmx.JEMBean
com.sleepycat.je.jmx.JEMonitor
com.sleepycat.je.rep.jmx.RepJEMonitor
- All Implemented Interfaces:
- EnvironmentImpl.MBeanRegistrar, DynamicMBean
public class RepJEMonitor
- extends JEMonitor
A concrete MBean for monitoring a replicated open JE Environment.
It not only has the same attributes and operations as the standalone
JEMonitor, but also has some special replicated related operations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OP_DUMP_REPSTATS
public static final String OP_DUMP_REPSTATS
- See Also:
- Constant Field Values
OP_GET_REP_TIPS
public static final String OP_GET_REP_TIPS
- See Also:
- Constant Field Values
OP_DUMP_STATE
static final String OP_DUMP_STATE
- See Also:
- Constant Field Values
RepJEMonitor
protected RepJEMonitor(Environment env)
RepJEMonitor
public RepJEMonitor()
initClassFields
protected void initClassFields()
- Overrides:
initClassFields
in class JEMonitor
invoke
public Object invoke(String actionName,
Object[] params,
String[] signature)
throws MBeanException
- Specified by:
invoke
in interface DynamicMBean
- Overrides:
invoke
in class JEMonitor
- Throws:
MBeanException
- See Also:
DynamicMBean.invoke(java.lang.String, java.lang.Object[], java.lang.String[])
doRegisterMBean
protected void doRegisterMBean(Environment useEnv)
throws Exception
- Overrides:
doRegisterMBean
in class JEMonitor
- Throws:
Exception
addOperations
protected void addOperations()
- Description copied from class:
JEMBean
- Add MBean operations into the list.
- Overrides:
addOperations
in class JEMonitor
Copyright (c) 2004-2012 Oracle. All rights reserved.