Uses of Class
org.objectweb.jonathan.libs.kernel.GenericFactory

Packages that use GenericFactory
org.objectweb.david.libs.binding.moa Provides a simple adapter implementation, as a table of objects. 
org.objectweb.david.libs.binding.orbs.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.david.libs.binding.orbs.iiop Provides an CORBA-compliant IIOP ORB implementation. 
org.objectweb.david.libs.binding.soa Provides a simple adapter implementation, as a table of objects. 
org.objectweb.david.libs.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
org.objectweb.david.libs.resources.giop Provides an implementation for GIOP TCP/IP connection management. 
org.objectweb.david.libs.services.CosTransactions.handler Provides a handler for a CORBA COS Transaction service implementation. 
org.objectweb.david.libs.services.handler Provides a set of classes implementing a services handler. 
org.objectweb.david.libs.services.unknown_exception Provides an implementation of the UnknownException service, that lets server side unexpected exceptions be propagated back to the clients. 
org.objectweb.david.libs.stub_factories.std Provides classes implementing the default David stub factory. 
org.objectweb.jeremie.libs.binding.jiop Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP. 
org.objectweb.jeremie.libs.binding.moa Provides an implementation of UnicastRemoteObject, multiple instances of which are managed together by an object adapter. 
org.objectweb.jeremie.libs.binding.soa Provides an implementation of UnicastRemoteObject, each instance of which is managed by an object adapter. 
org.objectweb.jeremie.libs.presentation.std Provides a default implementation of a Jeremie marshaller factory. 
org.objectweb.jeremie.libs.services.CosTransactions.handler Provides a handler for a CORBA COS Transaction service implementation. 
org.objectweb.jonathan.libs.resources Provides implementations for various resources and managers. 
org.objectweb.jonathan.libs.resources.tcpip Provides a default implementation for TCP/IP connection management. 
 

Uses of GenericFactory in org.objectweb.david.libs.binding.moa
 

Subclasses of GenericFactory in org.objectweb.david.libs.binding.moa
 class MOAImplFactory
          MOAImpl {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.binding.orbs.echannel
 

Subclasses of GenericFactory in org.objectweb.david.libs.binding.orbs.echannel
 class EventChannelFactoryFactory
          EventChannelFactory {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.binding.orbs.iiop
 

Subclasses of GenericFactory in org.objectweb.david.libs.binding.orbs.iiop
 class IIOPORBFactory
          IIOPORB Factory implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.binding.soa
 

Subclasses of GenericFactory in org.objectweb.david.libs.binding.soa
 class SOAImplFactory
          SOAImpl {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.presentation.portable
 

Subclasses of GenericFactory in org.objectweb.david.libs.presentation.portable
 class CDRMarshallerFactoryFactory
          CDRMarshallerFactory Factory implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.resources.giop
 

Subclasses of GenericFactory in org.objectweb.david.libs.resources.giop
 class GIOPConnectionFactoryFactory
          GIOPConnectionFactory Factory implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.services.CosTransactions.handler
 

Subclasses of GenericFactory in org.objectweb.david.libs.services.CosTransactions.handler
 class DavidTSHandlerFactory
          DavidTSHandler Factory implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.services.handler
 

Subclasses of GenericFactory in org.objectweb.david.libs.services.handler
 class DavidServicesHandlerFactory
          DavidServicesHandler Factory implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.services.unknown_exception
 

Subclasses of GenericFactory in org.objectweb.david.libs.services.unknown_exception
 class UnknownExceptionServiceFactory
          UnknownExceptionService Factory implementation.
 

Uses of GenericFactory in org.objectweb.david.libs.stub_factories.std
 

Subclasses of GenericFactory in org.objectweb.david.libs.stub_factories.std
 class JDelegateFactoryFactory
          Factory for JDelegateFactory.
 

Uses of GenericFactory in org.objectweb.jeremie.libs.binding.jiop
 

Subclasses of GenericFactory in org.objectweb.jeremie.libs.binding.jiop
 class JIOPFactory
          JIOP Factory implementation.
 

Uses of GenericFactory in org.objectweb.jeremie.libs.binding.moa
 

Subclasses of GenericFactory in org.objectweb.jeremie.libs.binding.moa
 class MOAContextFactory
          MOAContext {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

Uses of GenericFactory in org.objectweb.jeremie.libs.binding.soa
 

Subclasses of GenericFactory in org.objectweb.jeremie.libs.binding.soa
 class SOAContextFactory
          SOAContext {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

Uses of GenericFactory in org.objectweb.jeremie.libs.presentation.std
 

Subclasses of GenericFactory in org.objectweb.jeremie.libs.presentation.std
 class StdMarshallerFactoryFactory
          StdMarshallerFactory Factory implementation.
 

Uses of GenericFactory in org.objectweb.jeremie.libs.services.CosTransactions.handler
 

Subclasses of GenericFactory in org.objectweb.jeremie.libs.services.CosTransactions.handler
 class JRMITSHandlerFactory
          JRMITSHandler Factory implementation.
 

Uses of GenericFactory in org.objectweb.jonathan.libs.resources
 

Subclasses of GenericFactory in org.objectweb.jonathan.libs.resources
 class JChunkFactoryFactory
          JChunkFactory Factory implementation.
 class JSchedulerFactory
          JScheduler Factory implementation.
 

Uses of GenericFactory in org.objectweb.jonathan.libs.resources.tcpip
 

Subclasses of GenericFactory in org.objectweb.jonathan.libs.resources.tcpip
 class IPv4ConnectionFactoryFactory
          IPv4ConnectionFactory Factory implementation.
 class JConnectionMgrFactory
          JConnectionMgr Factory implementation.