Uses of Enum Class
org.eclipse.net4j.util.lifecycle.LifecycleState
Packages that use LifecycleState
Package
Description
Utility interfaces and classes commonly useful in concurrent programming.
A framework for components with a simple lifecycle.
-
Uses of LifecycleState in org.eclipse.net4j.util.concurrent
Methods in org.eclipse.net4j.util.concurrent that return LifecycleStateModifier and TypeMethodDescriptionfinal LifecycleState
DelegableReentrantLock.getLifecycleState()
final LifecycleState
TimerLifecycle.getLifecycleState()
-
Uses of LifecycleState in org.eclipse.net4j.util.lifecycle
Methods in org.eclipse.net4j.util.lifecycle that return LifecycleStateModifier and TypeMethodDescriptionILifecycle.getLifecycleState()
final LifecycleState
Lifecycle.getLifecycleState()
static LifecycleState
LifecycleUtil.getLifecycleState
(Object object) static LifecycleState
Returns the enum constant of this class with the specified name.static LifecycleState[]
LifecycleState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.net4j.util.lifecycle with parameters of type LifecycleStateModifier and TypeMethodDescriptionstatic boolean
LifecycleUtil.waitFor
(Object object, long millis, LifecycleState state)