Uses of Interface
org.eclipse.net4j.util.lifecycle.ILifecycle

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

Uses of ILifecycle in org.eclipse.net4j.util.cache
 

Classes in org.eclipse.net4j.util.cache that implement ILifecycle
 class Cache<E>
           
 class CacheMonitor
           
 

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

Classes in org.eclipse.net4j.util.concurrent that implement ILifecycle
 class PriorityQueueRunner
           
 class QueueRunner
           
 class QueueRunner2<T extends Runnable>
           
 class QueueWorker<E>
           
 class QueueWorkerWorkSerializer
           
 class RWLockManager<OBJECT,CONTEXT>
          Deprecated. Use RWOLockManager
 class RWOLockManager<OBJECT,CONTEXT>
          Keeps track of locks on objects.
 class TimerLifecycle
           
 class Worker
           
 

Uses of ILifecycle in org.eclipse.net4j.util.container
 

Subinterfaces of ILifecycle in org.eclipse.net4j.util.container
 interface IManagedContainer
          A container that populates itself by means of element factories and post processors .
 interface IPluginContainer
          A managed container that is configured by the extension registry .
 

Classes in org.eclipse.net4j.util.container that implement ILifecycle
 class Container<E>
          An abstract base implementation of a container with a lifecycle.
 class ManagedContainer
          A default implementation of a managed container.
 class SetContainer<E>
          An implementation of a container that stores its elements in a set.
 

Uses of ILifecycle in org.eclipse.net4j.util.fsm
 

Classes in org.eclipse.net4j.util.fsm that implement ILifecycle
 class FiniteStateMachine<STATE extends Enum<?>,EVENT extends Enum<?>,SUBJECT>
          A finite state machine that is based on a matrix of transitions.
 

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

Classes in org.eclipse.net4j.util.lifecycle that implement ILifecycle
 class Lifecycle
          A default implementation of an entity with a lifecycle.
 class ShareableLifecycle
          A lifecycle entity with a reference count that can be activated multiple times.
 

Methods in org.eclipse.net4j.util.lifecycle that return ILifecycle
 ILifecycle ILifecycleEvent.getSource()
           
 ILifecycle LifecycleEvent.getSource()
           
 

Methods in org.eclipse.net4j.util.lifecycle with parameters of type ILifecycle
static
<T> T
LifecycleUtil.delegateLifecycle(ClassLoader loader, T pojo, Class<?> pojoInterface, ILifecycle delegate)
           
static
<T> T
LifecycleUtil.delegateLifecycle(ClassLoader loader, T pojo, ILifecycle delegate)
           
static
<T> T
LifecycleUtil.Delegator.newProxy(ClassLoader loader, T pojo, Class<?> pojoInterface, ILifecycle delegate)
           
protected  void LifecycleEventAdapter.onAboutToActivate(ILifecycle lifecycle)
           
protected  void LifecycleEventAdapter.onAboutToDeactivate(ILifecycle lifecycle)
           
protected  void LifecycleEventAdapter.onActivated(ILifecycle lifecycle)
           
protected  void LifecycleEventAdapter.onDeactivated(ILifecycle lifecycle)
           
 

Constructors in org.eclipse.net4j.util.lifecycle with parameters of type ILifecycle
LifecycleEvent(ILifecycle lifecycle, ILifecycleEvent.Kind kind)
           
LifecycleUtil.Delegator(T pojo, ILifecycle delegate)
           
 

Uses of ILifecycle in org.eclipse.net4j.util.ref
 

Classes in org.eclipse.net4j.util.ref that implement ILifecycle
 class ReferenceQueueWorker<T>
           
 

Uses of ILifecycle in org.eclipse.net4j.util.registry
 

Classes in org.eclipse.net4j.util.registry that implement ILifecycle
 class DelegatingRegistry<K,V>
          Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied to them are not applied to their underlying AbstractDelegatingRegistry.
 class HashMapDelegatingRegistry<K,V>
           
 class HashMapRegistry<K,V>
           
 class Registry<K,V>
           
 

Uses of ILifecycle in org.eclipse.net4j.util.security
 

Classes in org.eclipse.net4j.util.security that implement ILifecycle
 class ChallengeNegotiator
           
 class ChallengeResponseNegotiator
           
 class FileUserManager
           
 class Negotiator<STATE extends Enum<?>,EVENT extends Enum<?>>
           
 class Randomizer
           
 class ResponseNegotiator
           
 class UserManager
           
 class UserManagerAuthenticator
           
 

Uses of ILifecycle in org.eclipse.net4j.util.ui
 

Classes in org.eclipse.net4j.util.ui that implement ILifecycle
 class UIQueueRunner
           
 



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