Uses of Class
proper.remote.Processor

Packages that use Processor
proper.remote Classes for the distributed computing part of Proper can be found here, i.e. 
 

Uses of Processor in proper.remote
 

Subclasses of Processor in proper.remote
 class JobClientProcessor
          This class is the implementation for the client for processing requests.
 class JobDistributor
          This server thread is only there for distributing jobs to clients.
 class JobServerProcessor
          This class is the implementation for the server for processing requests.