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 getRmiConnectorName()
           
 java.lang.String getServerName()
           
 
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:
The name of the MBean server's rmi connector

getServerName

public java.lang.String getServerName()
Returns:
The name of the JOnAS server

getDomainName

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

getConnectorServerURLs

public javax.management.remote.JMXServiceURL[] getConnectorServerURLs()