org.ow2.jasmine.monitoring.tests.dummyservice
Class DummyServiceImpl

java.lang.Object
  extended by org.ow2.jasmine.monitoring.tests.dummyservice.DummyServiceImpl
All Implemented Interfaces:
IDummyService

public class DummyServiceImpl
extends Object
implements IDummyService


Constructor Summary
DummyServiceImpl()
           
 
Method Summary
 void setJmxService(org.ow2.jonas.jmx.JmxService jmxService)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyServiceImpl

public DummyServiceImpl()
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

setJmxService

public void setJmxService(org.ow2.jonas.jmx.JmxService jmxService)
Parameters:
jmxService - the jmxService to set


Copyright © 2012 OW2 Consortium. All Rights Reserved.