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

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

public class SLSBItfWithInterceptor
extends java.lang.Object
implements ItfWithInterceptor

This bean implements an interface with interceptor. It isn't in agreement with the JSR220 - EJB 3.0 Spec.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Field Summary
 
Fields inherited from interface org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.ItfWithInterceptor
VALUE
 
Constructor Summary
SLSBItfWithInterceptor()
           
 
Method Summary
 java.lang.Object doNothing(javax.ejb.InvocationContext invocationContext)
          This method returns null.
 java.lang.Integer getInteger()
          Gets an integer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLSBItfWithInterceptor

public SLSBItfWithInterceptor()
Method Detail

doNothing

public java.lang.Object doNothing(javax.ejb.InvocationContext invocationContext)
This method returns null.

Specified by:
doNothing in interface ItfWithInterceptor
Parameters:
invocationContext - context
Returns:
null

getInteger

public java.lang.Integer getInteger()
Gets an integer.

Specified by:
getInteger in interface ItfWithInterceptor
Returns:
integer value.