|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ComponentBase | |
| 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 ComponentBase in com.jcorporate.expresso.core |
| Subclasses of ComponentBase in com.jcorporate.expresso.core | |
class |
ExpressoSchema
Standard Schema object for the Expresso framework. |
| Uses of ComponentBase in com.jcorporate.expresso.core.cache |
| Subclasses of ComponentBase in com.jcorporate.expresso.core.cache | |
class |
DefaultCacheManager
[Currently a placeholder. |
| Uses of ComponentBase in com.jcorporate.expresso.core.dataobjects |
| Subclasses of ComponentBase in com.jcorporate.expresso.core.dataobjects | |
class |
PersistenceManager
This is the persistence manager class. |
| Uses of ComponentBase in com.jcorporate.expresso.core.dataobjects.jdbc |
| Subclasses of ComponentBase in com.jcorporate.expresso.core.dataobjects.jdbc | |
class |
JdbcPersistenceManager
|
| Uses of ComponentBase in com.jcorporate.expresso.core.dbobj |
| Subclasses of ComponentBase 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 ComponentBase in com.jcorporate.expresso.core.security |
| Subclasses of ComponentBase in com.jcorporate.expresso.core.security | |
class |
CryptoManager
CryptoManager.java Singleton Class that acts as a facade for managing if strong or weak crypto is desired. |
| Uses of ComponentBase in com.jcorporate.expresso.kernel |
| Subclasses of ComponentBase in com.jcorporate.expresso.kernel | |
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 ComponentBase in com.jcorporate.expresso.kernel.management |
| Subclasses of ComponentBase in com.jcorporate.expresso.kernel.management | |
class |
DefaultServiceWriter
Default Implementation of the class used to write the ExpressoServices configuration file to a file or stream. |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||