my.avalon.jmx.samples
Class HelloSample3

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended bymy.avalon.jmx.samples.HelloSample3
All Implemented Interfaces:
org.apache.avalon.framework.activity.Executable, HelloSample3MBean, org.apache.avalon.framework.logger.LogEnabled

public class HelloSample3
extends org.apache.avalon.framework.logger.AbstractLogEnabled
implements HelloSample3MBean, org.apache.avalon.framework.activity.Executable

HelloSample sample of avalon component usable throught jmx. This component include stage "my.avalon.jmx.MBeanable" but don't implements MBeanable interface. "a meta.verifier.VerifyException" is throw, but Component is accessible.


Constructor Summary
HelloSample3()
           
 
Method Summary
 void execute()
          log a info message "execute".
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloSample3

public HelloSample3()
Method Detail

execute

public void execute()
             throws java.lang.Exception
log a info message "execute".

Specified by:
execute in interface HelloSample3MBean
Throws:
java.lang.Exception


Copyright © 2003-2004 . All Rights Reserved.