Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Interface
weblogic.transaction.nonxa.NonXAResource

Packages that use NonXAResource
weblogic.transaction Provides interfaces and classes for transaction support. 
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 NonXAResource in weblogic.transaction
 

Methods in weblogic.transaction with parameters of type NonXAResource
 boolean Transaction.enlistResource(NonXAResource nxar)
          Enlist a Non-XA Resource in the transaction.
 void TransactionManager.registerDynamicResource(String name, NonXAResource nxar)
          Register the NonXAResource with the transaction manager.
 

Uses of NonXAResource in weblogic.transaction.nonxa
 

Methods in weblogic.transaction.nonxa with parameters of type NonXAResource
 boolean NonXAResource.isSameRM(NonXAResource nxar)
          Returns true if the two NonXAResource instances represent the same logical resource.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06