org.edg.security.authorization
Class AuthorizationManager.RefreshConfigTask

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--org.edg.security.authorization.AuthorizationManager.RefreshConfigTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AuthorizationManager

protected class AuthorizationManager.RefreshConfigTask
extends java.util.TimerTask

The reload timer task


Constructor Summary
protected AuthorizationManager.RefreshConfigTask()
           
 
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

AuthorizationManager.RefreshConfigTask

protected AuthorizationManager.RefreshConfigTask()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask