kodo.manage
Interface ManagementConfiguration
- All Superinterfaces:
- Closeable, Configurable
- All Known Implementing Classes:
- AbstractManagementConfiguration, ManagementConfigurationManagement, ManagementConfigurationManagementJMX2Remote, ManagementConfigurationManagementLocal, ManagementConfigurationManagementMX4J1Remote, ManagementConfigurationManagementWL81, ManagementConfigurationNone
public interface ManagementConfiguration
- extends Configurable, Closeable
Interface that allows for easy configuration of the management and
profiling capabilities.
Methods inherited from interface org.apache.openjpa.lib.util.Closeable |
close |
getManagement
Management getManagement()
getMBeanServer
MBeanServer getMBeanServer()
initManagement
void initManagement(MBeanServer server)
throws Exception
- Throws:
Exception
closeManagement
void closeManagement()
getMBeanPlugins
MBeanProvider[] getMBeanPlugins()
getProfilingAgent
KodoProfilingAgent getProfilingAgent()
initProfiling
void initProfiling(KodoProfilingAgent agent)
closeProfiling
void closeProfiling()
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.