org.objectweb.easybeans.tests.common.interceptors.lifecycle
Class LifecycleOneMethod01Interceptor

java.lang.Object
  extended by org.objectweb.easybeans.tests.common.interceptors.lifecycle.LifecycleOneMethod01Interceptor

public class LifecycleOneMethod01Interceptor
extends java.lang.Object

This interceptor contains the four lifecycle callbacks interceptors method.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Field Summary
private  org.objectweb.easybeans.log.JLog logger
          Log helper.
 
Constructor Summary
LifecycleOneMethod01Interceptor()
           
 
Method Summary
 void intercept(javax.ejb.InvocationContext invocationContext)
          Simple lifecyle callback interceptor method to the four life cycle callback.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private org.objectweb.easybeans.log.JLog logger
Log helper.

Constructor Detail

LifecycleOneMethod01Interceptor

public LifecycleOneMethod01Interceptor()
Method Detail

intercept

public void intercept(javax.ejb.InvocationContext invocationContext)
               throws java.lang.Exception
Simple lifecyle callback interceptor method to the four life cycle callback.

Parameters:
invocationContext - contains attributes of invocation
Throws:
java.lang.Exception - if invocation fails