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.core.idc
Class IdcServerPoller.ContentPollerThread

java.lang.Object
  extended by java.lang.Thread
      extended by oracle.stellent.wcm.core.idc.IdcServerPoller.ContentPollerThread

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

protected class IdcServerPoller.ContentPollerThread
extends java.lang.Thread

Thread to poll the SPI Provider for content updates


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
IdcServerPoller.ContentPollerThread(long sleepInterval)
           

 

Method Summary
 long getSleepInterval()
           
 boolean isKeepRunning()
           
 void run()
          Call the Content Server 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

IdcServerPoller.ContentPollerThread

public IdcServerPoller.ContentPollerThread(long sleepInterval)

Method Detail

isKeepRunning

public boolean isKeepRunning()

setKeepRunning

public void setKeepRunning(boolean keepRunning)

getSleepInterval

public long getSleepInterval()

run

public void run()
Call the Content Server 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.