my.avalon.jmx
Interface MBeanable

All Known Implementing Classes:
HelloSample2, HelloSample4, SystemInfo

public interface MBeanable

Interface to implements, if component need to control the name used when component is (un)registered into "jmx-server" by MBeanableHandler.


Method Summary
 java.lang.String getName()
          name used to (un)register the component, must be constant through the 2 calls.
 

Method Detail

getName

public java.lang.String getName()
name used to (un)register the component, must be constant through the 2 calls.

Returns:
the name of the component into "jmx-server".


Copyright © 2003-2004 . All Rights Reserved.