Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » proxy » [javadoc | source]
org.jboss.proxy
public class: TransactionInterceptor [javadoc | source]
java.lang.Object
   org.jboss.proxy.Interceptor
      org.jboss.proxy.TransactionInterceptor

All Implemented Interfaces:
    Externalizable

The client-side proxy for an EJB Home object.
Field Summary
public static  TransactionManager tm     
Fields inherited from org.jboss.proxy.Interceptor:
nextInterceptor
Constructor:
 public TransactionInterceptor() 
Method from org.jboss.proxy.TransactionInterceptor Summary:
invoke,   setTransactionManager
Methods from org.jboss.proxy.Interceptor:
getNext,   invoke,   readExternal,   setNext,   writeExternal
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.proxy.TransactionInterceptor Detail:
 public Object invoke(Invocation invocation) throws Throwable 
 public static  void setTransactionManager(TransactionManager tmx) 
    Transaction manager.