org.kuali.rice.kew.plugin
Class Reloader
java.lang.Object
org.kuali.rice.kew.plugin.Reloader
- All Implemented Interfaces:
- Runnable
public class Reloader
- extends Object
- implements Runnable
A runnable which continuously polls Reloadable to see if they need to be reloaded.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reloader
public Reloader()
run
public void run()
- Specified by:
run
in interface Runnable
addReloadable
public void addReloadable(Reloadable reloadable)
removeReloadable
public void removeReloadable(Reloadable reloadable)
getReloadables
public Set<Reloadable> getReloadables()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.