org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Class Interceptor

java.lang.Object
  extended by org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.Interceptor

public class Interceptor
extends java.lang.Object

Acts as an interceptor.

Author:
Florent Benoit

Constructor Summary
Interceptor()
           
 
Method Summary
 java.lang.Object outsideIntercepted(javax.ejb.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interceptor

public Interceptor()
Method Detail

outsideIntercepted

public java.lang.Object outsideIntercepted(javax.ejb.InvocationContext invocationContext)
                                    throws java.lang.Exception
Parameters:
invocationContext - contains attributes of invocation
Returns:
method's invocation result
Throws:
java.lang.Exception - if invocation fails