org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification
Class ArgsConstructorInterceptor

java.lang.Object
  extended by org.objectweb.easybeans.tests.common.interceptors.business.wrongspecification.ArgsConstructorInterceptor

public class ArgsConstructorInterceptor
extends java.lang.Object

This class has only an args constructor to an interceptor. It isn't in agreement with the JSR220 - EJB 3.0 Spec.

Author:
Eduardo Studzinski Estima de Castro, Giele Pinheiro Souza

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

ArgsConstructorInterceptor

public ArgsConstructorInterceptor(java.lang.Integer arg1,
                                  java.lang.Integer arg2)
This constructor has args and interceptors shouldn't have arg constructors. An interceptor must have no-args constructor.

Parameters:
arg1 - value
arg2 - value