Uses of Class
org.objectweb.proactive.core.event.MigrationEvent

Packages that use MigrationEvent
org.objectweb.proactive.core.event The active object created with ProActive generated events on demand when a listener registers to one component of the active object.  
org.objectweb.proactive.ext.migration Defines strategies of migration based on itinerary.  
 

Uses of MigrationEvent in org.objectweb.proactive.core.event
 

Methods in org.objectweb.proactive.core.event with parameters of type MigrationEvent
 void MigrationEventListener.migrationAboutToStart(MigrationEvent event)
          Signals that a migration is about to start
 void MigrationEventListener.migrationFinished(MigrationEvent event)
          Signals that the migration is finished on the originating host side
 void MigrationEventListener.migrationExceptionThrown(MigrationEvent event)
          Signals that the migration failed with a exception detailed in the event.
 void MigrationEventListener.migratedBodyRestarted(MigrationEvent event)
          Signals that the migrated body has restarted of the destination host side
 

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

Methods in org.objectweb.proactive.ext.migration with parameters of type MigrationEvent
 void MigrationStrategyManagerImpl.migrationAboutToStart(MigrationEvent event)
           
 void MigrationStrategyManagerImpl.migrationFinished(MigrationEvent event)
           
 void MigrationStrategyManagerImpl.migrationExceptionThrown(MigrationEvent event)
           
 void MigrationStrategyManagerImpl.migratedBodyRestarted(MigrationEvent event)
           
 



Copyright ? April 2005 INRIA All Rights Reserved.