Artix User APIs

Uses of Interface
com.iona.jbus.transaction.TransactionIdentifier

Packages that use TransactionIdentifier
com.iona.jbus.transaction   
 

Uses of TransactionIdentifier in com.iona.jbus.transaction
 

Subinterfaces of TransactionIdentifier in com.iona.jbus.transaction
 interface XATransactionIdentifier
          The interface used to represent an Identifier for a Transaction instance.
 

Methods in com.iona.jbus.transaction that return TransactionIdentifier
 TransactionIdentifier TransactionManager.detachThread()
          Break the association between the calling thread and its current transaction.
 TransactionIdentifier TransactionManager.getTransactionIdentifier()
          An identifier for the transaction associated with the calling thread.
 

Methods in com.iona.jbus.transaction with parameters of type TransactionIdentifier
 void TransactionNotificationHandler.commitInitiated(TransactionIdentifier transactionIdentifier)
          An event informing the participant that a commit has been initiated.
 boolean TransactionManager.attachThread(TransactionIdentifier transactionIdentifier)
          Make an association between the calling thread and the transaction identified by the 'transactionIdentifier' parameter.
 


Artix User APIs

Copyright � 2004 IONA Technologies PLC. All rights reserved.