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

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

public class PrintOrder09Interceptor
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
PrintOrder09Interceptor()
          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

PrintOrder09Interceptor

public PrintOrder09Interceptor()
Constructor standard.