Uses of Interface
org.eclipse.net4j.util.factory.IFactoryKey

Packages that use IFactoryKey
org.eclipse.net4j.acceptor   
org.eclipse.net4j.connector   
org.eclipse.net4j.util.container A framework of notifying collections and wiring containers. 
org.eclipse.net4j.util.factory A framework for factory based instance creation. 
org.eclipse.spi.net4j   
 

Uses of IFactoryKey in org.eclipse.net4j.acceptor
 

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

Uses of IFactoryKey in org.eclipse.net4j.connector
 

Methods in org.eclipse.net4j.connector that return types with arguments of type IFactoryKey
 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 IFactoryKey in org.eclipse.net4j.util.container
 

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

Uses of IFactoryKey in org.eclipse.net4j.util.factory
 

Classes in org.eclipse.net4j.util.factory that implement IFactoryKey
 class FactoryKey
           
 

Methods in org.eclipse.net4j.util.factory that return IFactoryKey
 IFactoryKey IFactory.getKey()
           
 

Uses of IFactoryKey in org.eclipse.spi.net4j
 

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


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