Package org.commonjava.indy.action
-
Interface Summary 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 Summary Class Description IndyLifecycleEventManager IndyLifecycleManager Handles the startup sequence (managingBootupAction,MigrationAction, andStartupActioninstances in order), and the shutdown sequence (managingShutdownActioninstances in order. -
Exception Summary Exception Description IndyLifecycleException