QJCC homepage

biz.chitec.qdemo.util
Class UpdateableLoggerDemo.ExampleUpdaterFactory

java.lang.Object
  extended bybiz.chitec.qdemo.util.UpdateableLoggerDemo.ExampleUpdaterFactory
All Implemented Interfaces:
LoggingReceiverUpdaterFactory
Enclosing class:
UpdateableLoggerDemo

private class UpdateableLoggerDemo.ExampleUpdaterFactory
extends java.lang.Object
implements LoggingReceiverUpdaterFactory

The updater factory with integreated updater implementation. This is a usual way of implementing the updater.

Author:
dh

Nested Class Summary
private  class UpdateableLoggerDemo.ExampleUpdaterFactory.ExampleUpdater
          Description of the Class
 
Constructor Summary
private UpdateableLoggerDemo.ExampleUpdaterFactory()
           
 
Method Summary
 LoggingReceiverUpdater getLoggingReceiverUpdater(UpdateableLogger ul, LoggingReceiver lr)
          Gets the loggingReceiverUpdater attribute of the ExampleUpdaterFactory object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateableLoggerDemo.ExampleUpdaterFactory

private UpdateableLoggerDemo.ExampleUpdaterFactory()
Method Detail

getLoggingReceiverUpdater

public LoggingReceiverUpdater getLoggingReceiverUpdater(UpdateableLogger ul,
                                                        LoggingReceiver lr)
Gets the loggingReceiverUpdater attribute of the ExampleUpdaterFactory object

Specified by:
getLoggingReceiverUpdater in interface LoggingReceiverUpdaterFactory
Parameters:
ul - Description of the Parameter
lr - Description of the Parameter
Returns:
The loggingReceiverUpdater value

QJCC homepage