Uses of Interface
org.objectweb.proactive.core.body.request.RequestProcessor

Packages that use RequestProcessor
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
 

Uses of RequestProcessor in org.objectweb.proactive
 

Classes in org.objectweb.proactive that implement RequestProcessor
protected  class Service.FlushingServeOldestRequestProcessor
          FlushingServeOldestRequestProcessor is a RequestProcessor that serves only the oldest request accepted by the given RequestFilter and removes all other requests accepted by that same Filter
protected  class Service.FlushingServeYoungestRequestProcessor
          FlushingServeYoungestRequestProcessor is a RequestProcessor that serves only the youngest request accepted by the given RequestFilter and removes all other requests accepted by that same Filter
protected  class Service.ServingRequestProcessor
          ServingRequestProcessor is a simple RequestProcessor that serves and removes all requests accepted by a given RequestFilter
 

Uses of RequestProcessor in org.objectweb.proactive.core.body.request
 

Methods in org.objectweb.proactive.core.body.request with parameters of type RequestProcessor
 void RequestQueueImpl.processRequests(RequestProcessor processor, Body body)
           
 void RequestQueue.processRequests(RequestProcessor processor, Body body)
          Processes all requests in the queue using the given RequestProcessor.
 



Copyright ? April 2005 INRIA All Rights Reserved.