org.jboss.proxy
Class TransactionInterceptor

java.lang.Object
  extended by org.jboss.proxy.Interceptor
      extended by org.jboss.proxy.TransactionInterceptor
All Implemented Interfaces:
Externalizable, Serializable

public class TransactionInterceptor
extends Interceptor

The client-side proxy for an EJB Home object.

Version:
$Revision: 57209 $
Author:
Marc Fleury
See Also:
Serialized Form

Field Summary
static TransactionManager tm
           
 
Fields inherited from class org.jboss.proxy.Interceptor
nextInterceptor
 
Constructor Summary
TransactionInterceptor()
          No-argument constructor for externalization.
 
Method Summary
 Object invoke(Invocation invocation)
           
static void setTransactionManager(TransactionManager tmx)
          Transaction manager.
 
Methods inherited from class org.jboss.proxy.Interceptor
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tm

public static TransactionManager tm
Constructor Detail

TransactionInterceptor

public TransactionInterceptor()
No-argument constructor for externalization.

Method Detail

invoke

public Object invoke(Invocation invocation)
              throws Throwable
Specified by:
invoke in class Interceptor
Throws:
Throwable

setTransactionManager

public static void setTransactionManager(TransactionManager tmx)
Transaction manager.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.