Package net.shibboleth.utilities.java.support.service
Service support for Shibboleth projects.
A service is something that reloads instances of serviceable components.
-
Interface Summary 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 Summary Class Description AbstractReloadableService<T> Base class forReloadableService
. -
Exception Summary Exception Description ServiceException Base exception for Service related errors.