Class DynamicSetExchange


  • public class DynamicSetExchange
    extends java.lang.Object
    Klasse zum Austausch von veränderlichen Mengen
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicSetExchange​(de.bsvrz.dav.daf.main.config.ConfigurationObject localObject, de.bsvrz.dav.daf.main.config.ConfigurationObject remoteObject, java.lang.String localSetName, java.lang.String remoteSetName, Direction strategy, CorrespondingObjectManager correspondingObjectManager, ManagerInterface manager)
      Konstruktor
    • Method Summary

      Modifier and Type Method Description
      void start()
      Startet den Austausch
      void stop()
      Beendet den Austausch
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • DynamicSetExchange

        public DynamicSetExchange​(de.bsvrz.dav.daf.main.config.ConfigurationObject localObject,
                                  de.bsvrz.dav.daf.main.config.ConfigurationObject remoteObject,
                                  java.lang.String localSetName,
                                  java.lang.String remoteSetName,
                                  Direction strategy,
                                  CorrespondingObjectManager correspondingObjectManager,
                                  ManagerInterface manager)
                           throws MissingObjectException
        Konstruktor
        Parameters:
        localObject - Lokales Onjekt
        remoteObject - Remote-Objekt
        localSetName - Lokaler Mengenname
        remoteSetName - Remote-Mengenname
        strategy - Austauschrichtung
        correspondingObjectManager - Verwaltung korrespondierender Objekte
        manager - KExDaV-Manager an den Benachrichtigungen usw. geschickt werden können
        Throws:
        MissingObjectException - Falls ein notwendiges Objekt oder eine Menge Fehlt
    • Method Detail

      • stop

        public void stop()
        Beendet den Austausch
      • toString

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