org.jasig.cas.services
Interface ReloadableServicesManager

All Superinterfaces:
ServicesManager
All Known Implementing Classes:
DefaultServicesManagerImpl

public interface ReloadableServicesManager
extends ServicesManager

Interface to allow for ServicesManagers to attempt to reload their list of services.

Since:
3.1
Version:
$Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $
Author:
Scott Battaglia

Method Summary
 void reload()
          Inform the ServicesManager to reload its list of services if its cached them.
 
Methods inherited from interface org.jasig.cas.services.ServicesManager
delete, findServiceBy, findServiceBy, getAllServices, matchesExistingService, save
 

Method Detail

reload

void reload()
Inform the ServicesManager to reload its list of services if its cached them. Note that this is a suggestion and that ServicesManagers are free to reload whenever they want.



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.