Expresso 5-6

Package com.jcorporate.expresso.kernel.management

This package provide classes that provide the core logic for managing the Expresso configuration hierarchy.

See:
          Description

Interface Summary
DOMWriter This interface is the link between an XML DOM and the file it should serialize to.
ServiceWriter The ServiceWriter does exactly what its name implies, it writes expresso-services.xml files.
 

Class Summary
ComponentConfigBridge Provides getting and setting of configuration information for individual components
ComponentFactory This class provides several helper functions to help instantiate a particular component or runtime.
DefaultServiceWriter Default Implementation of the class used to write the ExpressoServices configuration file to a file or stream.
ExpressoRuntimeMap This class allows controllers and other classes to potentially access Expresso Runtime Environments that they aren't necessarily a part of.
TraxDOMWriter DOM Writer that uses the Java TRAX API for writing the Expresso configuration file.
XercesDOMWriter This class writes the DOM structures to a file using specific Xerces capabilies.
 

Package com.jcorporate.expresso.kernel.management Description

This package provide classes that provide the core logic for managing the Expresso configuration hierarchy. It can be expanded upon via Swing Clients, Web applications, etc.

If you are 'outside' of the hierarchy and need to be able to reach into it for management or backwards compatibility, use the ExpressoRuntimeMap to retrieve an instance of the various configuration runtimes that are available on the system.

 

 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.