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

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jpa.impl.DefaultTransactionalInterceptorStrategy
All Implemented Interfaces:
Serializable, InterceptorStrategy, PersistenceStrategy

@Dependent
public class DefaultTransactionalInterceptorStrategy
extends Object
implements PersistenceStrategy

Author:
Mark Struberg, Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
DefaultTransactionalInterceptorStrategy()
           
 
Method Summary
 Object execute(javax.interceptor.InvocationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTransactionalInterceptorStrategy

public DefaultTransactionalInterceptorStrategy()
Method Detail

execute

public Object execute(javax.interceptor.InvocationContext context)
               throws Exception
Specified by:
execute in interface InterceptorStrategy
Throws:
Exception


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