|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.ArgsConstructorInterceptor
public class ArgsConstructorInterceptor
This class has only an args constructor to an interceptor. It isn't in agreement with the JSR220 - EJB 3.0 Spec.
Constructor Summary | |
---|---|
ArgsConstructorInterceptor(java.lang.Integer arg1,
java.lang.Integer arg2)
This constructor has args and interceptors shouldn't have arg constructors. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgsConstructorInterceptor(java.lang.Integer arg1, java.lang.Integer arg2)
arg1
- valuearg2
- value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |