test.compliance.metadata.support
Class Trivial
java.lang.Object
test.compliance.metadata.support.Trivial
- All Implemented Interfaces:
- TrivialMBean (src)
- public class Trivial
- extends java.lang.Object
- implements TrivialMBean (src)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Trivial
public Trivial()
setSomething
public void setSomething(java.lang.String thing)
- Specified by:
setSomething in interface TrivialMBean (src)
getSomething
public java.lang.String getSomething()
- Specified by:
getSomething in interface TrivialMBean (src)
setSomethingInvalid
public void setSomethingInvalid(java.lang.String thing)
- Specified by:
setSomethingInvalid in interface TrivialMBean (src)
getSomethingInvalid
public java.lang.String getSomethingInvalid(java.lang.Object invalid)
- Specified by:
getSomethingInvalid in interface TrivialMBean (src)
setSomethingInvalid2
public void setSomethingInvalid2(java.lang.String thing)
- Specified by:
setSomethingInvalid2 in interface TrivialMBean (src)
getSomethingInvalid2
public void getSomethingInvalid2()
- Specified by:
getSomethingInvalid2 in interface TrivialMBean (src)
doOperation
public void doOperation(java.lang.String arg)
- Specified by:
doOperation in interface TrivialMBean (src)