Enum Class AtmosphereResourceImpl.LifecycleState

java.lang.Object
java.lang.Enum<AtmosphereResourceImpl.LifecycleState>
org.atmosphere.cpr.AtmosphereResourceImpl.LifecycleState
All Implemented Interfaces:
Serializable, Comparable<AtmosphereResourceImpl.LifecycleState>, Constable
Enclosing class:
AtmosphereResourceImpl

public static enum AtmosphereResourceImpl.LifecycleState extends Enum<AtmosphereResourceImpl.LifecycleState>
Explicit lifecycle states for an AtmosphereResource, replacing the previous collection of independent AtomicBoolean fields that tracked lifecycle implicitly.