org.apache.myfaces.extensions.cdi.jpa.impl
Class TransactionalInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jpa.impl.TransactionalInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
@Transactional
public class TransactionalInterceptor
extends Object
implements Serializable

Interceptor for wrapping transactional database requests.

Author:
Mark Struberg
See Also:
Serialized Form

Field Summary
protected  Logger logger
           
 
Constructor Summary
TransactionalInterceptor()
           
 
Method Summary
 Object invoke(javax.interceptor.InvocationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger
Constructor Detail

TransactionalInterceptor

public TransactionalInterceptor()
Method Detail

invoke

public Object invoke(javax.interceptor.InvocationContext context)
              throws Exception
Throws:
Exception


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