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

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.PrintOrder04Interceptor

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

This interceptor is used to test the order execution 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
PrintOrder04Interceptor()
          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

PrintOrder04Interceptor

public PrintOrder04Interceptor()
Constructor standard.