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

Packages that use ILifecycle.Introspection
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.Introspection in org.eclipse.net4j.buddies.spi.common
 

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

Uses of ILifecycle.Introspection in org.eclipse.net4j.protocol
 

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

Uses of ILifecycle.Introspection in org.eclipse.net4j.signal
 

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

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

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

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

Classes in org.eclipse.net4j.util.concurrent that implement ILifecycle.Introspection
 class QueueWorkerWorkSerializer
           
 

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

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

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

Classes in org.eclipse.net4j.util.fsm that implement ILifecycle.Introspection
 class FiniteStateMachine<STATE extends Enum<?>,EVENT extends Enum<?>,SUBJECT>
           
 

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

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

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

Classes in org.eclipse.net4j.util.registry that implement ILifecycle.Introspection
 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.Introspection in org.eclipse.net4j.util.security
 

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

Uses of ILifecycle.Introspection in org.eclipse.spi.net4j
 

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


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