Uses of Interface
cmion.level2.migration.MigrationAware
-
Packages that use MigrationAware Package Description cmion.level2.migration cmion.level3.fatima cmion.level3.supersimplemind -
-
Uses of MigrationAware in cmion.level2.migration
Methods in cmion.level2.migration that return MigrationAware Modifier and Type Method Description MigrationAwareMigrationFailedHandler. getComponent()MigrationAwareMigrationReceivedHandler. getComponent()MigrationAwareMigrationSucceededHandler. getComponent()MigrationAwareSendingMigrationHandler. getComponent()Methods in cmion.level2.migration with parameters of type MigrationAware Modifier and Type Method Description static voidMigrationUtils. registerMigrationAwareComponent(Migration competency, MigrationAware component)Constructors in cmion.level2.migration with parameters of type MigrationAware Constructor Description MigrationFailedHandler(Migration competency, MigrationAware component)MigrationReceivedHandler(Migration competency, MigrationAware component)MigrationSucceededHandler(Migration competency, MigrationAware component)SendingMigrationHandler(Migration competency, MigrationAware component) -
Uses of MigrationAware in cmion.level3.fatima
Classes in cmion.level3.fatima that implement MigrationAware Modifier and Type Class Description classFAtiMAConnectorclassFAtiMARetainerin this class we pretend to be a fatima for the purpose of retaining the fatima state in a migration scenario. -
Uses of MigrationAware in cmion.level3.supersimplemind
Classes in cmion.level3.supersimplemind that implement MigrationAware Modifier and Type Class Description classSuperSimpleMigratingByInviteMindConnectorThe connector to a SuperSimpleMind (example implementation of a simple mind interface)classSuperSimpleMigratingMindConnectorThe connector to a SuperSimpleMind (example implementation of a simple mind interface)
-