org.globus.ogsa.impl.security.grim
Class GrimTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.globus.ogsa.impl.security.grim.GrimTask
All Implemented Interfaces:
java.lang.Runnable

public class GrimTask
extends java.util.TimerTask


Field Summary
protected  java.util.Calendar expDate
           
protected  GrimProxyCreator gpc
           
protected static Log logger
           
protected  int updateFreq
           
 
Constructor Summary
GrimTask(int freq)
           
 
Method Summary
 boolean cancel()
           
static void main(java.lang.String[] args)
           
 void run()
           
 long scheduledExecutionTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gpc

protected GrimProxyCreator gpc

expDate

protected java.util.Calendar expDate

logger

protected static Log logger

updateFreq

protected int updateFreq
Constructor Detail

GrimTask

public GrimTask(int freq)
         throws java.lang.Exception
Method Detail

run

public void run()

scheduledExecutionTime

public long scheduledExecutionTime()

cancel

public boolean cancel()

main

public static void main(java.lang.String[] args)