org.objectweb.proactive.core.body.http
Class HttpLookupMessage

java.lang.Object
  extended byorg.objectweb.proactive.core.body.http.HttpLookupMessage
All Implemented Interfaces:
HttpMessage, java.io.Serializable

public class HttpLookupMessage
extends java.lang.Object
implements HttpMessage

This classes represents a HTTPMessage. When processed, this message performs a lookup thanks to the urn.

Author:
vlegrand
See Also:
HttpMessage, Serialized Form

Constructor Summary
HttpLookupMessage(java.lang.String urn)
          Constructs an HTTP Message
 
Method Summary
 java.lang.Object processMessage()
          Performs the lookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpLookupMessage

public HttpLookupMessage(java.lang.String urn)
Constructs an HTTP Message

Parameters:
urn - The urn of the Object (it can be an active object or a runtime).
Method Detail

processMessage

public java.lang.Object processMessage()
Performs the lookup

Specified by:
processMessage in interface HttpMessage
Returns:
The Object associated with the urn


Copyright ? October 2004 INRIA All Rights Reserved.