Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


oracle.stellent.wcm.server.content.spi.fs
Class FSCacheMaintenance.FSCacheMaintenanceThread

java.lang.Object
  extended by java.lang.Thread
      extended by oracle.stellent.wcm.server.content.spi.fs.FSCacheMaintenance.FSCacheMaintenanceThread

All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FSCacheMaintenance

protected class FSCacheMaintenance.FSCacheMaintenanceThread
extends java.lang.Thread

Thread to poll


Nested Class Summary

 

Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler

 

Field Summary

 

Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY

 

Constructor Summary
FSCacheMaintenance.FSCacheMaintenanceThread(long sleepInterval)
           

 

Method Summary
 long getSleepInterval()
           
 boolean isKeepRunning()
           
 void run()
          Call the Janitor at regular intervals
 void setKeepRunning(boolean keepRunning)
           

 

Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

FSCacheMaintenance.FSCacheMaintenanceThread

public FSCacheMaintenance.FSCacheMaintenanceThread(long sleepInterval)

Method Detail

isKeepRunning

public boolean isKeepRunning()

setKeepRunning

public void setKeepRunning(boolean keepRunning)

getSleepInterval

public long getSleepInterval()

run

public void run()
Call the Janitor at regular intervals
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.