org.objectweb.proactive.ext.mixedlocation
Class RequestWithMixedLocation

java.lang.Object
  |
  +--org.objectweb.proactive.core.body.message.MessageImpl
        |
        +--org.objectweb.proactive.core.body.request.RequestImpl
              |
              +--org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation
All Implemented Interfaces:
Message, Request, java.io.Serializable

public class RequestWithMixedLocation
extends RequestImpl
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  LocationServer server
           
 
Fields inherited from class org.objectweb.proactive.core.body.request.RequestImpl
codebase, logger, methodCall, sendCounter, sender, sessionID
 
Fields inherited from class org.objectweb.proactive.core.body.message.MessageImpl
ciphered, isOneWay, methodName, sequenceNumber, sourceID, timeStamp
 
Constructor Summary
RequestWithMixedLocation(MethodCall methodCall, UniversalBody sender, boolean isOneWay, long nextSequenceID, LocationServer server)
           
 
Method Summary
protected  void backupSolution(UniversalBody destinationBody)
          Implements the backup solution
protected  UniversalBody queryServer(UniqueID bodyID)
           
protected  void sendRequest(UniversalBody destinationBody)
           
 
Methods inherited from class org.objectweb.proactive.core.body.request.RequestImpl
createReply, decrypt, getMethodCall, getParameter, getSender, getSessionId, hasBeenForwarded, isCiphered, notifyReception, send, serve, serveInternal
 
Methods inherited from class org.objectweb.proactive.core.body.message.MessageImpl
getMethodName, getSequenceNumber, getSourceBodyID, getTimeStamp, isOneWay, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.objectweb.proactive.core.body.message.Message
getMethodName, getSequenceNumber, getSourceBodyID, getTimeStamp, isOneWay
 

Field Detail

server

protected transient LocationServer server
Constructor Detail

RequestWithMixedLocation

public RequestWithMixedLocation(MethodCall methodCall,
                                UniversalBody sender,
                                boolean isOneWay,
                                long nextSequenceID,
                                LocationServer server)
Method Detail

sendRequest

protected void sendRequest(UniversalBody destinationBody)
                    throws java.io.IOException
Overrides:
sendRequest in class RequestImpl
java.io.IOException

backupSolution

protected void backupSolution(UniversalBody destinationBody)
                       throws java.io.IOException
Implements the backup solution

java.io.IOException

queryServer

protected UniversalBody queryServer(UniqueID bodyID)


Copyright © April 2004 INRIA All Rights Reserved.