Uses of Class
lime.OpDescriptor

Packages that use OpDescriptor
lime   
 

Uses of OpDescriptor in lime
 

Subclasses of OpDescriptor in lime
(package private)  class LocalOpDescriptor
          Any operations to be done locally on the tuple space.
(package private)  class ReactionsOpDescriptor
          A ReactionDescriptor is an operation that passes an array of reactions through the lime system.
(package private)  class RemoteOpDescriptor
          A RemoteDescriptor is any remote operation that will be sent through the incoming and outgoing queues (including operations and transactions).
(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
           
(package private)  class TupleOpDescriptor
          A TupleOpDescriptor will be an operation in one of the system processing vectors (namely incomingOps, incomingEvents, outgoing) that passes a tuple (either a pattern or an actual tuple).
 

Methods in lime that return OpDescriptor
private  OpDescriptor LimeTSMgr.removeFirstElement(java.util.Vector v)
           
 

Methods in lime with parameters of type OpDescriptor
(package private)  void LimeTSMgr.performOp(OpDescriptor opDesc)