public class ConfigCacheUpdater
extends java.lang.Thread
| Constructor and Description |
|---|
ConfigCacheUpdater(KKAppEng masterClientEng)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
StoreInfo |
getStoreInfo() |
void |
run()
This thread runs forever.
|
void |
setClientEng(KKAppEng clientEng) |
void |
setStoreInfo(StoreInfo storeInfo) |
void |
stopLooping()
Stop the current thread from looping
|
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, yieldpublic ConfigCacheUpdater(KKAppEng masterClientEng) throws KKAppException, com.konakart.app.KKException
masterClientEng - The AppEng that started the threadcom.konakart.app.KKException - an unexpected KKException exceptionKKAppException - an unexpected KKAppException exceptionpublic void stopLooping()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic StoreInfo getStoreInfo()
public void setStoreInfo(StoreInfo storeInfo)
storeInfo - The storeInfo to set.public void setClientEng(KKAppEng clientEng)
clientEng - the clientEng to setCopyright © 2018 DS Data Systems UK Ltd.