Package | Description |
---|---|
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
Modifier and Type | Field and Description |
---|---|
private ContainerLifeCycle.Managed |
ContainerLifeCycle.Bean._managed |
Modifier and Type | Method and Description |
---|---|
static ContainerLifeCycle.Managed |
ContainerLifeCycle.Managed.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContainerLifeCycle.Managed[] |
ContainerLifeCycle.Managed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContainerLifeCycle.addBean(java.lang.Object o,
ContainerLifeCycle.Managed managed) |