Package | Description |
---|---|
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLifeCycle.AbstractLifeCycleListener |
class |
FileNoticeLifeCycleListener
A LifeCycle Listener that writes state changes to a file.
|
class |
StopLifeCycle
A LifeCycle that when started will stop another LifeCycle
|
Modifier and Type | Field and Description |
---|---|
static LifeCycle.Listener |
AbstractLifeCycle.STOP_ON_FAILURE
A LifeCycle Listener that will call stop if any failures are notified.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<LifeCycle.Listener> |
AbstractLifeCycle._listeners |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLifeCycle.addLifeCycleListener(LifeCycle.Listener listener) |
void |
LifeCycle.addLifeCycleListener(LifeCycle.Listener listener) |
void |
AbstractLifeCycle.removeLifeCycleListener(LifeCycle.Listener listener) |
void |
LifeCycle.removeLifeCycleListener(LifeCycle.Listener listener) |