Package org.objectweb.proactive.core.body.migration

Defines the migration primitive of ProActive.

See:
          Description

Interface Summary
Migratable  
MigrationManager  
MigrationManagerFactory A class implementing this interface is a factory of MigrationManager objects.
 

Class Summary
MigratableBody  
MigrationManagerImpl  
 

Exception Summary
MigrationException  
 

Package org.objectweb.proactive.core.body.migration Description

Defines the migration primitive of ProActive. Any active object, as long as its graph of passive objects is serializable, is potentially migratable. It is the body associated to the active object that makes the migration possible. The AbstractMigratableBody is an abstract body used for the migration. The body of migratable object should inherit from this one. The effective migration is actually delegatated to a MigrationManager also defined in this package.

Since:
ProActive 0.7
Version:
1.0, 2001/10/23
Author:
ProActive Team


Copyright © April 2004 INRIA All Rights Reserved.