org.objectweb.jonathan.apis.kernel
Interface Configuration

All Superinterfaces:
Context
All Known Implementing Classes:
JConfigurationFactory.JConfiguration

public interface Configuration
extends Context

A context represents a set of typed objects, each identified by a name.


Inner classes inherited from class org.objectweb.jonathan.apis.kernel.Context
Context.NO_VALUE
 
Fields inherited from interface org.objectweb.jonathan.apis.kernel.Context
NO_VALUE
 
Method Summary
 void addAlias(String name, String alias, char separator)
           
 void addAssemblage(String name, String factory, String context, char separator)
           
 void addAtom(String name, String classe, char separator)
           
 
Methods inherited from interface org.objectweb.jonathan.apis.kernel.Context
acquire, addElement, addElement, addElement, addElement, addElement, getElement, getElement, getElements, getIntValue, getIntValue, getScope, getValue, getValue, release, reset, setScope
 

Method Detail

addAtom

public void addAtom(String name,
                    String classe,
                    char separator)
             throws JonathanException

addAssemblage

public void addAssemblage(String name,
                          String factory,
                          String context,
                          char separator)
                   throws JonathanException

addAlias

public void addAlias(String name,
                     String alias,
                     char separator)
              throws JonathanException