|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.common.ejbs.stateless.SLSBInterceptorExceptions00
public class SLSBInterceptorExceptions00
This bean is used to test interceptors exceptions.
Field Summary |
---|
Fields inherited from interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfExceptions |
---|
VALUE |
Constructor Summary | |
---|---|
SLSBInterceptorExceptions00()
|
Method Summary | |
---|---|
java.lang.Integer |
getInt()
Gets an integer. |
java.lang.Integer |
throwsOneException00()
This method should throw CustomException00 exception, because the interceptor used always throws this exception. |
java.lang.Integer |
throwsOneException01()
This method should throw CustomException01 exception, because the interceptor used always throws this exception. |
java.lang.Integer |
throwsTwoExceptions()
This method should throw CustomException01 or CustomException02 exceptions, because the interceptor used always throws these exceptions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SLSBInterceptorExceptions00()
Method Detail |
---|
public java.lang.Integer getInt()
getInt
in interface ItfExceptions
public java.lang.Integer throwsOneException00() throws CustomException00
throwsOneException00
in interface ItfExceptions
CustomException00
- interceptor exceptionpublic java.lang.Integer throwsOneException01() throws CustomException01
throwsOneException01
in interface ItfExceptions
CustomException01
- interceptor exceptionpublic java.lang.Integer throwsTwoExceptions() throws CustomException00, CustomException01
throwsTwoExceptions
in interface ItfExceptions
CustomException01
- interceptor exception
CustomException02
- interceptor exception
CustomException00
- if a problem occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |