Uses of Interface
com.aspectran.core.util.lifecycle.LifeCycle
-
Packages that use LifeCycle Package Description com.aspectran.core.util.lifecycle -
-
Uses of LifeCycle in com.aspectran.core.util.lifecycle
Classes in com.aspectran.core.util.lifecycle that implement LifeCycle Modifier and Type Class Description classAbstractLifeCycleBasic implementation of the life cycle interface for components.classStopLifeCycleA LifeCycle that when started will stop another LifeCycle.Methods in com.aspectran.core.util.lifecycle with parameters of type LifeCycle Modifier and Type Method Description static java.lang.StringAbstractLifeCycle. getState(LifeCycle lc)default voidLifeCycle.Listener. lifeCycleFailure(LifeCycle event, java.lang.Throwable cause)default voidLifeCycle.Listener. lifeCycleStarted(LifeCycle event)voidStopLifeCycle. lifeCycleStarted(LifeCycle lifecycle)default voidLifeCycle.Listener. lifeCycleStarting(LifeCycle event)default voidLifeCycle.Listener. lifeCycleStopped(LifeCycle event)default voidLifeCycle.Listener. lifeCycleStopping(LifeCycle event)Constructors in com.aspectran.core.util.lifecycle with parameters of type LifeCycle Constructor Description StopLifeCycle(LifeCycle lifecycle)
-