edu.internet2.middleware.shibboleth.common.service
Interface ReloadableService

All Superinterfaces:
Service
All Known Implementing Classes:
BaseReloadableService, SAMLMDRelyingPartyConfigurationManager, ShibbolethAttributeFilteringEngine, ShibbolethAttributeResolver

public interface ReloadableService
extends Service

A service that supports reloading its configuration.


Method Summary
 void reload()
          Reloads the configuration of the service.
 
Methods inherited from interface edu.internet2.middleware.shibboleth.common.service.Service
destroy, getId, initialize, isDestroyed, isInitialized
 

Method Detail

reload

void reload()
            throws ServiceException
Reloads the configuration of the service. Whether internal state is maintained between reloads is implementation depedent.

Throws:
ServiceException - thrown if there is a problem reloading the service


Copyright © 2006-2008 Internet2. All Rights Reserved.