Package ninja.activeproxy.path

Interface Summary
ConnectorIF Interface for connectors.
OperatorIF Interface for operators.
OpNotifierIF Interface which operator registry clients implement to be notified of changes in the set of available operators.
PathImplementerIF  
PathInstantiatorIF  
SDSOperatorIF The SDSOperatorIF interface must be implemented by all operators Operators can extend SDSOperator to get most of the functionality for free.
 

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  
 

Exception Summary
InvalidPathIDException Thrown when the path ID is invalid (null path ID, there are no resources associated with that path ID, etc.