org.yajul.jmx
Interface Lifecycle

All Known Subinterfaces:
JuliToLog4JServiceMBean
All Known Implementing Classes:
JuliToLog4JService, MyTestImpl, Proxy

public interface Lifecycle

Standard JMX MBean lifecycle methods.
User: Joshua Davis Date: Aug 29, 2007 Time: 5:58:12 AM


Method Summary
 void start()
          Called when an MBean is started
 void stop()
          Called when an MBean is stopped
 

Method Detail

start

void start()
           throws java.lang.Exception
Called when an MBean is started

Throws:
java.lang.Exception - if something went wrong.

stop

void stop()
Called when an MBean is stopped



Copyright © 2008. All Rights Reserved.