Expresso 5-6

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

Packages that use Describable
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.dbobj Ancestor objects for all Database Objects and Schemas.  
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 Describable in com.jcorporate.expresso.core
 

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

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

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

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

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

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

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

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

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

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

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

 

Uses of Describable in com.jcorporate.expresso.kernel
 

Classes in com.jcorporate.expresso.kernel that implement Describable
 class ComponentBase
          This class provides a convienience base class for the majority of the ExpressoComponent interfaces.
 class ContainerComponentBase
          This class provides basic implementations of the Containable Interface to save the typical programmer lots of typing.
 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 Describable in com.jcorporate.expresso.kernel.management
 

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