BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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.
 void NonXAResource.rollback(Xid xid)
          Issues a rollback operation on the resource connection associated with the transaction represented by thee xid argument.
 boolean NonXAResource.isSameRM(NonXAResource nxar)
          Returns true if the two NonXAResource instances represent the same logical resource.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.