BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.transaction.nonxa.NonXAResource

Packages that use NonXAResource
weblogic.transaction   
weblogic.transaction.nonxa   
 

Uses of NonXAResource in weblogic.transaction
 

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

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.
 


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