LoaderService
.See: Description
Interface | Description |
---|---|
LoaderService |
This interface defines an updatable/reloadable data cache for providing data
sources that are updatable by any remote
URL s. |
LoaderService.LoaderListener |
Callback that can be registered to be informed, when a data item was
loaded/updated or reset.
|
Class | Description |
---|---|
AbstractAmountFactory<T extends javax.money.MonetaryAmount> |
Basic implementation of
MonetaryAmountFactory , which simplifies development of the SPI interface. |
AbstractCurrencyConversion |
Abstract base class used for implementing currency conversion.
|
AbstractMoney |
Platform RI: This base class simplifies implementing
MonetaryAmount ,
by providing the common functionality. |
AbstractRateProvider |
Abstract base class for
ExchangeRateProvider implementations. |
CompoundRateProvider |
This class implements a
ExchangeRateProvider that delegates calls to
a collection of child ExchangeRateProvider instance. |
DefaultNumberValue |
Default implementation of
NumberValue based on BigDecimal . |
LazyBoundCurrencyConversion |
This class defines a
CurrencyConversion that is converting to a
specific target CurrencyUnit . |
MonetaryConfig |
Loader for the Java Money JSR configuration.
|
Enum | Description |
---|---|
LoaderService.UpdatePolicy |
Platform RI: The update policy defines how and when the
LoaderService tries to update the local cache with newest version of
the registered data resources, accessing the configured remote
URL s. |
LoaderService
.