Package org.commonjava.indy.action
Interface IndyLifecycleAction
-
- All Known Subinterfaces:
BootupAction,MigrationAction,ShutdownAction,StartupAction
public interface IndyLifecycleActionSome sort of action in the lifecycle of Indy (migration, startup, shutdown).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Used mainly for reporting, this is a unique identifier for this action.
-
-
-
Method Detail
-
getId
String getId()
Used mainly for reporting, this is a unique identifier for this action.
-
-