Uses of Class
lime.RemoteTupleOpDescriptor

Packages that use RemoteTupleOpDescriptor
lime   
 

Uses of RemoteTupleOpDescriptor in lime
 

Methods in lime with parameters of type RemoteTupleOpDescriptor
private  void TransactionMgr.reverse(RemoteTupleOpDescriptor op)
          Removes the specified RemoteTupleOpDescriptor from the normal outgoing queue and runs the reactive program.
(package private)  void LimeTSMgr.doSysReply(RemoteTupleOpDescriptor opDesc)
          A SysReply message is the actual tuple being returned from the remote system.
private  void LimeTSMgr.doRemSys(RemoteTupleOpDescriptor opDesc)
          A read or take operation from a remote host is serviced and the result put into the outgoing queue to be returned to the agent that requested the operation in a SYS_REPLY (because by this point, whether the operation was a TAKE or READ doesn't matter.
(package private)  void LimeTSMgr.doRemOutg(RemoteTupleOpDescriptor opDesc, boolean sendAck)
          Put the tuple that comes from remotely into the tuple space.
private  void LimeTSMgr.doRemOutgAck(RemoteTupleOpDescriptor opDesc)