lime
Class OpDescriptor

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

abstract class OpDescriptor
extends java.lang.Object
implements java.io.Serializable

A OpDescriptor is any of the operations or events that will appear in any of the processing queues.


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

Field Detail

type

short type
The type of the operation.

Constructor Detail

OpDescriptor

OpDescriptor()