SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

com.solarmetric.manage.jmx
Interface RemoteJMXAdaptor

All Superinterfaces:
Configurable

public interface RemoteJMXAdaptor
extends Configurable

Class that sets up a remote JMX adaptor for remote management.


Method Summary
 void close()
          Shut down the adaptor.
 void init()
          Start up the adaptor.
 void setMBeanServer(javax.management.MBeanServer mbeanServer)
          Set the MBeanServer for remote management.
 
Methods inherited from interface com.solarmetric.conf.Configurable
endConfiguration, setConfiguration, startConfiguration
 

Method Detail

setMBeanServer

public void setMBeanServer(javax.management.MBeanServer mbeanServer)
Set the MBeanServer for remote management. The adaptor will be deployed in this server.

init

public void init()
Start up the adaptor.

close

public void close()
Shut down the adaptor.

SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

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