lime
Class LocalOpDescriptor

java.lang.Object
  extended bylime.OpDescriptor
      extended bylime.LocalOpDescriptor
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReactionsOpDescriptor, TupleOpDescriptor

abstract class LocalOpDescriptor
extends OpDescriptor

Any operations to be done locally on the tuple space. (I think it has nothing to do with transactions)


Field Summary
(package private)  Lock lock
           
(package private)  short type
          The type of the operation.
 
Constructor Summary
(package private) LocalOpDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lock

Lock lock

type

short type
The type of the operation.

Constructor Detail

LocalOpDescriptor

LocalOpDescriptor()