org.apache.webbeans.sample.ejb
Class LogInterceptor

java.lang.Object
  extended by org.apache.webbeans.sample.ejb.LogInterceptor

@Interceptor
public class LogInterceptor
extends Object


Constructor Summary
LogInterceptor()
           
 
Method Summary
 Object log(InvocationContext context)
           
 void postConstruct(InvocationContext context)
           
 void preDestroy(InvocationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogInterceptor

public LogInterceptor()
Method Detail

log

public Object log(InvocationContext context)
           throws Exception
Throws:
Exception

postConstruct

@PostConstruct
public void postConstruct(InvocationContext context)

preDestroy

@PreDestroy
public void preDestroy(InvocationContext context)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.