Package | Description |
---|---|
com.kabira.platform.switchconfig |
Configuration Service
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException
Specialization of OperationFailed that uses the detail message
and cause constructor parameters to set the value of the
OperationFailed.reason field.
|
Modifier and Type | Method and Description |
---|---|
void |
Notifier.audit(Version version)
Deprecated.
Audit activating a configuration version
|
void |
Notifier.auditInactive(Version version)
Deprecated.
Audit a configuration version that is being
deactivated
|
void |
Notifier.auditLoad(Version version,
OutParameter<Config[]> configToRemove)
Deprecated.
Audit a configuration being loaded
|
void |
Notifier.auditRemove(Version version)
Deprecated.
Audit a configuration version that is being
removed
|
void |
Notifier.auditReplace(Version deactivating,
Version activating)
Deprecated.
Audit replacing an active version
|
void |
Notifier.load(Version version,
OutParameter<Config[]> configList)
Deprecated.
Specified version being loaded
|