Uses of Interface
org.eclipse.net4j.util.registry.IRegistry

Packages that use IRegistry
org.eclipse.net4j.acceptor   
org.eclipse.net4j.connector   
org.eclipse.net4j.db   
org.eclipse.net4j.jvm Transport layer extension with support for JVM embedded connections. 
org.eclipse.net4j.util.container A framework of notifying collections and wiring containers. 
org.eclipse.net4j.util.registry Interfaces and classes for general purpose registries. 
org.eclipse.spi.net4j   
 

Uses of IRegistry in org.eclipse.net4j.acceptor
 

Methods in org.eclipse.net4j.acceptor that return IRegistry
 IRegistry<IFactoryKey,IFactory> IAcceptor.getProtocolFactoryRegistry()
          Returns the factory registry used by this acceptor to prepare newly accepted connectors.
 

Uses of IRegistry in org.eclipse.net4j.connector
 

Methods in org.eclipse.net4j.connector that return IRegistry
 IRegistry<IFactoryKey,IFactory> IConnector.getProtocolFactoryRegistry()
          Returns the factory registry used by this connector to lookup factories that can create IProtocols for newly opened IChannels.
 

Uses of IRegistry in org.eclipse.net4j.db
 

Fields in org.eclipse.net4j.db declared as IRegistry
static IRegistry<java.lang.String,IDBAdapter> IDBAdapter.REGISTRY
           
 

Uses of IRegistry in org.eclipse.net4j.jvm
 

Methods in org.eclipse.net4j.jvm that return IRegistry
 IRegistry<java.lang.String,IJVMAcceptor> IJVMAcceptorManager.getAcceptorRegistry()
           
 

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

Methods in org.eclipse.net4j.util.container that return IRegistry
protected  IRegistry<IFactoryKey,IFactory> ManagedContainer.createFactoryRegistry()
           
 IRegistry<IFactoryKey,IFactory> ManagedContainer.getFactoryRegistry()
           
 IRegistry<IFactoryKey,IFactory> IManagedContainer.getFactoryRegistry()
           
 

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

Classes in org.eclipse.net4j.util.registry that implement IRegistry
 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>
           
 class UnmodifiableRegistry<K,V>
           
 

Methods in org.eclipse.net4j.util.registry that return IRegistry
<K,V> IRegistry<K,V>
RegistryUtil.unmodifiableRegistry(IRegistry<K,V> registry)
           
 

Methods in org.eclipse.net4j.util.registry with parameters of type IRegistry
<K,V> IRegistry<K,V>
RegistryUtil.unmodifiableRegistry(IRegistry<K,V> registry)
           
 

Constructors in org.eclipse.net4j.util.registry with parameters of type IRegistry
DelegatingRegistry(IRegistry<K,V> delegate)
           
DelegatingRegistry(IRegistry<K,V> delegate, boolean autoCommit)
           
HashMapDelegatingRegistry(IRegistry<K,V> delegate)
           
HashMapDelegatingRegistry(IRegistry<K,V> delegate, int initialCapacity)
           
HashMapDelegatingRegistry(IRegistry<K,V> delegate, int initialCapacity, float loadFactor)
           
HashMapDelegatingRegistry(IRegistry<K,V> delegate, java.util.Map<? extends K,? extends V> m)
           
UnmodifiableRegistry(IRegistry<K,V> delegate)
           
 

Uses of IRegistry in org.eclipse.spi.net4j
 

Methods in org.eclipse.spi.net4j with parameters of type IRegistry
 void InternalConnector.setProtocolFactoryRegistry(IRegistry<IFactoryKey,IFactory> protocolFactoryRegistry)
           
 void InternalAcceptor.setProtocolFactoryRegistry(IRegistry<IFactoryKey,IFactory> protocolFactoryRegistry)
           
 


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