Uses of Interface
org.objectweb.proactive.ext.migration.Destination

Packages that use Destination
org.objectweb.proactive.ext.migration Defines strategies of migration based on itinerary. 
 

Uses of Destination in org.objectweb.proactive.ext.migration
 

Classes in org.objectweb.proactive.ext.migration that implement Destination
 class NodeDestination
           
 

Methods in org.objectweb.proactive.ext.migration that return Destination
 Destination MigrationStrategyImpl.getCurrentDestination()
          Returns the current Destination.
 Destination MigrationStrategyImpl.getNextExcept(java.lang.String s)
          Returns the next destination in the migrationStrategy which is not s
 Destination MigrationStrategyImpl.next()
          Returns the next destination on the list and increase index by one.
 Destination MigrationStrategy.next()
           
 

Methods in org.objectweb.proactive.ext.migration with parameters of type Destination
 void MigrationStrategyImpl.add(Destination r)
          Adds a Destination to an itinary
 void MigrationStrategy.add(Destination d)
           
 void MigrationStrategyImpl.addNext(Destination r)
          Adds a Destination for the next migration
 void MigrationStrategy.addNext(Destination d)
           
 void MigrationStrategyImpl.remove(Destination d)
           
 void MigrationStrategy.remove(Destination d)
           
 



Copyright 2001-2007 INRIA All Rights Reserved.