org.objectweb.proactive.ext.migration
Class NodeDestination

java.lang.Object
  extended by org.objectweb.proactive.ext.migration.NodeDestination
All Implemented Interfaces:
java.io.Serializable, Destination

public class NodeDestination
extends java.lang.Object
implements Destination, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NodeDestination(java.lang.String nodeURL, java.lang.String methodName)
          Construct a Roadmap with location l and methodName name.
 
Method Summary
 java.lang.String getDestination()
          Returns a string representing the node
 java.lang.String getMethodName()
          Return the name of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDestination

public NodeDestination(java.lang.String nodeURL,
                       java.lang.String methodName)
Construct a Roadmap with location l and methodName name. We don't use the parameters yet.

Method Detail

getDestination

public java.lang.String getDestination()
Returns a string representing the node

Specified by:
getDestination in interface Destination

getMethodName

public java.lang.String getMethodName()
Return the name of the Method

Specified by:
getMethodName in interface Destination


Copyright 2001-2007 INRIA All Rights Reserved.