| Package | Description |
|---|---|
| org.apache.tamaya.events |
This package provides the main building blocks for handling configuration changes, such as
ConfigEventManager, ConfigEventListener and
artifacts to describe the changes (delta) of a Configuration or a PropertySource. |
| org.apache.tamaya.events.internal |
This package contains internal default implementations for the config events module.
|
| org.apache.tamaya.events.spi |
This package contains the SPI to implement the
ConfigEventManager singleton. |
| Class and Description |
|---|
| ChangeType
Enum describing the type of configuration change.
|
| ConfigEvent
Event that contains a set current changes that were applied or could be applied.
|
| ConfigEventListener
Interface to be implemented for listening on changes on
Configuration instances. |
| ConfigurationChange
Event that contains a set current changes that were applied or could be applied.
|
| ConfigurationChangeBuilder
Models a set current changes applied to a
PropertySource. |
| ConfigurationContextChange
Event that contains a set of current changes that were applied or can be applied.
|
| ConfigurationContextChangeBuilder
Models a set of current changes applied to a
PropertySource. |
| FrozenConfiguration
/**
Configuration implementation that stores all current values of a given (possibly dynamic, contextual and non server
capable instance) and is fully serializable.
|
| FrozenPropertySource
PropertySource implementation that stores all current values of a given (possibly dynamic, contextual and non server
capable instance) and is fully serializable.
|
| PropertySourceChange
Event that contains a set current changes that were applied or could be applied.
|
| PropertySourceChangeBuilder
Models a set current changes applied to a
PropertySource. |
| Class and Description |
|---|
| ConfigEvent
Event that contains a set current changes that were applied or could be applied.
|
| ConfigEventListener
Interface to be implemented for listening on changes on
Configuration instances. |
| Class and Description |
|---|
| ConfigEvent
Event that contains a set current changes that were applied or could be applied.
|
| ConfigEventListener
Interface to be implemented for listening on changes on
Configuration instances. |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.