|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.Service.RequestFilterOnMethodName
RequestFilterOnMethodName is a RequestFilter that matches only request of a given method name.
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 |
public Service.RequestFilterOnMethodName(java.lang.String methodName)
Method Detail |
public boolean acceptRequest(Request request)
acceptRequest
in interface RequestFilter
request
- the request to test
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |