org.codehaus.wadi.dindex.newmessages
Class MoveIMToPM

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

public class MoveIMToPM
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 MoveIMToPM()
           
  MoveIMToPM(String sessionName, String nodeName, int numConcurrentInvocations, boolean shuttingDown)
           
 
Method Summary
 String getNodeName()
           
 int getNumConcurrentInvocations()
           
 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

MoveIMToPM

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

MoveIMToPM

protected MoveIMToPM()
Method Detail

getNodeName

public String getNodeName()

getNumConcurrentInvocations

public int getNumConcurrentInvocations()

getShuttingDown

public boolean getShuttingDown()

toString

public String toString()


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