org.objectweb.proactive.core.component.body
Class PrioritizedComponentRequestFilter

java.lang.Object
  extended byorg.objectweb.proactive.core.component.body.NFRequestFilterImpl
      extended byorg.objectweb.proactive.core.component.body.PrioritizedComponentRequestFilter
All Implemented Interfaces:
RequestFilter, java.io.Serializable

public class PrioritizedComponentRequestFilter
extends NFRequestFilterImpl

A request filter for prioritized component requests. (Under development)

Author:
Matthieu Morel
See Also:
Serialized Form

Constructor Summary
PrioritizedComponentRequestFilter()
           
 
Method Summary
 boolean acceptRequest(ComponentRequest componentRequest)
          This methods verifies whether a component request is a component controller request.
 boolean acceptRequest(Request request)
          This methods verifies whether a request is a component controller request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrioritizedComponentRequestFilter

public PrioritizedComponentRequestFilter()
Method Detail

acceptRequest

public boolean acceptRequest(Request request)
Description copied from class: NFRequestFilterImpl
This methods verifies whether a request is a component controller request.

Specified by:
acceptRequest in interface RequestFilter
Overrides:
acceptRequest in class NFRequestFilterImpl
Parameters:
request - the request to filter
Returns:
true if the request is a component controller request, false otherwise

acceptRequest

public boolean acceptRequest(ComponentRequest componentRequest)
Description copied from class: NFRequestFilterImpl
This methods verifies whether a component request is a component controller request.

Overrides:
acceptRequest in class NFRequestFilterImpl
Parameters:
componentRequest - the component request to filter
Returns:
true if the request is a component controller request, false otherwise


Copyright 2001-2005 INRIA All Rights Reserved.