org.jboss.test.jbossmx.compliance.server.support
Class Test

java.lang.Object
  extended byorg.jboss.test.jbossmx.compliance.server.support.Test
All Implemented Interfaces:
TestMBean (src)

public class Test
extends java.lang.Object
implements TestMBean (src)

See Also:

Constructor Summary
Test()
           
 
Method Summary
 java.lang.String getError()
           
 java.lang.String getThisWillScream()
           
 java.lang.String getThrowUncheckedException()
           
 void operationWithException()
           
 void setAStringAttribute(java.lang.String str)
           
 void setError(java.lang.String str)
           
 void setThisWillScream(java.lang.String str)
           
 void setThrowUncheckedException(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

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)