See: Description
| Interface | Description |
|---|---|
| ReloadableService<T> |
A service that supports reloading its configuration.
|
| ServiceableComponent<T> |
Any Component that wants to be reloaded via the Service interface and spring implements this interface.
|
| Class | Description |
|---|---|
| AbstractReloadableService<T> |
Base class for
ReloadableService. |
| AbstractServiceableComponent<T> |
Implementation of
ServiceableComponent that does most of the work required. |
| ReloadableSpringService<T> |
This class provides a reloading interface to a ServiceableComponent.
|
| Exception | Description |
|---|---|
| ServiceException |
Base exception for Service related errors.
|
Copyright © 1999–2014. All rights reserved.