org.objectweb.easybeans.tests.common.interceptors.business
Class PrintOrder03Interceptor

java.lang.Object
  extended by org.objectweb.easybeans.tests.common.interceptors.business.PrintOrderInterceptor<java.lang.Integer>
      extended by org.objectweb.easybeans.tests.common.interceptors.business.PrintOrder03Interceptor

public class PrintOrder03Interceptor
extends PrintOrderInterceptor<java.lang.Integer>

This interceptor is used to test the execution order of interceptors.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Field Summary
static java.lang.Integer ORDER
          Constant to add into array.
 
Constructor Summary
PrintOrder03Interceptor()
          Constructor standard.
 
Method Summary
 
Methods inherited from class org.objectweb.easybeans.tests.common.interceptors.business.PrintOrderInterceptor
addOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORDER

public static final java.lang.Integer ORDER
Constant to add into array.

Constructor Detail

PrintOrder03Interceptor

public PrintOrder03Interceptor()
Constructor standard.