Uses of Class
org.eclipse.net4j.util.lifecycle.LifecycleState

Packages that use LifecycleState
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. 
 

Uses of LifecycleState in org.eclipse.net4j.util.concurrent
 

Methods in org.eclipse.net4j.util.concurrent that return LifecycleState
 LifecycleState TimerLifecycle.getLifecycleState()
           
 

Uses of LifecycleState in org.eclipse.net4j.util.lifecycle
 

Methods in org.eclipse.net4j.util.lifecycle that return LifecycleState
 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.
 

Methods in org.eclipse.net4j.util.lifecycle with parameters of type LifecycleState
static boolean LifecycleUtil.waitFor(Object object, long millis, LifecycleState state)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.