Uses of Interface
com.aspectran.core.util.lifecycle.LifeCycle
-
Packages that use LifeCycle Package Description com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.util.lifecycle com.aspectran.undertow.server -
-
Uses of LifeCycle in com.aspectran.core.component.session
Classes in com.aspectran.core.component.session that implement LifeCycle Modifier and Type Class Description classHouseKeeperThe housekeeper for session scavenging. -
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) -
Uses of LifeCycle in com.aspectran.undertow.server
Classes in com.aspectran.undertow.server that implement LifeCycle Modifier and Type Class Description classTowServerThe Undertow Server managed by Aspectran.
-