org.codehaus.wadi.dindex.newmessages
Class MovePMToSM

java.lang.Object
  extended byorg.codehaus.wadi.dindex.newmessages.MovePMToSM
All Implemented Interfaces:
Serializable

public class MovePMToSM
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Destination _im
           
protected  String _imCorrelationId
           
protected  Object _key
           
protected  Destination _pm
           
 
Constructor Summary
protected MovePMToSM()
           
  MovePMToSM(Object key, Destination im, Destination pm, String imCorrelationId)
           
 
Method Summary
 Destination getIM()
           
 String getIMCorrelationId()
           
 Object getKey()
           
 Destination getPM()
           
 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

_pm

protected Destination _pm

_imCorrelationId

protected String _imCorrelationId
Constructor Detail

MovePMToSM

public MovePMToSM(Object key,
                  Destination im,
                  Destination pm,
                  String imCorrelationId)

MovePMToSM

protected MovePMToSM()
Method Detail

getKey

public Object getKey()

getIM

public Destination getIM()

getPM

public Destination getPM()

getIMCorrelationId

public String getIMCorrelationId()

toString

public String toString()


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