| Interface | Description |
|---|---|
| BootupAction |
Performs some sort of service/subsystem bootup just before Indy is preparing to run.
|
| IndyLifecycleAction |
Some sort of action in the lifecycle of Indy (migration, startup, shutdown).
|
| MigrationAction |
Converts storage/data formats from older versions of Indy into up-to-date forms.
|
| ShutdownAction |
Performs some sort of service/subsystem shutdown as Indy is stopping.
|
| StartupAction |
Performs some sort of service/subsystem startup as Indy is preparing to run.
|
| UserLifecycleManager |
Created by ruhan on 11/16/16.
|
| Class | Description |
|---|---|
| IndyLifecycleEventManager | |
| IndyLifecycleManager |
Handles the startup sequence (managing
BootupAction, MigrationAction, and StartupAction instances in order), and the
shutdown sequence (managing ShutdownAction instances in order. |
| Exception | Description |
|---|---|
| IndyLifecycleException |
Copyright © 2011-2018-2018. All Rights Reserved.