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 classHouseKeeperThe 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 classStopLifeCycleA 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 classTowServerThe Undertow Server managed by Aspectran.
-