| Package | Description |
|---|---|
| org.commonjava.indy.action |
| Modifier and Type | Method and Description |
|---|---|
void |
BootupAction.init()
Initialize some subsystem before migration actions start.
|
boolean |
MigrationAction.migrate()
Execute the migration, and return whether anything was changed as a result.
|
void |
IndyLifecycleManager.start()
Start sequence is:
Start all
BootupAction instances, with highest priority executing first.
Run all MigrationAction instances, with highest priority executing first.
Run all StartupAction instances, with highest priority executing first.
|
void |
StartupAction.start()
Start some service after migration actions are completed, just before Indy is ready for use.
|
void |
IndyLifecycleManager.stop()
Run all
ShutdownAction instances, with highest priority executing first. |
void |
ShutdownAction.stop()
Stop the service on shutdown.
|
Copyright © 2011-2018-2018. All Rights Reserved.