| Package | Description |
|---|---|
| org.eclipse.net4j.util.concurrent |
Utility interfaces and classes commonly useful in concurrent programming.
|
| org.eclipse.net4j.util.lifecycle |
A framework for components with a simple lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleState |
TimerLifecycle.getLifecycleState() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleState |
ILifecycle.getLifecycleState() |
LifecycleState |
Lifecycle.getLifecycleState() |
static LifecycleState |
LifecycleUtil.getLifecycleState(Object object) |
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LifecycleUtil.waitFor(Object object,
long millis,
LifecycleState state) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.