QJCC homepage

biz.chitec.quarterback.gjsa.server
Class ClientUpdaterFactory

java.lang.Object
  extended bybiz.chitec.quarterback.gjsa.server.ClientUpdaterFactory
All Implemented Interfaces:
LoggingReceiverUpdaterFactory

public class ClientUpdaterFactory
extends java.lang.Object
implements LoggingReceiverUpdaterFactory

Updater for clients listening to CLIE logger for client connection changes. This one transmits all clients with all their settings to the server.

Version:
$Id: c61f721a5bcf938bae05c11054155b38c76cdfcb $
Author:
chitec/Dirk Hillbrecht 2002. Distributed under the terms of the GNU LGPL.

Nested Class Summary
private  class ClientUpdaterFactory.ClientUpdater
          Description of the Class
 
Field Summary
private  GJSAServer myserv
           
 
Constructor Summary
ClientUpdaterFactory(GJSAServer sx)
           
 
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
 

Field Detail

myserv

private GJSAServer myserv
Constructor Detail

ClientUpdaterFactory

public ClientUpdaterFactory(GJSAServer sx)
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