org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
Class SLSBFinalExternalInterceptor

java.lang.Object
  extended by org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.SLSBFinalExternalInterceptor
All Implemented Interfaces:
ItfOneMethodBeanRemote

public class SLSBFinalExternalInterceptor
extends java.lang.Object
implements ItfOneMethodBeanRemote

This bean has an interceptor with final method modifier. It isn't in agreement with the JSR220 - EJB 3.0 Spec.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Constructor Summary
SLSBFinalExternalInterceptor()
           
 
Method Summary
 java.lang.Object doOne()
          This method has an inteceptor with void return type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLSBFinalExternalInterceptor

public SLSBFinalExternalInterceptor()
Method Detail

doOne

public java.lang.Object doOne()
This method has an inteceptor with void return type.

Specified by:
doOne in interface ItfOneMethodBeanRemote
Returns:
null