Uses of Interface
org.objectweb.proactive.core.body.migration.MigrationManager

Packages that use MigrationManager
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.migration Defines the migration primitive of ProActive.  
org.objectweb.proactive.ext.locationserver Defines a Body associated with a location server able to give the location of one body on demand.  
org.objectweb.proactive.ext.mixedlocation   
 

Uses of MigrationManager in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body that return MigrationManager
 MigrationManager ProActiveMetaObjectFactory.MigrationManagerFactoryImpl.newMigrationManager()
           
 

Uses of MigrationManager in org.objectweb.proactive.core.body.migration
 

Classes in org.objectweb.proactive.core.body.migration that implement MigrationManager
 class MigrationManagerImpl
           
 

Fields in org.objectweb.proactive.core.body.migration declared as MigrationManager
protected  MigrationManager MigratableBody.migrationManager
          The object responsible for the migration
 

Methods in org.objectweb.proactive.core.body.migration that return MigrationManager
 MigrationManager MigrationManagerFactory.newMigrationManager()
          Creates or reuses a MigrationManager object
 

Uses of MigrationManager in org.objectweb.proactive.ext.locationserver
 

Classes in org.objectweb.proactive.ext.locationserver that implement MigrationManager
 class MigrationManagerWithLocationServer
           
 

Methods in org.objectweb.proactive.ext.locationserver that return MigrationManager
 MigrationManager LocationServerMetaObjectFactory.MigrationManagerFactoryImpl.newMigrationManager()
           
 

Uses of MigrationManager in org.objectweb.proactive.ext.mixedlocation
 

Classes in org.objectweb.proactive.ext.mixedlocation that implement MigrationManager
 class MigrationManagerWithMixedLocation
           
 

Methods in org.objectweb.proactive.ext.mixedlocation that return MigrationManager
 MigrationManager MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl.newMigrationManager()
           
 



Copyright 2001-2005 INRIA All Rights Reserved.