Uses of Class
org.commonjava.indy.action.IndyLifecycleException
-
Packages that use IndyLifecycleException Package Description org.commonjava.indy.action -
-
Uses of IndyLifecycleException in org.commonjava.indy.action
Methods in org.commonjava.indy.action that throw IndyLifecycleException Modifier and Type Method Description voidBootupAction. init()Initialize some subsystem before migration actions start.booleanMigrationAction. migrate()Execute the migration, and return whether anything was changed as a result.voidIndyLifecycleManager. start()Start sequence is: Start allBootupActioninstances, with highest priority executing first. Run allMigrationActioninstances, with highest priority executing first. Run allStartupActioninstances, with highest priority executing first.voidStartupAction. start()Start some service after migration actions are completed, just before Indy is ready for use.voidIndyLifecycleManager. stop()Run allShutdownActioninstances, with highest priority executing first.voidShutdownAction. stop()Stop the service on shutdown.
-