|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.yajul.jmx.MyTestImpl
public class MyTestImpl
Test implementation for JmxBridge
User: Joshua Davis
Date: Aug 29, 2007
Time: 6:32:53 AM
Constructor Summary | |
---|---|
MyTestImpl()
|
Method Summary | |
---|---|
boolean |
isStarted()
|
void |
start()
Called when an MBean is started |
void |
stop()
Called when an MBean is stopped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyTestImpl()
Method Detail |
---|
public void start() throws java.lang.Exception
Lifecycle
start
in interface Lifecycle
java.lang.Exception
- if something went wrong.public void stop()
Lifecycle
stop
in interface Lifecycle
public boolean isStarted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |