|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Initializer | The Initializer interface is used to prepare the CCM runtime for interaction with the CCM database. |
Script | The Script interface provides an extension point for CCM Developers to write paramaterizable chunks of code intended for execution in various contexts. |
Class Summary | |
AbstractConfig | AbstractConfig is a base class for groups of customizable
configuration parameters . |
AbstractScript | The AbstractScript class serves as a base class for scripts intended to execute within the runtime environment provided by CCM. |
CCM | Subject to change. |
CompoundInitializer | The CompoundInitializer class provides a convenient way to group together a number of individual initializers into a single object that implements the Initializer interface. |
DataInitEvent | A DataInitEvent is passed to the Initializer.init(DataInitEvent) method in order to provide the
target Initializer access to the objects necessary to properly
initialize the data layer. |
DomainInitEvent | A DomainInitEvent is passed to the Initializer.init(DomainInitEvent) to provide access to the
necessary objects required to initialize the domain layer. |
InteractiveParameterLoader | Deprecated. |
LegacyInitEvent | Deprecated. |
LegacyInitializer | Deprecated. |
PDLInitializer | The PDLInitializer class provides an implementation of the Initializer interface that works in conjunction with the PDLSource interface and implementations thereof in order to
provide a convenient way to initialize object-relational metadata. |
RuntimeConfig | A configuration record for configuration of the runtime environment. |
RuntimeConfigLoader | Deprecated. Use AbstractConfig.load() instead. |
SchemaLoader | Subject to change. |
ScriptContext | The ScriptContext class is passed into the Script.run(ScriptContext) method in order to provide an instance
of the Script interface access to the proper context in
which to execute. |
Startup | An entry point initializer for the CCM runtime. |
Error Summary | |
ConfigError | Subject to change. |
The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |