Uses of Interface
com.sun.enterprise.transaction.spi.TransactionalResource

Packages that use TransactionalResource
com.sun.enterprise.transaction.api   
com.sun.enterprise.transaction.spi   
 

Uses of TransactionalResource in com.sun.enterprise.transaction.api
 

Methods in com.sun.enterprise.transaction.api that return TransactionalResource
 TransactionalResource JavaEETransaction.getLAOResource()
           
 TransactionalResource JavaEETransaction.getNonXAResource()
           
 

Methods in com.sun.enterprise.transaction.api with parameters of type TransactionalResource
 boolean JavaEETransactionManager.delistResource(Transaction tran, TransactionalResource h, int flag)
          Delist the resource specified from the transaction
 boolean JavaEETransactionManager.enlistResource(Transaction tran, TransactionalResource h)
          Enlist the resource specified with the transaction
 void JavaEETransactionManager.registerComponentResource(TransactionalResource h)
           
 void JavaEETransaction.setLAOResource(TransactionalResource h)
           
 void JavaEETransactionManager.unregisterComponentResource(TransactionalResource h)
           
 

Uses of TransactionalResource in com.sun.enterprise.transaction.spi
 

Methods in com.sun.enterprise.transaction.spi with parameters of type TransactionalResource
 boolean JavaEETransactionManagerDelegate.enlistDistributedNonXAResource(Transaction tran, TransactionalResource h)
          Perform implementation specific steps to enlist a non-XA resource with a distribute transaction.
 boolean JavaEETransactionManagerDelegate.enlistLAOResource(Transaction tran, TransactionalResource h)
          Perform implementation specific steps to enlist resource as a LAO.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.