- See Also:
Constructor Summary |
Test()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test()
getThisWillScream
public java.lang.String getThisWillScream()
throws MyScreamingException (src)
- Specified by:
getThisWillScream
in interface TestMBean (src)
- Throws:
MyScreamingException (src)
setThisWillScream
public void setThisWillScream(java.lang.String str)
throws MyScreamingException (src)
- Specified by:
setThisWillScream
in interface TestMBean (src)
- Throws:
MyScreamingException (src)
getThrowUncheckedException
public java.lang.String getThrowUncheckedException()
- Specified by:
getThrowUncheckedException
in interface TestMBean (src)
setThrowUncheckedException
public void setThrowUncheckedException(java.lang.String str)
- Specified by:
setThrowUncheckedException
in interface TestMBean (src)
getError
public java.lang.String getError()
- Specified by:
getError
in interface TestMBean (src)
setError
public void setError(java.lang.String str)
- Specified by:
setError
in interface TestMBean (src)
setAStringAttribute
public void setAStringAttribute(java.lang.String str)
- Specified by:
setAStringAttribute
in interface TestMBean (src)
operationWithException
public void operationWithException()
throws MyScreamingException (src)
- Specified by:
operationWithException
in interface TestMBean (src)
- Throws:
MyScreamingException (src)