Uses of Interface
org.objectweb.jonathan.apis.kernel.Factory

Packages that use Factory
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.CosNaming Provides an implementation of the CORBA COS naming service. 
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.java_serial Provides an implementation of the Java serialization service, that lets clients use Java serialization to encode values instead of CDR serialization, when the server may accept it. 
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.binding Provides the default domain implementation. 
org.objectweb.jonathan.libs.kernel Provides implementations for kernel entities. 
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 Factory in org.objectweb.david.libs.binding.moa
 

Classes in org.objectweb.david.libs.binding.moa that implement Factory
 class MOAImplFactory
          MOAImpl {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

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

Classes in org.objectweb.david.libs.binding.orbs.echannel that implement Factory
 class EventChannelFactoryFactory
          EventChannelFactory {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

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

Classes in org.objectweb.david.libs.binding.orbs.iiop that implement Factory
 class IIOPORBFactory
          IIOPORB Factory implementation.
 

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

Classes in org.objectweb.david.libs.binding.soa that implement Factory
 class SOAImplFactory
          SOAImpl {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

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

Classes in org.objectweb.david.libs.presentation.portable that implement Factory
 class CDRMarshallerFactoryFactory
          CDRMarshallerFactory Factory implementation.
 

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

Classes in org.objectweb.david.libs.resources.giop that implement Factory
 class GIOPConnectionFactoryFactory
          GIOPConnectionFactory Factory implementation.
 

Uses of Factory in org.objectweb.david.libs.services.CosNaming
 

Classes in org.objectweb.david.libs.services.CosNaming that implement Factory
 class NSRetriever
          NSRetriever may be used to retrieve local instances of the COS naming service.
 

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

Classes in org.objectweb.david.libs.services.CosTransactions.handler that implement Factory
 class DavidTSHandlerFactory
          DavidTSHandler Factory implementation.
 

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

Classes in org.objectweb.david.libs.services.handler that implement Factory
 class DavidServicesHandlerFactory
          DavidServicesHandler Factory implementation.
 

Uses of Factory in org.objectweb.david.libs.services.java_serial
 

Classes in org.objectweb.david.libs.services.java_serial that implement Factory
 class JavaSerialService
          The Java Serial Service is used by clients that wish to use Java Serialization instead of CDR serialization to encode values.
 

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

Classes in org.objectweb.david.libs.services.unknown_exception that implement Factory
 class UnknownExceptionServiceFactory
          UnknownExceptionService Factory implementation.
 

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

Classes in org.objectweb.david.libs.stub_factories.std that implement Factory
 class JDelegateFactoryFactory
          Factory for JDelegateFactory.
 

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

Classes in org.objectweb.jeremie.libs.binding.jiop that implement Factory
 class JIOPFactory
          JIOP Factory implementation.
 

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

Classes in org.objectweb.jeremie.libs.binding.moa that implement Factory
 class MOAContextFactory
          MOAContext {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

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

Classes in org.objectweb.jeremie.libs.binding.soa that implement Factory
 class SOAContextFactory
          SOAContext {#link org.objectweb.jonathan.apis.kernel.Factory Factory} implementation.
 

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

Classes in org.objectweb.jeremie.libs.presentation.std that implement Factory
 class StdMarshallerFactoryFactory
          StdMarshallerFactory Factory implementation.
 

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

Classes in org.objectweb.jeremie.libs.services.CosTransactions.handler that implement Factory
 class JRMITSHandlerFactory
          JRMITSHandler Factory implementation.
 

Uses of Factory in org.objectweb.jonathan.libs.binding
 

Classes in org.objectweb.jonathan.libs.binding that implement Factory
 class JDomainFactory
          Factory for JDomain objects.
 

Uses of Factory in org.objectweb.jonathan.libs.kernel
 

Classes in org.objectweb.jonathan.libs.kernel that implement Factory
 class GenericFactory
          Generic Factory implementation.
 class JContextFactoryFactory
          Factory for JContextFactory objects.
 

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

Classes in org.objectweb.jonathan.libs.resources that implement Factory
 class JChunkFactoryFactory
          JChunkFactory Factory implementation.
 class JSchedulerFactory
          JScheduler Factory implementation.
 class SimpleChunkFactoryFactory
          JChunkFactory factory implementation.
 

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

Classes in org.objectweb.jonathan.libs.resources.tcpip that implement Factory
 class IPv4ConnectionFactoryFactory
          IPv4ConnectionFactory Factory implementation.
 class JConnectionMgrFactory
          JConnectionMgr Factory implementation.