Kodo 4.2.0. (DEPRECATED)

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

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
12c Release 1 (12.1.1)
Part Number E24400_01