org.jboss.test.jmx.compliance.loading.support
Class Trivial2
java.lang.Object
org.jboss.test.jmx.compliance.loading.support.Trivial2
- All Implemented Interfaces:
- Trivial2MBean
- Direct Known Subclasses:
- Trivial4
- public class Trivial2
- extends Object
- implements Trivial2MBean
Goes into MyMBeans.jar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Trivial2
public Trivial2(String aa)
setSomething
public void setSomething(String thing)
- Specified by:
setSomething
in interface Trivial2MBean
getSomething
public String getSomething()
- Specified by:
getSomething
in interface Trivial2MBean
doOperation
public void doOperation(String arg)
- Specified by:
doOperation
in interface Trivial2MBean
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.