Uses of Interface
cmion.level2.migration.Migrating
-
Packages that use Migrating Package Description cmion.level2.migration cmion.level3.fatima cmion.level3.supersimplemind -
-
Uses of Migrating in cmion.level2.migration
Methods in cmion.level2.migration that return Migrating Modifier and Type Method Description MigratingRestoreStateHandler. getComponent()MigratingSaveStateHandler. getComponent()Methods in cmion.level2.migration with parameters of type Migrating Modifier and Type Method Description static voidMigrationUtils. registerMigratingComponent(Migration competency, Migrating component)Constructors in cmion.level2.migration with parameters of type Migrating Constructor Description RestoreStateHandler(Migration competency, Migrating component)SaveStateHandler(Migration competency, Migrating component) -
Uses of Migrating in cmion.level3.fatima
Classes in cmion.level3.fatima that implement Migrating 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 Migrating in cmion.level3.supersimplemind
Classes in cmion.level3.supersimplemind that implement Migrating 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)
-