Uses of Class
org.eclipse.jetty.util.component.ContainerLifeCycle.Managed
-
Packages that use ContainerLifeCycle.Managed Package Description org.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Management -
-
Uses of ContainerLifeCycle.Managed in org.eclipse.jetty.util.component
Fields in org.eclipse.jetty.util.component declared as ContainerLifeCycle.Managed Modifier and Type Field Description private ContainerLifeCycle.Managed
ContainerLifeCycle.Bean. _managed
Methods in org.eclipse.jetty.util.component that return ContainerLifeCycle.Managed Modifier and Type Method 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.Methods in org.eclipse.jetty.util.component with parameters of type ContainerLifeCycle.Managed Modifier and Type Method Description private boolean
ContainerLifeCycle. addBean(java.lang.Object o, ContainerLifeCycle.Managed managed)
-