|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.jmx.JMXRemoteHelper
public final class JMXRemoteHelper
This helper class allow to start a JMX remote connector allowing to connect remote applications. This could be for example a JSR88 provider.
Field Summary | |
---|---|
private static java.lang.String |
DEFAULT_NAME_CONNECTOR
ObjectName for the connector. |
private static java.lang.String |
DEFAULT_URL
Default URL. |
private static javax.management.remote.JMXConnectorServer |
jmxConnectorServer
JMX connector (server side). |
Constructor Summary | |
---|---|
private |
JMXRemoteHelper()
Utility class, no public constructor. |
Method Summary | |
---|---|
private static void |
init()
Build a new JMX Remote connector. |
static void |
startConnector()
Start a JMX connector (used to do remote administration). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static javax.management.remote.JMXConnectorServer jmxConnectorServer
private static final java.lang.String DEFAULT_URL
private static final java.lang.String DEFAULT_NAME_CONNECTOR
Constructor Detail |
---|
private JMXRemoteHelper()
Method Detail |
---|
private static void init() throws JMXRemoteException
JMXRemoteException
- if jmx connector can't be built.public static void startConnector() throws JMXRemoteException
JMXRemoteException
- if the connector can't be started.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |