org.codehaus.wadi.gridstate.messages
Class WriteIMToPM

java.lang.Object
  extended byorg.codehaus.wadi.gridstate.messages.WriteIMToPM
All Implemented Interfaces:
Serializable

public class WriteIMToPM
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Destination _im
           
protected  Object _key
           
protected  boolean _overwrite
           
protected  boolean _returnOldValue
           
protected  boolean _valueIsNull
           
 
Constructor Summary
protected WriteIMToPM()
           
  WriteIMToPM(Object key, boolean valueIsNull, boolean overwrite, boolean returnOldValue, Destination im)
           
 
Method Summary
 Destination getIM()
           
 Object getKey()
           
 boolean getOverwrite()
           
 boolean getReturnOldValue()
           
 boolean getValueIsNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

protected Object _key

_valueIsNull

protected boolean _valueIsNull

_overwrite

protected boolean _overwrite

_returnOldValue

protected boolean _returnOldValue

_im

protected Destination _im
Constructor Detail

WriteIMToPM

public WriteIMToPM(Object key,
                   boolean valueIsNull,
                   boolean overwrite,
                   boolean returnOldValue,
                   Destination im)

WriteIMToPM

protected WriteIMToPM()
Method Detail

getKey

public Object getKey()

getValueIsNull

public boolean getValueIsNull()

getOverwrite

public boolean getOverwrite()

getReturnOldValue

public boolean getReturnOldValue()

getIM

public Destination getIM()


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