org.codehaus.wadi.dindex.messages
Class RelocationRequest

java.lang.Object
  extended byorg.codehaus.wadi.dindex.impl.AbstractDIndexRequest
      extended byorg.codehaus.wadi.dindex.messages.RelocationRequest
All Implemented Interfaces:
DIndexMessage, DIndexRequest, OldMessage, Serializable

public class RelocationRequest
extends AbstractDIndexRequest
implements OldMessage, Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.codehaus.wadi.dindex.impl.AbstractDIndexRequest
_key
 
Constructor Summary
protected RelocationRequest()
           
  RelocationRequest(String sessionName, String nodeName, int numConcurrentInvocations, boolean shuttingDown)
           
 
Method Summary
 String getNodeName()
           
 int getNumConcurrentInvocations()
           
 String getSessionName()
           
 boolean getShuttingDown()
           
 String toString()
           
 
Methods inherited from class org.codehaus.wadi.dindex.impl.AbstractDIndexRequest
getKey, getPartitionKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelocationRequest

public RelocationRequest(String sessionName,
                         String nodeName,
                         int numConcurrentInvocations,
                         boolean shuttingDown)

RelocationRequest

protected RelocationRequest()
Method Detail

getSessionName

public String getSessionName()

getNodeName

public String getNodeName()

getNumConcurrentInvocations

public int getNumConcurrentInvocations()

getShuttingDown

public boolean getShuttingDown()

toString

public String toString()


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