Rakesh API

org.rakeshv.filters
Class CachingFilter.PurgeTime

java.lang.Object
  extended by org.rakeshv.filters.CachingFilter.PurgeTime
Enclosing class:
CachingFilter

public class CachingFilter.PurgeTime
extends java.lang.Object

A data structure that is used to represent the time of day at which the cache directory should be purged.


Field Summary
private  int hour
          The hour of day at which the entire cache is to be purged.
private  int minute
          The minute of hour at which the entire cache is to be purged.
private  int second
          The second of minute at which the entire cache is to be purged.
 
Constructor Summary
CachingFilter.PurgeTime()
           
 
Method Summary
private  void init()
          Initialise the data structure with configuration from the filter configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hour

private int hour
The hour of day at which the entire cache is to be purged.


minute

private int minute
The minute of hour at which the entire cache is to be purged.

See Also:
hour

second

private int second
The second of minute at which the entire cache is to be purged.

See Also:
minute
Constructor Detail

CachingFilter.PurgeTime

public CachingFilter.PurgeTime()
Method Detail

init

private void init()
Initialise the data structure with configuration from the filter configuration.


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan