Uses of Class
lime.RemoteOpDescriptor

Packages that use RemoteOpDescriptor
lime   
 

Uses of RemoteOpDescriptor in lime
 

Subclasses of RemoteOpDescriptor in lime
(package private)  class RemoteTupleOpDescriptor
           
(package private)  class RemoteUponOpDescriptor
           
(package private)  class TransactionOpDescriptor
          The transactionOpDescriptor is used within the TransactionMgr to maintain information about the state of the transaction.
(package private)  class TSOpDescriptor
           
 

Fields in lime declared as RemoteOpDescriptor
private  RemoteOpDescriptor IncomingThread.desc
           
 

Methods in lime with parameters of type RemoteOpDescriptor
private  void TransactionMgr.send(RemoteOpDescriptor op)
          Passes a RemoteOpDescriptor to the OutgoingMgr.
 void OutgoingMgr.send(RemoteOpDescriptor desc)
          Adds a RemoteOpDescriptor to the current outgoing queue.
 void OutgoingMgr.removeNorm(RemoteOpDescriptor desc)
          Removes the specified RemoteOpDsecriptor from the outgoing queue.
 void OutgoingMgr.sendNorm(RemoteOpDescriptor desc)
          Adds a RemoteOpDescriptor to the outgoing queue.
 void OutgoingMgr.sendTrans(RemoteOpDescriptor desc)
          Sends a RemoteOpDescriptor via the transaction queue.