|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.yajul.jmx.Proxy
public class Proxy
A proxy that instantiates the implementation JMX MBean when needed.
User: Joshua Davis
Date: Aug 29, 2007
Time: 6:17:01 AM
Method Summary | |
---|---|
java.lang.Exception |
getException()
Returns any exception thrown while starting the implementation. |
Lifecycle |
getImplementation()
Returns the implementation. |
java.lang.String |
getImplementationClassName()
|
boolean |
isImplementationStarted()
Returns true if the implementation has been started. |
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 |
Method Detail |
---|
public java.lang.String getImplementationClassName()
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 Lifecycle getImplementation()
public boolean isImplementationStarted()
public java.lang.Exception getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |