Kodo 4.2.0. generated on July 28 2008

kodo.manage
Class ManagementConfigurationManagementJMX2Remote

java.lang.Object
  extended by kodo.manage.AbstractManagementConfiguration
      extended by kodo.manage.ManagementConfigurationManagement
          extended by kodo.manage.ManagementConfigurationManagementJMX2Remote
All Implemented Interfaces:
ManagementConfiguration, Configurable, Closeable

public class ManagementConfigurationManagementJMX2Remote
extends ManagementConfigurationManagement

Abstract configuration for local JMX.


Field Summary
 
Fields inherited from class kodo.manage.AbstractManagementConfiguration
conf, mgmnt
 
Constructor Summary
ManagementConfigurationManagementJMX2Remote()
           
 
Method Summary
 void closeManagement()
           
 Collection getPlugins()
           
 void initManagement(MBeanServer server)
           
 void setHost(String host)
           
 void setNamingImpl(String namingImpl)
           
 void setPort(int port)
           
 void setServiceURL(String serviceUrl)
           
 void startConfiguration()
           
 
Methods inherited from class kodo.manage.ManagementConfigurationManagement
getMBeanPlugins, getMBeanServer, getMBeanServerStrategy, setEnableLogMBean, setEnableRuntimeMBean, setMBeanServerStrategy
 
Methods inherited from class kodo.manage.AbstractManagementConfiguration
close, closeProfiling, endConfiguration, getManagement, getProfiling, getProfilingAgent, initProfiling, setConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementConfigurationManagementJMX2Remote

public ManagementConfigurationManagementJMX2Remote()
Method Detail

startConfiguration

public void startConfiguration()
Specified by:
startConfiguration in interface Configurable
Overrides:
startConfiguration in class AbstractManagementConfiguration

getPlugins

public Collection getPlugins()
Overrides:
getPlugins in class AbstractManagementConfiguration

initManagement

public void initManagement(MBeanServer server)
                    throws Exception
Specified by:
initManagement in interface ManagementConfiguration
Overrides:
initManagement in class AbstractManagementConfiguration
Throws:
Exception

closeManagement

public void closeManagement()
Specified by:
closeManagement in interface ManagementConfiguration
Overrides:
closeManagement in class AbstractManagementConfiguration

setHost

public void setHost(String host)

setNamingImpl

public void setNamingImpl(String namingImpl)

setPort

public void setPort(int port)

setServiceURL

public void setServiceURL(String serviceUrl)

Kodo 4.2.0. generated on July 28 2008

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