QJCC homepage

biz.chitec.qdemo.util
Class UpdateableLoggerDemo.ExampleUpdaterFactory.ExampleUpdater

java.lang.Object
  extended byjava.lang.Thread
      extended bybiz.chitec.quarterback.util.StoppableThread
          extended bybiz.chitec.quarterback.util.LoggingReceiverUpdater
              extended bybiz.chitec.qdemo.util.UpdateableLoggerDemo.ExampleUpdaterFactory.ExampleUpdater
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
UpdateableLoggerDemo.ExampleUpdaterFactory

private class UpdateableLoggerDemo.ExampleUpdaterFactory.ExampleUpdater
extends LoggingReceiverUpdater

Description of the Class

Author:
dh

Nested Class Summary
 
Nested classes inherited from class biz.chitec.quarterback.util.LoggingReceiverUpdater
LoggingReceiverUpdater.KeeperInterfaceContent
 
Nested classes inherited from class biz.chitec.quarterback.util.StoppableThread
StoppableThread.StopException
 
Field Summary
 
Fields inherited from class biz.chitec.quarterback.util.LoggingReceiverUpdater
mylogger, myreceiver, stopupdate, ti
 
Fields inherited from class biz.chitec.quarterback.util.StoppableThread
shouldbestopped
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
UpdateableLoggerDemo.ExampleUpdaterFactory.ExampleUpdater(UpdateableLogger ul, LoggingReceiver lr)
          Constructor for the ExampleUpdater object
 
Method Summary
 void runUpdate()
          Description of the Method
 
Methods inherited from class biz.chitec.quarterback.util.LoggingReceiverUpdater
cancelUpdate, run, sendDelayed, sendToReceiver, setLogger, setReceiver, startUpdate, stopUpdate, storeForDelayedSending
 
Methods inherited from class biz.chitec.quarterback.util.StoppableThread
shouldBeStopped, stopGracefully
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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

UpdateableLoggerDemo.ExampleUpdaterFactory.ExampleUpdater

public UpdateableLoggerDemo.ExampleUpdaterFactory.ExampleUpdater(UpdateableLogger ul,
                                                                 LoggingReceiver lr)
Constructor for the ExampleUpdater object

Parameters:
ul - Description of the Parameter
lr - Description of the Parameter
Method Detail

runUpdate

public void runUpdate()
Description of the Method

Specified by:
runUpdate in class LoggingReceiverUpdater

QJCC homepage