net.sf.bigyo.container.jmx
Class MX4JRemote

java.lang.Object
  extended by net.sf.bigyo.container.jmx.MX4JRemote

public class MX4JRemote
extends Object

Author:
zsombor Created at 3:22:25 net.sf.bigyo.container.jmx.MX4JRemote

Field Summary
protected  String host
           
 
Constructor Summary
MX4JRemote()
           
 
Method Summary
 void publishJMX(String objectName, Object mbean)
          publish the MBean with the specified name.
 void startManagement()
           
 void stopManagement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

protected String host
Constructor Detail

MX4JRemote

public MX4JRemote()
Method Detail

startManagement

public void startManagement()
                     throws javax.management.MalformedObjectNameException,
                            javax.management.InstanceAlreadyExistsException,
                            javax.management.NotCompliantMBeanException,
                            IOException,
                            javax.management.AttributeNotFoundException,
                            javax.management.InstanceNotFoundException,
                            javax.management.MBeanException,
                            javax.management.ReflectionException
Throws:
javax.management.InstanceAlreadyExistsException
javax.management.NotCompliantMBeanException
IOException
javax.management.AttributeNotFoundException
javax.management.InstanceNotFoundException
javax.management.MBeanException
javax.management.ReflectionException
javax.management.MalformedObjectNameException

stopManagement

public void stopManagement()
                    throws IOException
Throws:
IOException

publishJMX

public void publishJMX(String objectName,
                       Object mbean)
                throws javax.management.JMException
publish the MBean with the specified name.

Parameters:
objectName -
mbean -
Throws:
javax.management.JMException


Copyright © 2004 Sourceforge.net. All Rights Reserved.