|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
com.gentics.cr.portlet.cache.NavigationUpdateJob
public class NavigationUpdateJob
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 |
---|
private static final org.apache.log4j.Logger log
private com.gentics.cr.RequestProcessor rp
private com.gentics.cr.CRRequest req
private String startFolder
private String childfilter
private org.apache.jcs.JCS cache
private org.apache.commons.lang.time.StopWatch watch
private String cacheKey
Constructor Detail |
---|
public NavigationUpdateJob(String startFolder, String childfilter, String cacheKey, com.gentics.cr.RequestProcessor rp, com.gentics.cr.CRRequest req, org.apache.jcs.JCS cache)
startFolder
- the start folderchildfilter
- the childfiltercacheKey
- the cache keyrp
- the rpreq
- the reqcache
- the cacheMethod Detail |
---|
public void run()
run
in interface Runnable
run
in class TimerTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |