org.jboss.proxy
Class TransactionInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.proxy.TransactionInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class TransactionInterceptor
extends Interceptor (src)

The client-side proxy for an EJB Home object.

See Also:
Serialized Form

Field Summary
static TransactionManager (src) tm
           
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
TransactionInterceptor()
          No-argument constructor for externalization.
 
Method Summary
 java.lang.Object invoke(Invocation (src)  invocation)
           
static void setTransactionManager(TransactionManager (src)  tmx)
          Transaction manager.
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
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 (src)  tm
Constructor Detail

TransactionInterceptor

public TransactionInterceptor()
No-argument constructor for externalization.

Method Detail

invoke

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

setTransactionManager

public static void setTransactionManager(TransactionManager (src)  tmx)
Transaction manager.