com.gentics.cr.portlet.cache
Class NavigationUpdateJob

java.lang.Object
  extended by java.util.TimerTask
      extended by com.gentics.cr.portlet.cache.NavigationUpdateJob
All Implemented Interfaces:
Runnable

public class NavigationUpdateJob
extends TimerTask

The Class NavigationUpdateJob.

 

Field Summary
private  org.apache.jcs.JCS cache
          The cache.
private  String cacheKey
          The cache key.
private  String childfilter
          The childfilter.
private static org.apache.log4j.Logger log
          The Constant log.
private  com.gentics.cr.CRRequest req
          The req.
private  com.gentics.cr.RequestProcessor rp
          The rp.
private  String startFolder
          The start folder.
private  org.apache.commons.lang.time.StopWatch watch
          The watch.
 
Constructor Summary
NavigationUpdateJob(String startFolder, String childfilter, String cacheKey, com.gentics.cr.RequestProcessor rp, com.gentics.cr.CRRequest req, org.apache.jcs.JCS cache)
          Instantiates a new navigation update job.
 
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
 

Field Detail

log

private static final org.apache.log4j.Logger log
The Constant log.


rp

private com.gentics.cr.RequestProcessor rp
The rp.


req

private com.gentics.cr.CRRequest req
The req.


startFolder

private String startFolder
The start folder.


childfilter

private String childfilter
The childfilter.


cache

private org.apache.jcs.JCS cache
The cache.


watch

private org.apache.commons.lang.time.StopWatch watch
The watch.


cacheKey

private String cacheKey
The cache key.

Constructor Detail

NavigationUpdateJob

public NavigationUpdateJob(String startFolder,
                           String childfilter,
                           String cacheKey,
                           com.gentics.cr.RequestProcessor rp,
                           com.gentics.cr.CRRequest req,
                           org.apache.jcs.JCS cache)
Instantiates a new navigation update job.

Parameters:
startFolder - the start folder
childfilter - the childfilter
cacheKey - the cache key
rp - the rp
req - the req
cache - the cache
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.