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.  
 

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
 



Copyright © April 2004 INRIA All Rights Reserved.