Expresso 5-6

Uses of Interface
com.jcorporate.expresso.kernel.ComponentLifecycle

Packages that use ComponentLifecycle
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.cache Package containing all of the objects for Expresso's Cache Manager, a general-purpose system for in-memory caching.  
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.db Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso. 
com.jcorporate.expresso.core.db.config This package contains a public preview of future configuration code.  
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.core.misc Miscellaneous objects for file manipulation, running OS processes, etc 
com.jcorporate.expresso.core.security This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.  
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.  
com.jcorporate.expresso.kernel.management This package provide classes that provide the core logic for managing the Expresso configuration hierarchy.  
 

Uses of ComponentLifecycle in com.jcorporate.expresso.core
 

Classes in com.jcorporate.expresso.core that implement ComponentLifecycle
 class ExpressoSchema
          Standard Schema object for the Expresso framework.
 

Uses of ComponentLifecycle in com.jcorporate.expresso.core.cache
 

Classes in com.jcorporate.expresso.core.cache that implement ComponentLifecycle
 class DefaultCacheManager
          [Currently a placeholder.
 

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

Classes in com.jcorporate.expresso.core.dataobjects that implement ComponentLifecycle
 class PersistenceManager
          This is the persistence manager class.
 

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

Classes in com.jcorporate.expresso.core.dataobjects.jdbc that implement ComponentLifecycle
 class JdbcPersistenceManager
           
 

Uses of ComponentLifecycle in com.jcorporate.expresso.core.db
 

Classes in com.jcorporate.expresso.core.db that implement ComponentLifecycle
 class DBConfig
          Database Configuration Component
 class TypeMapper
          Type Mapper takes care of the job of mapping various Java types to SQL types.
 

Uses of ComponentLifecycle in com.jcorporate.expresso.core.db.config
 

Classes in com.jcorporate.expresso.core.db.config that implement ComponentLifecycle
 class com.jcorporate.expresso.core.db.config.JNDIConfig
           
 

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

Classes in com.jcorporate.expresso.core.dbobj that implement ComponentLifecycle
 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 ComponentLifecycle in com.jcorporate.expresso.core.misc
 

Classes in com.jcorporate.expresso.core.misc that implement ComponentLifecycle
 class ConfigJndi
          A Commons digester class for JDBC section of the standardmaessig Expresso Configuration XML file.
 

Uses of ComponentLifecycle in com.jcorporate.expresso.core.security
 

Classes in com.jcorporate.expresso.core.security that implement ComponentLifecycle
 class CryptoManager
          CryptoManager.java

Singleton Class that acts as a facade for managing if strong or weak crypto is desired.

 

Uses of ComponentLifecycle in com.jcorporate.expresso.kernel
 

Subinterfaces of ComponentLifecycle in com.jcorporate.expresso.kernel
 interface RootContainerInterface
          This interface represents the special container case of the Root container where we need to store specific runtime information.
 

Classes in com.jcorporate.expresso.kernel that implement ComponentLifecycle
 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.
 

Uses of ComponentLifecycle in com.jcorporate.expresso.kernel.management
 

Classes in com.jcorporate.expresso.kernel.management that implement ComponentLifecycle
 class DefaultServiceWriter
          Default Implementation of the class used to write the ExpressoServices configuration file to a file or stream.
 


Expresso 5-6

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