com.ibm.ecm.configuration

Class DBCacher<T extends ConfigurationObject>

  1. java.lang.Object
  2. extended byjava.lang.Thread
  3. extended bycom.ibm.ecm.configuration.DBCacher<T>
All implemented interfaces:
java.lang.Runnable

  1. public class DBCacher<T extends ConfigurationObject>
  2. extends java.lang.Thread

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

Constructor and Description
DBCacher(java.lang.String prefix,org.apache.commons.configuration.AbstractConfiguration configuration,java.lang.Class<T> configClass)

Method Summary

Modifier and Type Method and Description
  1. void
run()
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, 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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

DBCacher

  1. public DBCacher(java.lang.String prefix,
  2. org.apache.commons.configuration.AbstractConfiguration configuration,
  3. java.lang.Class<T> configClass)

Method Detail

run

  1. public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread