BEA Systems, Inc.

Uses of Class
weblogic.transaction.nonxa.NonXAException

Packages that use NonXAException
weblogic.transaction.nonxa   
 

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://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.