Uses of Package
org.eclipse.net4j.util.lifecycle

Packages that use org.eclipse.net4j.util.lifecycle
org.eclipse.net4j.util.cache A generic caching and memory monitoring framework. 
org.eclipse.net4j.util.concurrent Utility interfaces and classes commonly useful in concurrent programming. 
org.eclipse.net4j.util.container A framework of notifying collections and wiring containers. 
org.eclipse.net4j.util.fsm A framework for finite state machines
org.eclipse.net4j.util.lifecycle A framework for components with a simple lifecycle. 
org.eclipse.net4j.util.ref A framework for memory-sensitive keyed references and value maps. 
org.eclipse.net4j.util.registry Interfaces and classes for general purpose registries. 
org.eclipse.net4j.util.security Interfaces and classes for security, negotiation, authentication, authorization and cryptography. 
org.eclipse.net4j.util.ui Reusable UI components. 
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.cache
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
Lifecycle
          A default implementation of an entity with a lifecycle.
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.concurrent
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
Lifecycle
          A default implementation of an entity with a lifecycle.
LifecycleException
          An unchecked wrapper exception for checked exceptions being thrown from Lifecycle.doActivate().
LifecycleState
          Enumerates the possible lifecycle states of an entity with a lifecycle.
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.container
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
ILifecycleEvent
          An event fired from an entity with a lifecycle when its lifecycle state has changed.
Lifecycle
          A default implementation of an entity with a lifecycle.
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.fsm
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
Lifecycle
          A default implementation of an entity with a lifecycle.
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.lifecycle
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
ILifecycleEvent
          An event fired from an entity with a lifecycle when its lifecycle state has changed.
ILifecycleEvent.Kind
          Enumerates the possible lifecycle state changes of an entity.
Lifecycle
          A default implementation of an entity with a lifecycle.
LifecycleException
          An unchecked wrapper exception for checked exceptions being thrown from Lifecycle.doActivate().
LifecycleState
          Enumerates the possible lifecycle states of an entity with a lifecycle.
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.ref
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
Lifecycle
          A default implementation of an entity with a lifecycle.
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.registry
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
Lifecycle
          A default implementation of an entity with a lifecycle.
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.security
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
Lifecycle
          A default implementation of an entity with a lifecycle.
 

Classes in org.eclipse.net4j.util.lifecycle used by org.eclipse.net4j.util.ui
ILifecycle
          An entity that has a well-defined lifecycle and can be activated or deactivated.
ILifecycle.DeferrableActivation
          A mix-in interface for lifecycles with deferrable activation.
Lifecycle
          A default implementation of an entity with a lifecycle.
 



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