org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification
Interface ItfWithInterceptor

All Known Implementing Classes:
SLSBItfWithInterceptor

public interface ItfWithInterceptor

Interface with an interceptor. It isn't in agreement with the JSR220 - EJB 3.0 Spec.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Field Summary
static java.lang.Integer VALUE
          Constant value.
 
Method Summary
 java.lang.Object doNothing(javax.ejb.InvocationContext invocationContext)
          This method does nothing.
 java.lang.Integer getInteger()
          Gets an integer.
 

Field Detail

VALUE

static final java.lang.Integer VALUE
Constant value.

Method Detail

doNothing

java.lang.Object doNothing(javax.ejb.InvocationContext invocationContext)
This method does nothing.

Parameters:
invocationContext - context
Returns:
null

getInteger

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

Returns:
integer value.