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

Packages that use JContextFactory
org.objectweb.jonathan.libs.kernel Provides implementations for kernel entities. 
 

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

Subclasses of JContextFactory in org.objectweb.jonathan.libs.kernel
 class JConfigurationFactory
          Configuration Factory used by KKernel.
 class TreeContextFactory
           
 

Fields in org.objectweb.jonathan.libs.kernel declared as JContextFactory
static JContextFactory JContextFactory.instance
           
 

Constructors in org.objectweb.jonathan.libs.kernel with parameters of type JContextFactory
JContextFactory.JContext()
          Constructs a new JContext instance.
JContextFactory.JContext(Context _scope)
          Creates a new JContext with the specified enclosing context.