org.jboss.test.jbossmx.compliance.server.support
Interface TestMBean

All Known Implementing Classes:
Test (src)

public interface TestMBean

See Also:

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)
           
 

Method Detail

getThisWillScream

public java.lang.String getThisWillScream()
                                   throws MyScreamingException (src) 
Throws:
MyScreamingException (src)

setThisWillScream

public void setThisWillScream(java.lang.String str)
                       throws MyScreamingException (src) 
Throws:
MyScreamingException (src)

getThrowUncheckedException

public java.lang.String getThrowUncheckedException()

setThrowUncheckedException

public void setThrowUncheckedException(java.lang.String str)

getError

public java.lang.String getError()

setError

public void setError(java.lang.String str)

setAStringAttribute

public void setAStringAttribute(java.lang.String str)

operationWithException

public void operationWithException()
                            throws MyScreamingException (src) 
Throws:
MyScreamingException (src)