Uses of Class
com.aspectran.core.util.lifecycle.AbstractLifeCycle
-
Packages that use AbstractLifeCycle Package Description com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.util.lifecycle com.aspectran.undertow.server -
-
Uses of AbstractLifeCycle in com.aspectran.core.component.session
Subclasses of AbstractLifeCycle in com.aspectran.core.component.session Modifier and Type Class Description class
HouseKeeper
The housekeeper for session scavenging. -
Uses of AbstractLifeCycle in com.aspectran.core.util.lifecycle
Subclasses of AbstractLifeCycle in com.aspectran.core.util.lifecycle Modifier and Type Class Description class
StopLifeCycle
A LifeCycle that when started will stop another LifeCycle. -
Uses of AbstractLifeCycle in com.aspectran.undertow.server
Subclasses of AbstractLifeCycle in com.aspectran.undertow.server Modifier and Type Class Description class
TowServer
The Undertow Server managed by Aspectran.
-