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

Packages that use ContextFactory
org.objectweb.david.libs.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
org.objectweb.jeremie.libs.presentation.std Provides a default implementation of a Jeremie marshaller factory. 
org.objectweb.jonathan.libs.kernel Provides implementations for kernel entities. 
 

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

Fields in org.objectweb.david.libs.presentation.portable declared as ContextFactory
protected  ContextFactory PortableMarshallerFactory.context_factory
          A context factory to associate contexts with marshallers.
 

Constructors in org.objectweb.david.libs.presentation.portable with parameters of type ContextFactory
PortableMarshallerFactory(ChunkFactory chunk_factory, ContextFactory context_factory, DavidMarshallerFactory mf, ORB orb)
          Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory chunk_factory, ContextFactory context_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory chunk_factory, ContextFactory context_factory)
          Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory chunk_factory, ContextFactory context_factory, DavidMarshallerFactory mf, ORB orb)
          Creates a new CDRMarshallerFactory
CDRMarshallerFactory(ChunkFactory chunk_factory, ContextFactory context_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory chunk_factory, ContextFactory context_factory)
          Creates a new marshaller factory.
 

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

Fields in org.objectweb.jeremie.libs.presentation.std declared as ContextFactory
protected  ContextFactory StdMarshallerFactory.context_factory
          The context factory.
 

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

Classes in org.objectweb.jonathan.libs.kernel that implement ContextFactory
 class JConfigurationFactory
          Configuration Factory used by KKernel.
 class JContextFactory
          Implementation of ContextFactory.
 class TreeContextFactory