|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.TimerTask | +--org.edg.security.delegation.DelegationStorageCleaner
A custom TimerTask that removes all expired delegations from the storage.
Constructor Summary | |
DelegationStorageCleaner()
|
Method Summary | |
void |
addDelegationsEventListener(DelegationsEventListener listener)
Allows DelegationStorages to register for DelegationsEvents |
void |
fireDelegationsEvent(DelegationsEvent evt)
Fires DelegationsEvents |
void |
run()
The run method of this TimerTask |
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 DelegationStorageCleaner()
Method Detail |
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
public void addDelegationsEventListener(DelegationsEventListener listener)
public void fireDelegationsEvent(DelegationsEvent evt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |