com.sleepycat.je.rep.jmx
Class RepJEDiagnostics

java.lang.Object
  extended by com.sleepycat.je.jmx.JEMBean
      extended by com.sleepycat.je.jmx.JEDiagnostics
          extended by com.sleepycat.je.rep.jmx.RepJEDiagnostics
All Implemented Interfaces:
EnvironmentImpl.MBeanRegistrar, DynamicMBean

public class RepJEDiagnostics
extends JEDiagnostics


Field Summary
 
Fields inherited from class com.sleepycat.je.jmx.JEDiagnostics
ATT_CONSOLEHANDLER_LEVEL, ATT_FILEHANDLER_LEVEL, CONSOLEHANDLER_LEVEL, FILEHANDLER_LEVEL, OP_RESET_LOGGING, OP_RESET_LOGGING_LEVEL, resetLoggingParams
 
Fields inherited from class com.sleepycat.je.jmx.JEMBean
className, currentClass, DESCRIPTION, env, jeName, operationList, server, statParams
 
Constructor Summary
  RepJEDiagnostics()
           
protected RepJEDiagnostics(Environment env)
           
 
Method Summary
protected  void doRegisterMBean(Environment useEnv)
           
protected  void initClassFields()
           
 
Methods inherited from class com.sleepycat.je.jmx.JEDiagnostics
addOperations, getAttribute, getAttributeList, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from class com.sleepycat.je.jmx.JEMBean
doRegister, doUnregister, getConstructors, getMBeanInfo, getNotificationInfo, getStatsConfig, resetMBeanInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.DynamicMBean
getMBeanInfo
 

Constructor Detail

RepJEDiagnostics

protected RepJEDiagnostics(Environment env)

RepJEDiagnostics

public RepJEDiagnostics()
Method Detail

initClassFields

protected void initClassFields()
Overrides:
initClassFields in class JEDiagnostics

doRegisterMBean

protected void doRegisterMBean(Environment useEnv)
                        throws Exception
Overrides:
doRegisterMBean in class JEDiagnostics
Throws:
Exception


Copyright (c) 2004-2012 Oracle. All rights reserved.