org.kuali.rice.kew.plugin
Class Reloader

java.lang.Object
  extended by 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)

Constructor Summary
Reloader()
           
 
Method Summary
 void addReloadable(Reloadable reloadable)
           
 Set<Reloadable> getReloadables()
           
 void removeReloadable(Reloadable reloadable)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reloader

public Reloader()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.