|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Thread
oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
protected class ContentHistoryWatcher.IdcPollingThread
Content Server Event Polling Thread
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
protected ContentHistoryWatcher.QueryDate |
m_currentDate |
protected boolean |
m_keepRunning |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
protected |
ContentHistoryWatcher.IdcPollingThread() |
| Method Summary | |
|---|---|
protected DataBinder |
buildDocHistoryQuery(java.lang.String whereClause, java.lang.String orderClause)Build the document history query |
protected java.lang.String |
getCurrentDate() |
protected java.lang.String[] |
getCurrentDateWhereClause() |
protected java.lang.String[] |
getCurrentDateWhereClause(DataObject documentEvent) |
protected java.lang.String |
getDefaultCurrentDate() |
protected java.lang.String |
getMonitoredSubjects(java.util.Map<java.lang.String,java.lang.Long> subjectTime)Build the request modifier to send custom subject queries |
boolean |
isKeepRunning() |
void |
run() |
protected void |
sendEventsForResponse(DataBinder responseBinder)Send our the events for the response |
void |
setKeepRunning(boolean keepRunning) |
protected void |
updateCurrentDate(java.util.Date date)Updates the current date returned by getCurrentDate(). |
| 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 |
| Field Detail |
|---|
protected boolean m_keepRunning
protected ContentHistoryWatcher.QueryDate m_currentDate
| Constructor Detail |
|---|
protected ContentHistoryWatcher.IdcPollingThread()
| Method Detail |
|---|
public boolean isKeepRunning()
public void setKeepRunning(boolean keepRunning)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
protected DataBinder buildDocHistoryQuery(java.lang.String whereClause,
java.lang.String orderClause)
whereClause - the where clauseorderClause - the order clauseprotected void sendEventsForResponse(DataBinder responseBinder)
responseBinder - the binder with the results of the queryprotected java.lang.String getCurrentDate()
protected java.lang.String getDefaultCurrentDate()
protected void updateCurrentDate(java.util.Date date)
date -protected java.lang.String[] getCurrentDateWhereClause()
protected java.lang.String[] getCurrentDateWhereClause(DataObject documentEvent)
throws IdcClientException
documentEvent - the document eventIdcClientExceptionprotected java.lang.String getMonitoredSubjects(java.util.Map<java.lang.String,java.lang.Long> subjectTime)
subjectTime - a mapping of subject name (String) to subject time (Long)
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||