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

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

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

PrintOrder08Interceptor

public PrintOrder08Interceptor()
Constructor standard.