Uses of Class
lime.TransactionID

Packages that use TransactionID
lime   
 

Uses of TransactionID in lime
 

Fields in lime declared as TransactionID
(package private)  TransactionID TransDescriptor.tid
          The transaction identifier.
(package private)  TransactionID TransactionOpDescriptor.tid
          The unique ID of the transaction.
 

Methods in lime with parameters of type TransactionID
private  void TransactionMgr.processPendingData(TransactionID tid)
          Goes through the pendingData vector, removes any transactions with the specified transactionID and placed them into incommingTransactions.
 

Constructors in lime with parameters of type TransactionID
TransactionOpDescriptor(short type, short transType, TransactionID tid, LimeServerID source, LimeServerID sender, AgentID agent, EngagementMsg em)
          Creates a with the specified source and sender.
TransactionOpDescriptor(short type, short transType, TransactionID tid, AgentID agent, EngagementMsg em)
          Creates a TransactionOpDescriptor.