|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFactory | |
---|---|
org.eclipse.net4j.acceptor | |
org.eclipse.net4j.buddies.spi.common | |
org.eclipse.net4j.connector | |
org.eclipse.net4j.protocol | |
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.net4j.util.security | |
org.eclipse.spi.net4j |
Uses of IFactory in org.eclipse.net4j.acceptor |
---|
Methods in org.eclipse.net4j.acceptor that return types with arguments of type IFactory | |
---|---|
IRegistry<IFactoryKey,IFactory> |
IAcceptor.getProtocolFactoryRegistry()
Returns the factory registry used by this acceptor to prepare newly accepted connectors. |
Uses of IFactory in org.eclipse.net4j.buddies.spi.common |
---|
Classes in org.eclipse.net4j.buddies.spi.common that implement IFactory | |
---|---|
class |
ClientFacilityFactory
|
class |
ServerFacilityFactory
|
Uses of IFactory in org.eclipse.net4j.connector |
---|
Methods in org.eclipse.net4j.connector that return types with arguments of type IFactory | |
---|---|
IRegistry<IFactoryKey,IFactory> |
IConnector.getProtocolFactoryRegistry()
Returns the factory registry used by this connector to lookup factories that can create IProtocol s for
newly opened IChannel s. |
Uses of IFactory in org.eclipse.net4j.protocol |
---|
Classes in org.eclipse.net4j.protocol that implement IFactory | |
---|---|
class |
ClientProtocolFactory
|
class |
ServerProtocolFactory
|
Uses of IFactory in org.eclipse.net4j.util.container |
---|
Methods in org.eclipse.net4j.util.container that return IFactory | |
---|---|
IFactory |
ManagedContainer.getFactory(java.lang.String productGroup,
java.lang.String factoryType)
|
IFactory |
IManagedContainer.getFactory(java.lang.String productGroup,
java.lang.String factoryType)
|
Methods in org.eclipse.net4j.util.container that return types with arguments of type IFactory | |
---|---|
protected IRegistry<IFactoryKey,IFactory> |
ManagedContainer.createFactoryRegistry()
|
IRegistry<IFactoryKey,IFactory> |
ManagedContainer.getFactoryRegistry()
|
IRegistry<IFactoryKey,IFactory> |
IManagedContainer.getFactoryRegistry()
|
Methods in org.eclipse.net4j.util.container with parameters of type IFactory | |
---|---|
ManagedContainer |
ManagedContainer.registerFactory(IFactory factory)
|
IManagedContainer |
IManagedContainer.registerFactory(IFactory factory)
|
Uses of IFactory in org.eclipse.net4j.util.factory |
---|
Classes in org.eclipse.net4j.util.factory that implement IFactory | |
---|---|
class |
Factory
|
class |
FactoryDescriptor
|
Methods in org.eclipse.net4j.util.factory that return IFactory | |
---|---|
IFactory |
FactoryDescriptor.createFactory()
|
Uses of IFactory in org.eclipse.net4j.util.security |
---|
Classes in org.eclipse.net4j.util.security that implement IFactory | |
---|---|
class |
ChallengeNegotiatorFactory
|
class |
FileUserManagerFactory
TODO Consider file attributes when creating initially empty file |
class |
NegotiatorFactory
|
class |
RandomizerFactory
|
class |
ResponseNegotiatorFactory
|
class |
UserManagerFactory
|
Uses of IFactory in org.eclipse.spi.net4j |
---|
Classes in org.eclipse.spi.net4j that implement IFactory | |
---|---|
class |
AcceptorFactory
|
class |
ConnectorFactory
|
Method parameters in org.eclipse.spi.net4j with type arguments of type IFactory | |
---|---|
void |
InternalConnector.setProtocolFactoryRegistry(IRegistry<IFactoryKey,IFactory> protocolFactoryRegistry)
|
void |
InternalAcceptor.setProtocolFactoryRegistry(IRegistry<IFactoryKey,IFactory> protocolFactoryRegistry)
|
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |