org.codehaus.wadi.gridstate.messages
Class ReadIMToPM

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

public class ReadIMToPM
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Destination _im
           
protected  Object _key
           
 
Constructor Summary
protected ReadIMToPM()
           
  ReadIMToPM(Object key, Destination im)
           
 
Method Summary
 Destination getIM()
           
 Object getKey()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_key

protected Object _key

_im

protected Destination _im
Constructor Detail

ReadIMToPM

public ReadIMToPM(Object key,
                  Destination im)

ReadIMToPM

protected ReadIMToPM()
Method Detail

getKey

public Object getKey()

getIM

public Destination getIM()

toString

public String toString()


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