org.objectweb.jonas.jmx.sunri
Class JmxServiceImpl

java.lang.Object
  |
  +--org.objectweb.jonas.service.AbsServiceImpl
        |
        +--org.objectweb.jonas.jmx.AbsJmxServiceImpl
              |
              +--org.objectweb.jonas.jmx.sunri.JmxServiceImpl
All Implemented Interfaces:
JmxService, Service

public class JmxServiceImpl
extends AbsJmxServiceImpl

JMX Service implementation for SUU RI Provides specific doStart() method

Author:
Adriana Danes.

Fields inherited from class org.objectweb.jonas.jmx.AbsJmxServiceImpl
CLASS, jmxServer, jonasName, logger
 
Constructor Summary
JmxServiceImpl()
           
 
Method Summary
 void doStart()
          Start the Service.
 void doStop()
          Stop this service
 
Methods inherited from class org.objectweb.jonas.jmx.AbsJmxServiceImpl
doInit, getJmxServer, releaseJmxServer
 
Methods inherited from class org.objectweb.jonas.service.AbsServiceImpl
getName, init, isStarted, setName, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Constructor Detail

JmxServiceImpl

public JmxServiceImpl()
Method Detail

doStart

public void doStart()
             throws ServiceException
Start the Service. Only need to create a RMI
Overrides:
doStart in class AbsJmxServiceImpl

doStop

public void doStop()
Stop this service
Overrides:
doStop in class AbsJmxServiceImpl