|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementating this interface is listener of MigrationEvent
that occurs in the process of the migration of a body associated to an active object.
MigrationEvent
Method Summary | |
void |
migratedBodyRestarted(MigrationEvent event)
Signals that the migrated body has restarted of the destination host side |
void |
migrationAboutToStart(MigrationEvent event)
Signals that a migration is about to start |
void |
migrationExceptionThrown(MigrationEvent event)
Signals that the migration failed with a exception detailed in the event. |
void |
migrationFinished(MigrationEvent event)
Signals that the migration is finished on the originating host side |
Method Detail |
public void migrationAboutToStart(MigrationEvent event)
public void migrationFinished(MigrationEvent event)
public void migrationExceptionThrown(MigrationEvent event)
public void migratedBodyRestarted(MigrationEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |