Package org.objectweb.jonathan.apis.kernel

Provides classes used to configure a virtual machine using Jonathan.

See:
          Description

Interface Summary
Configuration A context represents a set of typed objects, each identified by a name.
ConfigurationFactory Interface for configuration factories.
Context A context represents a set of typed objects, each identified by a name.
ContextFactory Interface for context factories.
Element The Element interface represents an element in a context.
Factory Factory represents the type for factories of bootstrap services.
Name Names are non-mutable structures representing names used by contexts.
 

Class Summary
Context.NO_VALUE  
Kernel This class provides a method to compute the bootstrap configuration, generated from the file Kernel.xml.
 

Exception Summary
InternalException InternalExceptions are unexpected exceptions that may occur e.g., when some entities (kernel, binders, stub factories, ...), are incompatible or badly used.
JonathanException JonathanException is the supertype of all Jonathan exceptions.
 

Package org.objectweb.jonathan.apis.kernel Description

Provides classes used to configure a virtual machine using Jonathan.