| |
|
| java.lang.Object org.ow2.easybeans.jmx.JMXRemoteHelper
JMXRemoteHelper | final public class JMXRemoteHelper (Code) | | This helper class allow to start a JMX remote connector allowing to connect remote applications.
This could be for example a JSR88 provider.
author: Florent Benoit |
Method Summary | |
public static synchronized void | startConnector(RegistryComponent registryComponent) Start a JMX connector (used to do remote administration). | public static synchronized void | stopConnector() Start a JMX connector (used to do remote administration). |
startConnector | public static synchronized void startConnector(RegistryComponent registryComponent) throws JMXRemoteException(Code) | | Start a JMX connector (used to do remote administration).
Parameters: registryComponent - to get the provider URL. throws: JMXRemoteException - if the connector can't be started. |
stopConnector | public static synchronized void stopConnector() throws JMXRemoteException(Code) | | Start a JMX connector (used to do remote administration).
throws: JMXRemoteException - if the connector can't be started. |
|
|
|