Package org.apache.catalina
Interface Lifecycle.SingleUse
-
- Enclosing interface:
- Lifecycle
public static interface Lifecycle.SingleUse
Marker interface used to indicate that the instance should only be used once. CallingLifecycle.stop()
on an instance that supports this interface will automatically callLifecycle.destroy()
afterLifecycle.stop()
completes.