|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Configuration | |
| 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.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.internal | This package contains classes that should not be normally used or referenced outside of the kernel package hierarchy. |
| com.jcorporate.expresso.kernel.management | This package provide classes that provide the core logic for managing the Expresso configuration hierarchy. |
| com.jcorporate.expresso.kernel.metadata | This package contains bean classes that are created/loaded by the Digester system to represent metadata for Expresso components. |
| Uses of Configuration in com.jcorporate.expresso.core.cache |
| Methods in com.jcorporate.expresso.core.cache with parameters of type Configuration | |
void |
DefaultCacheManager.configure(Configuration newConfig)
|
void |
DefaultCacheManager.reconfigure(Configuration newConfig)
|
| Uses of Configuration in com.jcorporate.expresso.core.dataobjects |
| Methods in com.jcorporate.expresso.core.dataobjects with parameters of type Configuration | |
void |
PersistenceManager.configure(Configuration newConfig)
Lifecycle event for configuration. |
void |
PersistenceManager.reconfigure(Configuration newConfig)
Lifecycle event for reconfiguration. |
| Uses of Configuration in com.jcorporate.expresso.core.dataobjects.jdbc |
| Methods in com.jcorporate.expresso.core.dataobjects.jdbc with parameters of type Configuration | |
void |
JdbcPersistenceManager.configure(Configuration newConfig)
|
void |
JdbcPersistenceManager.reconfigure(Configuration newConfig)
|
| Uses of Configuration in com.jcorporate.expresso.core.db |
| Methods in com.jcorporate.expresso.core.db with parameters of type Configuration | |
void |
TypeMapper.configure(Configuration newConfig)
Sets up all the types now that we know the parent's data context. |
void |
TypeMapper.reconfigure(Configuration newConfig)
Reconfigures the TypeMapper. |
void |
DBConfig.configure(Configuration newConfig)
Configuration Event. |
void |
DBConfig.reconfigure(Configuration newConfig)
ReconfigurationEvent In this implementation there is no actual configuration parameters, but we get our configuration info from the parent. |
| Uses of Configuration in com.jcorporate.expresso.core.dbobj |
| Methods in com.jcorporate.expresso.core.dbobj with parameters of type Configuration | |
void |
Schema.configure(Configuration newConfig)
Provide Configurations |
void |
Schema.reconfigure(Configuration newConfig)
Reconfigure Lifecycle Event. |
| Uses of Configuration in com.jcorporate.expresso.core.security |
| Methods in com.jcorporate.expresso.core.security with parameters of type Configuration | |
void |
CryptoManager.configure(Configuration newConfig)
Configure the Cryptographic manager |
void |
CryptoManager.reconfigure(Configuration newConfig)
Reconfigure lifecycle event. |
| Uses of Configuration in com.jcorporate.expresso.kernel |
| Methods in com.jcorporate.expresso.kernel with parameters of type Configuration | |
void |
RootContainer.configure(Configuration newConfig)
Configure the global container including type conversion for default values. |
void |
RootContainer.reconfigure(Configuration newConfig)
Reconfigure the global container |
void |
DataContext.configure(Configuration newConfig)
This is the implementation of the ExpressoComponent configure() component event lifecycle. |
void |
DataContext.reconfigure(Configuration newConfig)
Reconfiguration implementation of the Expresso event lifecycles. |
void |
ComponentLifecycle.configure(Configuration newConfig)
Configure the service. |
void |
ComponentLifecycle.reconfigure(Configuration newConfig)
Reconfigures the service during runtime without having to restart the container. |
| Uses of Configuration in com.jcorporate.expresso.kernel.internal |
| Classes in com.jcorporate.expresso.kernel.internal that implement Configuration | |
class |
DefaultConfigBean
This class represents a default implementation of the Configuration interface. |
| Uses of Configuration in com.jcorporate.expresso.kernel.management |
| Methods in com.jcorporate.expresso.kernel.management with parameters of type Configuration | |
void |
DefaultServiceWriter.configure(Configuration newConfig)
Configure the DefaultServiceWriter. |
void |
DefaultServiceWriter.reconfigure(Configuration newConfig)
Reconfigure lifecycle event for this component. |
| Uses of Configuration in com.jcorporate.expresso.kernel.metadata |
| Methods in com.jcorporate.expresso.kernel.metadata that return Configuration | |
Configuration |
SimpleProperty.createConfigBean(DefaultConfigBean targetBean,
ComponentConfig config,
ComponentMetadata metadata)
Load the configBean with values for this property. |
Configuration |
MappedProperty.createConfigBean(DefaultConfigBean targetBean,
ComponentConfig config,
ComponentMetadata metadata)
Load the configBean with values for this property. |
abstract Configuration |
Property.createConfigBean(DefaultConfigBean configBean,
ComponentConfig config,
ComponentMetadata metadata)
Override in subclasses. |
Configuration |
IndexedProperty.createConfigBean(DefaultConfigBean targetBean,
ComponentConfig config,
ComponentMetadata metadata)
Load the configBean with values for this property. |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||