org.objectweb.jonas.jmx
Interface JmxService

All Superinterfaces:
Service
All Known Implementing Classes:
AbsJmxServiceImpl

public interface JmxService
extends Service

JMX Service interface


Method Summary
 javax.management.remote.JMXServiceURL[] getConnectorServerURLs()
           
 java.lang.String getDomainName()
           
 javax.management.MBeanServer getJmxServer()
           
 java.lang.String getJonasServerName()
           
 java.lang.String getRmiConnectorName()
           
 
Methods inherited from interface org.objectweb.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Method Detail

getJmxServer

public javax.management.MBeanServer getJmxServer()
Returns:
The reference of the MBean server

getRmiConnectorName

public java.lang.String getRmiConnectorName()
Returns:
JNDI name of the JOnAS rmi connector associated to the MBeanServer

getConnectorServerURLs

public javax.management.remote.JMXServiceURL[] getConnectorServerURLs()
Returns:
Array containing the adresses associated to the JMX connector servers

getJonasServerName

public java.lang.String getJonasServerName()
Returns:
The current server name

getDomainName

public java.lang.String getDomainName()
Returns:
The current management domain name