SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

kodo.manage
Interface ManagementConfiguration

All Superinterfaces:
Configurable
All Known Implementing Classes:
AbstractManagementConfiguration

public interface ManagementConfiguration
extends Configurable

Interface that allows for easy configuration of the management and profiling capabilities.


Method Summary
 JMXInterface getJMXInterface()
           
 MBeanProvider[] getMBeanPlugins()
           
 javax.management.MBeanServer getMBeanServer()
           
 kodo.profile.KodoProfilingAgent getProfilingAgent()
           
 com.solarmetric.profile.ProfilingHelper getProfilingHelper()
           
 com.solarmetric.profile.ProfilingInterface getProfilingInterface()
           
 RemoteJMXAdaptor getRemoteJMXAdaptor()
           
 
Methods inherited from interface com.solarmetric.conf.Configurable
endConfiguration, setConfiguration, startConfiguration
 

Method Detail

getMBeanServer

public javax.management.MBeanServer getMBeanServer()

getRemoteJMXAdaptor

public RemoteJMXAdaptor getRemoteJMXAdaptor()

getJMXInterface

public JMXInterface getJMXInterface()

getMBeanPlugins

public MBeanProvider[] getMBeanPlugins()

getProfilingAgent

public kodo.profile.KodoProfilingAgent getProfilingAgent()

getProfilingInterface

public com.solarmetric.profile.ProfilingInterface getProfilingInterface()

getProfilingHelper

public com.solarmetric.profile.ProfilingHelper getProfilingHelper()

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.