org.objectweb.proactive
Class Service.AcceptAllRequestFilter

java.lang.Object
  |
  +--org.objectweb.proactive.Service.AcceptAllRequestFilter
All Implemented Interfaces:
RequestFilter
Enclosing class:
Service

protected class Service.AcceptAllRequestFilter
extends java.lang.Object
implements RequestFilter

AcceptAllRequestFilter is a RequestFilter that matches any request

Since:
ProActive 0.9
Version:
1.0, 2001/10/23
Author:
ProActive Team
See Also:
RequestFilter

Constructor Summary
protected Service.AcceptAllRequestFilter()
           
 
Method Summary
 boolean acceptRequest(Request request)
          Returns true if and only if the given request can be accepted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service.AcceptAllRequestFilter

protected Service.AcceptAllRequestFilter()
Method Detail

acceptRequest

public boolean acceptRequest(Request request)
Returns true if and only if the given request can be accepted.

Specified by:
acceptRequest in interface RequestFilter
Parameters:
request - the request to test
Returns:
true if the request can be accepted, false else.


Copyright © April 2004 INRIA All Rights Reserved.