Uses of Class
org.jboss.jms.tx.MessagingXid

Packages that use MessagingXid
org.jboss.jms.client.delegate   
org.jboss.jms.delegate   
org.jboss.jms.server.endpoint   
org.jboss.jms.server.endpoint.advised   
org.jboss.jms.wireformat   
 

Uses of MessagingXid in org.jboss.jms.client.delegate
 

Methods in org.jboss.jms.client.delegate that return MessagingXid
 MessagingXid[] ClientConnectionDelegate.getPreparedTransactions()
           
 

Uses of MessagingXid in org.jboss.jms.delegate
 

Methods in org.jboss.jms.delegate that return MessagingXid
 MessagingXid[] ConnectionEndpoint.getPreparedTransactions()
           
 

Uses of MessagingXid in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint that return MessagingXid
 MessagingXid[] ServerConnectionEndpoint.getPreparedTransactions()
          Get array of XA transactions in prepared state- This would be used by the transaction manager in recovery or by a tool to apply heuristic decisions to commit or rollback particular transactions
 

Uses of MessagingXid in org.jboss.jms.server.endpoint.advised
 

Methods in org.jboss.jms.server.endpoint.advised that return MessagingXid
 MessagingXid[] ConnectionAdvised.getPreparedTransactions()
           
 

Uses of MessagingXid in org.jboss.jms.wireformat
 

Constructors in org.jboss.jms.wireformat with parameters of type MessagingXid
ConnectionGetPreparedTransactionsResponse(MessagingXid[] xids)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.