|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.body.NFRequestFilterImpl
This class is a filter for non functional component requests : it can separate component controller requests from component functional requests.
Constructor Summary | |
NFRequestFilterImpl()
|
Method Summary | |
boolean |
acceptRequest(ComponentRequest request)
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 |
public NFRequestFilterImpl()
Method Detail |
public boolean acceptRequest(Request request)
acceptRequest
in interface RequestFilter
request
- the request to filter
public boolean acceptRequest(ComponentRequest request)
request
- the component request to filter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |