Kodo 4.2.0. generated on July 28 2008

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.


Method Summary
 void closeManagement()
           
 void closeProfiling()
           
 Management getManagement()
           
 MBeanProvider[] getMBeanPlugins()
           
 MBeanServer getMBeanServer()
           
 KodoProfilingAgent getProfilingAgent()
           
 void initManagement(MBeanServer server)
           
 void initProfiling(KodoProfilingAgent agent)
           
 
Methods inherited from interface org.apache.openjpa.lib.conf.Configurable
endConfiguration, setConfiguration, startConfiguration
 
Methods inherited from interface org.apache.openjpa.lib.util.Closeable
close
 

Method Detail

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()

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.