Package | Description |
---|---|
com.kabira.platform.switchconfig |
Configuration Service
|
Modifier and Type | Method and Description |
---|---|
Version |
Group.getActiveVersion()
Returns the active version of this
configuration, or null if no version
is active.
|
Version |
Config.getVersion()
Returns the version to which this
configuration instance belongs.
|
Version[] |
Group.getVersions()
Returns the versions of this configuration
that are currently available.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationListener.activated(Version version)
Called when a configuration version has been activated for a registered
configuration type.
|
void |
Notifier.active(Version version)
Deprecated.
Specified version being made active
|
void |
Notifier.audit(Version version)
Deprecated.
Audit activating a configuration version
|
void |
ConfigurationListener.auditActivate(Version version)
Called before a configuration version is activated for a registered
configuration type.
|
void |
ConfigurationListener.auditDeactivate(Version version)
Called before a configuration version is deactivated for a registered
configuration type.
|
void |
Notifier.auditInactive(Version version)
Deprecated.
Audit a configuration version that is being
deactivated
|
void |
ConfigurationListener.auditLoad(Version version)
Called when a configuration version is loaded for a registered
configuration type.
|
void |
Notifier.auditLoad(Version version,
OutParameter<Config[]> configToRemove)
Deprecated.
Audit a configuration being loaded
|
void |
ConfigurationListener.auditRemove(Version version)
Called before a configuration version is removed
for a registered configuration type.
|
void |
Notifier.auditRemove(Version version)
Deprecated.
Audit a configuration version that is being
removed
|
void |
ConfigurationListener.auditReplace(Version deactivating,
Version activating)
Called before a configuration version is replacing the active version
for a registered configuration type.
|
void |
Notifier.auditReplace(Version deactivating,
Version activating)
Deprecated.
Audit replacing an active version
|
void |
ConfigurationListener.deactivated(Version version)
Called when a configuration version has been deactivated for a registered
configuration type.
|
void |
Notifier.inactive(Version version)
Deprecated.
Specified version being made inactive
|
void |
Notifier.load(Version version,
OutParameter<Config[]> configList)
Deprecated.
Specified version being loaded
|
void |
ConfigurationListener.loaded(Version version,
java.util.List<Config> additions)
Called when a new version has been loaded for a registered configuration
type.
|
void |
Notifier.remove(Version version)
Deprecated.
Specified version is being removed
|
void |
ConfigurationListener.removed(Version version)
Called when a configuration version has been removed.
|
void |
Notifier.replace(Version deactivating,
Version activating)
Deprecated.
Replace an active version with another version
|
void |
ConfigurationListener.replaced(Version deactivated,
Version activated)
Called when a configuration version has been activated, replacing an
existing, active, version.
|