|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.glite.authz.common.logging.LoggingReloadTask
public class LoggingReloadTask
A work task for reloading the logging configuration.
Constructor Summary | |
---|---|
LoggingReloadTask(java.lang.String configFilePath)
Constructor. |
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingReloadTask(java.lang.String configFilePath) throws java.io.IOException
configFilePath
- path to the logging configuration file to watch for changes and reload.
java.io.IOException
- if the configFilePath is a directory, does not exist, or can not be readMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |