|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.ft.logging.RequestLog
This class is used for logging a request. It contains its original destination.
Constructor Summary | |
RequestLog(Request r,
UniversalBody d)
Create a request log. |
Method Summary | |
UniversalBody |
getDestination()
Return the destination of this request |
Request |
getRequest()
Return the logged request |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RequestLog(Request r, UniversalBody d)
r
- The request to logd
- The destination bodyMethod Detail |
public Request getRequest()
public UniversalBody getDestination()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |