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

Packages that use ILifecycle
org.eclipse.net4j.buddies.spi.common   
org.eclipse.net4j.protocol   
org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer. 
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.registry Interfaces and classes for general purpose registries. 
org.eclipse.net4j.util.security   
org.eclipse.spi.net4j   
 

Uses of ILifecycle in org.eclipse.net4j.buddies.spi.common
 

Classes in org.eclipse.net4j.buddies.spi.common that implement ILifecycle
 class Facility
           
 

Uses of ILifecycle in org.eclipse.net4j.protocol
 

Classes in org.eclipse.net4j.protocol that implement ILifecycle
 class Protocol
           
 

Uses of ILifecycle in org.eclipse.net4j.signal
 

Classes in org.eclipse.net4j.signal that implement ILifecycle
 class SignalProtocol
           
 

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 QueueWorkerWorkSerializer
           
 

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

Classes in org.eclipse.net4j.util.container that implement ILifecycle
 class Container<E>
           
 class ManagedContainer
           
 

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>
           
 

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

Subinterfaces of ILifecycle in org.eclipse.net4j.util.lifecycle
static interface ILifecycle.Introspection
           
 

Classes in org.eclipse.net4j.util.lifecycle that implement ILifecycle
 class Lifecycle
           
 class QueueWorker<E>
           
 class Worker
           
 

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

Methods in org.eclipse.net4j.util.lifecycle with parameters of type ILifecycle
protected  void LifecycleEventAdapter.onAboutToActivate(ILifecycle lifecycle)
           
protected  void LifecycleEventAdapter.onAboutToDeactivate(ILifecycle lifecycle)
           
protected  void LifecycleEventAdapter.onActivated(ILifecycle lifecycle)
           
protected  void LifecycleEventAdapter.onDeactivated(ILifecycle lifecycle)
           
 

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
           
 

Uses of ILifecycle in org.eclipse.spi.net4j
 

Subinterfaces of ILifecycle in org.eclipse.spi.net4j
 interface InternalChannel
           
 interface InternalConnector
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.