A raw configuration is stored as a CLOB and has a SHA-256 hash with which it can be uniquely identified.
A RawConfiguration is always associated with its parent {@link org.rhq.core.domain.configuration.Configuration} whichcan be structured, raw, or both. A Configuration can have multiple RawConfigurations associated with it. Suppose for apache that each virtual host configuration is stored in a separate file. We might have a single Configuration object that represents all of the apache configuration, and that object may contain multiple RawConfigurations for each of the virtual host config files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|