Uses of Class
org.jboss.blacktie.jatmibroker.jab.JABTransaction

Packages that use JABTransaction
org.jboss.blacktie.jatmibroker.jab   
 

Uses of JABTransaction in org.jboss.blacktie.jatmibroker.jab
 

Methods in org.jboss.blacktie.jatmibroker.jab that return JABTransaction
static JABTransaction JABTransaction.current()
           
 JABTransaction JABTransaction.parent()
           
static JABTransaction JABTransaction.suspend()
          Suspend the transaction association from the invoking thread.
 

Methods in org.jboss.blacktie.jatmibroker.jab with parameters of type JABTransaction
 void JABServiceInvoker.call(JABTransaction tx)
          Call the remote service within the scope of the transaction specified in the signature of the invocation.
static boolean JABTransaction.resume(JABTransaction act)
          Resume transaction association on the current thread.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.