org.yajul.jmx
Class MyTestImpl

java.lang.Object
  extended by org.yajul.jmx.MyTestImpl
All Implemented Interfaces:
Lifecycle

public class MyTestImpl
extends java.lang.Object
implements Lifecycle

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

MyTestImpl

public MyTestImpl()
Method Detail

start

public void start()
           throws java.lang.Exception
Description copied from interface: Lifecycle
Called when an MBean is started

Specified by:
start in interface Lifecycle
Throws:
java.lang.Exception - if something went wrong.

stop

public void stop()
Description copied from interface: Lifecycle
Called when an MBean is stopped

Specified by:
stop in interface Lifecycle

isStarted

public boolean isStarted()


Copyright © 2008. All Rights Reserved.