org.objectweb.proactive.core.body.request
Class RequestQueueImpl.RequestFilterOnMethodName

java.lang.Object
  extended byorg.objectweb.proactive.core.body.request.RequestQueueImpl.RequestFilterOnMethodName
All Implemented Interfaces:
RequestFilter, java.io.Serializable
Enclosing class:
RequestQueueImpl

protected class RequestQueueImpl.RequestFilterOnMethodName
extends java.lang.Object
implements RequestFilter, java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

RequestQueueImpl.RequestFilterOnMethodName

public RequestQueueImpl.RequestFilterOnMethodName()
Method Detail

acceptRequest

public boolean acceptRequest(Request request)
Description copied from interface: RequestFilter
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.

setMethodName

public void setMethodName(java.lang.String methodName)


Copyright 2001-2005 INRIA All Rights Reserved.