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)

Field Summary
private static org.apache.log4j.Logger LOG
           
private  Set<Reloadable> reloadables
           
 
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
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG

reloadables

private final Set<Reloadable> reloadables
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.