Uses of Enum Class
org.eclipse.net4j.util.lifecycle.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
Modifier and TypeMethodDescriptionfinal LifecycleState
DelegableReentrantLock.getLifecycleState()
final LifecycleState
TimerLifecycle.getLifecycleState()
-
Uses of LifecycleState in org.eclipse.net4j.util.lifecycle
Modifier 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.Modifier and TypeMethodDescriptionstatic boolean
LifecycleUtil.waitFor
(Object object, long millis, LifecycleState state)