Uses of Interface
org.commonjava.indy.action.IndyLifecycleAction
-
Packages that use IndyLifecycleAction Package Description org.commonjava.indy.action org.commonjava.indy.action.fixture -
-
Uses of IndyLifecycleAction in org.commonjava.indy.action
Subinterfaces of IndyLifecycleAction in org.commonjava.indy.action Modifier and Type Interface Description interfaceBootupActionPerforms some sort of service/subsystem bootup just before Indy is preparing to run.interfaceMigrationActionConverts storage/data formats from older versions of Indy into up-to-date forms.interfaceShutdownActionPerforms some sort of service/subsystem shutdown as Indy is stopping.interfaceStartupActionPerforms some sort of service/subsystem startup as Indy is preparing to run.Methods in org.commonjava.indy.action with type parameters of type IndyLifecycleAction Modifier and Type Method Description <T extends IndyLifecycleAction>
Collection<T>UserLifecycleManager. getUserLifecycleActions(String lifecycleName, Class<T> type) -
Uses of IndyLifecycleAction in org.commonjava.indy.action.fixture
Methods in org.commonjava.indy.action.fixture with type parameters of type IndyLifecycleAction Modifier and Type Method Description <T extends IndyLifecycleAction>
Collection<T>AlternativeUserLifecycleManager. getUserLifecycleActions(String lifecycleName, Class<T> type)
-