Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  boolean Transaction.enlistResource(NonXAResource nxar)
          Enlist a Non-XA Resource in the transaction.
abstract  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
abstract  boolean NonXAResource.isSameRM(NonXAResource nxar)
          Returns true if the two NonXAResource instances represent the same logical resource.

 


Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09