| |
|
| org.objectweb.jonas.jmx.AbsJmxServiceImpl org.objectweb.jonas.jmx.JmxServiceImpl
JmxServiceImpl | public class JmxServiceImpl extends AbsJmxServiceImpl (Code) | | JMX Service implementation. Provides specific doStart() and doStop () methods
to start /stop JOnAS JMX Service.
author: Adriana Danes. |
doStop | public void doStop()(Code) | | Stop this service
|
getConnectorServerURLs | public JMXServiceURL[] getConnectorServerURLs()(Code) | | The actual adresses on which listen the created connector servers |
getProtocolFromJmxConnectorUrl | public static String getProtocolFromJmxConnectorUrl(String url)(Code) | | Extract the protocol from a JMX connector URL
Parameters: url - JMX connector url to parse protocol associated with the url |
getProviderUrlFromJmxConnectorUrl | public static String getProviderUrlFromJmxConnectorUrl(String url)(Code) | | Get the provider url from a JMX connector URL
Parameters: url - JMX connector url to parse provider url associated with the url |
getRmiConnectorName | public String getRmiConnectorName()(Code) | | The JNDI name of the JOnAS RMI connector |
getServerConnection | public MBeanServerConnection getServerConnection(String servername)(Code) | | Get the MBeanServerConnection for the named server.
Kept for backward compatibility (package org.allesta.wsabi.j2ee.provider.jonas)
Parameters: serverName - MBeanServerConnection |
|
|
|