com.sleepycat.je.dbi
Interface EnvironmentImpl.MBeanRegistrar

All Known Implementing Classes:
JEDiagnostics, JEMBean, JEMonitor, RepJEDiagnostics, RepJEMonitor
Enclosing class:
EnvironmentImpl

public static interface EnvironmentImpl.MBeanRegistrar

Because the Android platform does not have any javax.management classes, we load JEMonitor dynamically to ensure that there are no explicit references to com.sleepycat.je.jmx.*.


Method Summary
 void doRegister(Environment env)
           
 void doUnregister()
           
 

Method Detail

doRegister

void doRegister(Environment env)
                throws Exception
Throws:
Exception

doUnregister

void doUnregister()
                  throws Exception
Throws:
Exception


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