org.codehaus.wadi.location.session
Class DeletePMToIM

java.lang.Object
  extended by org.codehaus.wadi.location.session.AbstractSessionResponseMessage
      extended by org.codehaus.wadi.location.session.DeletePMToIM
All Implemented Interfaces:
java.io.Serializable, Message, SessionMessage, SessionResponseMessage

public class DeletePMToIM
extends AbstractSessionResponseMessage

Sent, from PartitionMaster to InvocationMaster, confirming removal of an item from the Partition's index.

Version:
$Revision:1815 $
Author:
Jules Gosnell
See Also:
Serialized Form

Constructor Summary
DeletePMToIM(boolean success)
           
 
Method Summary
 boolean isSuccess()
           
 java.lang.String toString()
           
 
Methods inherited from class org.codehaus.wadi.location.session.AbstractSessionResponseMessage
isVersionTooHigh, isVersionTooLow, setVersionTooHigh, setVersionTooLow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeletePMToIM

public DeletePMToIM(boolean success)
Method Detail

isSuccess

public boolean isSuccess()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.