Oracle

Uses of Class
weblogic.transaction.nonxa.NonXAException

Packages that use NonXAException
weblogic.transaction.nonxa Provides an interface to integrate resources that do not support the javax.transaction.xa.XAResource interface with the WL transaction manager. 
 

Uses of NonXAException in weblogic.transaction.nonxa
 

Methods in weblogic.transaction.nonxa that throw NonXAException
 void NonXAResource.commit(Xid xid, boolean onePhase)
          Issues a one-phase commit on the resource connection associated with the transaction represented by the xid argument.
 boolean NonXAResource.isSameRM(NonXAResource nxar)
          Returns true if the two NonXAResource instances represent the same logical resource.
 void NonXAResource.rollback(Xid xid)
          Issues a rollback operation on the resource connection associated with the transaction represented by thee xid argument.
 


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle