org.glite.authz.common.http
Class TimerShutdownTask

java.lang.Object
  extended by org.glite.authz.common.http.TimerShutdownTask
All Implemented Interfaces:
java.lang.Runnable

public class TimerShutdownTask
extends java.lang.Object
implements java.lang.Runnable

A task that shuts down a Timer. This task is intended to be used as a shutdown task within a JettyAdminService.


Constructor Summary
TimerShutdownTask(java.util.Timer timer)
          Constructor.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerShutdownTask

public TimerShutdownTask(java.util.Timer timer)
Constructor.

Parameters:
timer - timer to be shutdown.
Method Detail

run

public void run()

Specified by:
run in interface java.lang.Runnable


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.