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

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

public class PrintOrder10Interceptor
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 list.
 
Constructor Summary
PrintOrder10Interceptor()
          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 list.

Constructor Detail

PrintOrder10Interceptor

public PrintOrder10Interceptor()
Constructor standard.