Class Summary |
Connector |
Connector is the base abstract class that other connectors should inherit from. |
Operator |
Operator is the base abstract class that other operators should inherit from. |
OpInfo |
Stores information about a particular operator |
OpIterator |
OpIterator iterates through a set of operators |
OpNotifier |
The OpNotifier class runs a thread which
signals clients when operators appear or disappear
from the currently running operators. |
OpServices |
OpServices finds lists of operators, allows callers to get Stub interfaces into them. |
PathImplementer |
|
PathInstantiator |
The PathInstantiator is responsible for taking a logical path (operators
without specific machines to run on) and converting it to a physical path by
choosing specific machines for the operators to run on. |
SDSOperator |
SDSOperator is the base class which Operators should implement. |
URLClassLoader |
|