org.openejb.transaction
Class TransactionContextInterceptor

java.lang.Object
  extended byorg.openejb.transaction.TransactionContextInterceptor
All Implemented Interfaces:
org.apache.geronimo.core.service.Interceptor

public class TransactionContextInterceptor
extends Object
implements org.apache.geronimo.core.service.Interceptor

Version:
$Revision: 1.3 $ $Date: 2004/07/18 22:32:26 $

Constructor Summary
TransactionContextInterceptor(org.apache.geronimo.core.service.Interceptor next, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, TransactionPolicyManager transactionPolicyManager)
           
 
Method Summary
 org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionContextInterceptor

public TransactionContextInterceptor(org.apache.geronimo.core.service.Interceptor next,
                                     org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager,
                                     TransactionPolicyManager transactionPolicyManager)
Method Detail

invoke

public org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
                                                         throws Throwable
Specified by:
invoke in interface org.apache.geronimo.core.service.Interceptor
Throws:
Throwable


Copyright © 1999-2005 OpenEJB. All Rights Reserved.