org.codehaus.wadi.dindex.messages
Class RelocationResponse

java.lang.Object
  extended byorg.codehaus.wadi.dindex.messages.RelocationResponse
All Implemented Interfaces:
OldMessage, Serializable

public class RelocationResponse
extends Object
implements OldMessage, Serializable

See Also:
Serialized Form

Field Summary
protected  ProxiedLocation _location
           
protected  Motable _motable
           
protected  String _nodeName
           
protected  String _sessionName
           
 
Constructor Summary
protected RelocationResponse()
           
  RelocationResponse(String sessionName)
           
  RelocationResponse(String sessionName, String nodeName, Motable motable)
           
  RelocationResponse(String sessionName, String nodeName, ProxiedLocation location)
           
 
Method Summary
 Motable getMotable()
           
 String getNodeName()
           
 ProxiedLocation getProxiedLocation()
           
 String getSessionName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_sessionName

protected String _sessionName

_nodeName

protected String _nodeName

_motable

protected Motable _motable

_location

protected ProxiedLocation _location
Constructor Detail

RelocationResponse

public RelocationResponse(String sessionName,
                          String nodeName,
                          Motable motable)

RelocationResponse

public RelocationResponse(String sessionName,
                          String nodeName,
                          ProxiedLocation location)

RelocationResponse

public RelocationResponse(String sessionName)

RelocationResponse

protected RelocationResponse()
Method Detail

getSessionName

public String getSessionName()

getNodeName

public String getNodeName()

getMotable

public Motable getMotable()

getProxiedLocation

public ProxiedLocation getProxiedLocation()

toString

public String toString()


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.