Expresso 5-6

Uses of Class
com.jcorporate.expresso.kernel.ContainerComponentBase

Packages that use ContainerComponentBase
com.jcorporate.expresso.core The sub-packages to this package define the core objects of Expresso, where items such as DBObject are defined.  
com.jcorporate.expresso.core.dataobjects The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.kernel The Expresso Kernel package forms the core interface and basic implementations of the future ECCR or Expresso Component and Configuration Runtime.  
 

Uses of ContainerComponentBase in com.jcorporate.expresso.core
 

Subclasses of ContainerComponentBase in com.jcorporate.expresso.core
 class ExpressoSchema
          Standard Schema object for the Expresso framework.
 

Uses of ContainerComponentBase in com.jcorporate.expresso.core.dataobjects
 

Subclasses of ContainerComponentBase in com.jcorporate.expresso.core.dataobjects
 class PersistenceManager
          This is the persistence manager class.
 

Uses of ContainerComponentBase in com.jcorporate.expresso.core.dataobjects.jdbc
 

Subclasses of ContainerComponentBase in com.jcorporate.expresso.core.dataobjects.jdbc
 class JdbcPersistenceManager
           
 

Uses of ContainerComponentBase in com.jcorporate.expresso.core.dbobj
 

Subclasses of ContainerComponentBase in com.jcorporate.expresso.core.dbobj
 class Schema
          

A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component.

 

Uses of ContainerComponentBase in com.jcorporate.expresso.kernel
 

Subclasses of ContainerComponentBase in com.jcorporate.expresso.kernel
 class DataContext
          This class is the code equivilant of the original <context> tag in the older expresso-config files.
 class RootContainer
          This is the default root container interface.
 


Expresso 5-6

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