|
xmlBlaster 2.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.xmlBlaster.contrib.replication.OracleByEventsScheduler.SchedulerRunner
private class OracleByEventsScheduler.SchedulerRunner
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
private I_ChangeDetector |
changeDetector
|
private java.lang.String |
event
|
private boolean |
forceShutdown
|
private I_Info |
info
|
private static long |
MAX_SLEEP_DELAY
|
private static long |
MIN_SLEEP_DELAY
|
private long |
pollIntervall
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
OracleByEventsScheduler.SchedulerRunner(I_Info info,
I_ChangeDetector changeDetector)
|
|
| Method Summary | |
|---|---|
void |
doShutdown()
|
void |
run()
|
private void |
sleepToAvoidLooping()
|
| 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 |
|---|
private static final long MIN_SLEEP_DELAY
private static final long MAX_SLEEP_DELAY
private boolean forceShutdown
private long pollIntervall
private I_ChangeDetector changeDetector
private I_Info info
private java.lang.String event
| Constructor Detail |
|---|
OracleByEventsScheduler.SchedulerRunner(I_Info info,
I_ChangeDetector changeDetector)
| Method Detail |
|---|
private final void sleepToAvoidLooping()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void doShutdown()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
|
xmlBlaster 2.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||