Class ForeignConfigReceiveCommunicator


  • public class ForeignConfigReceiveCommunicator
    extends java.lang.Object
    Klasse, die sich auf Antworten anderer Konfigurationen anmeldet und diese an die jeweils intern angemeldeten Objekte weiterleitet
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ForeignConfigReceiveCommunicator​(de.bsvrz.dav.daf.main.ClientDavInterface connection, de.bsvrz.dav.daf.main.config.SystemObject localConfig, de.bsvrz.dav.daf.main.DataDescription responseDescription)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addListener​(de.bsvrz.dav.daf.main.ClientReceiverInterface receiver)  
      void close()  
      de.bsvrz.dav.daf.main.DataState getDataStateReceiver()  
      void removeListener​(de.bsvrz.dav.daf.main.ClientReceiverInterface receiver)  
      void start()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ForeignConfigReceiveCommunicator

        protected ForeignConfigReceiveCommunicator​(de.bsvrz.dav.daf.main.ClientDavInterface connection,
                                                   de.bsvrz.dav.daf.main.config.SystemObject localConfig,
                                                   de.bsvrz.dav.daf.main.DataDescription responseDescription)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • start

        public void start()
      • close

        public void close()
      • removeListener

        public void removeListener​(de.bsvrz.dav.daf.main.ClientReceiverInterface receiver)
      • addListener

        public void addListener​(de.bsvrz.dav.daf.main.ClientReceiverInterface receiver)
      • getDataStateReceiver

        public de.bsvrz.dav.daf.main.DataState getDataStateReceiver()