JBoss EJB client 1.0.3.Final

Uses of Class
org.jboss.ejb.client.TransactionID

Packages that use TransactionID
org.jboss.ejb.client   
org.jboss.ejb.client.remoting   
 

Uses of TransactionID in org.jboss.ejb.client
 

Subclasses of TransactionID in org.jboss.ejb.client
 class UserTransactionID
           
 class XidTransactionID
          A transaction ID for an XID, used to propagate transactions from a transaction controller running on this or a calling node.
 

Fields in org.jboss.ejb.client with type parameters of type TransactionID
static AttachmentKey<TransactionID> AttachmentKeys.TRANSACTION_ID_KEY
          The attachment key for transaction IDs.
 

Methods in org.jboss.ejb.client that return TransactionID
static TransactionID TransactionID.createTransactionID(byte[] encoded)
          Create a transaction ID object for the given encoded representation.
protected abstract  TransactionID EJBClientTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
          Get the transaction ID to associate with the invocation.
protected  TransactionID EJBClientManagedTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
           
 

Methods in org.jboss.ejb.client with parameters of type TransactionID
protected  void EJBReceiver.beforeCompletion(EJBReceiverContext context, TransactionID transactionID)
          The before-completion hook.
protected  void EJBReceiver.sendCommit(EJBReceiverContext context, TransactionID transactionID, boolean onePhase)
          Send a transaction-commit message for the given transaction ID.
protected  void EJBReceiver.sendForget(EJBReceiverContext context, TransactionID transactionID)
          Send a transaction-forget message for the given transaction ID.
protected  int EJBReceiver.sendPrepare(EJBReceiverContext context, TransactionID transactionID)
          Send a transaction-prepare message for the given transaction ID.
protected  void EJBReceiver.sendRollback(EJBReceiverContext context, TransactionID transactionID)
          Send a transaction-rollback message for the given transaction ID.
 

Uses of TransactionID in org.jboss.ejb.client.remoting
 

Methods in org.jboss.ejb.client.remoting with parameters of type TransactionID
protected  void RemotingConnectionEJBReceiver.beforeCompletion(EJBReceiverContext receiverContext, TransactionID transactionID)
           
protected  void RemotingConnectionEJBReceiver.sendCommit(EJBReceiverContext receiverContext, TransactionID transactionID, boolean onePhase)
           
protected  void RemotingConnectionEJBReceiver.sendForget(EJBReceiverContext receiverContext, TransactionID transactionID)
           
protected  int RemotingConnectionEJBReceiver.sendPrepare(EJBReceiverContext receiverContext, TransactionID transactionID)
           
protected  void RemotingConnectionEJBReceiver.sendRollback(EJBReceiverContext receiverContext, TransactionID transactionID)
           
 


JBoss EJB client 1.0.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.