org.objectweb.proactive
Class Service.RequestFilterOnMethodName

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

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

RequestFilterOnMethodName is a RequestFilter that matches only request of a given method name.

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

Constructor Summary
Service.RequestFilterOnMethodName(java.lang.String methodName)
           
 
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.RequestFilterOnMethodName

public Service.RequestFilterOnMethodName(java.lang.String methodName)
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.