Class DafConfigurationAuthority

All Implemented Interfaces:
ConfigurationAuthority, ConfigurationObject, SystemObject, Comparable

public class DafConfigurationAuthority extends DafConfigurationObject implements ConfigurationAuthority
Klasse, die den Zugriff auf Konfigurationsverantwortliche seitens der Datenverteiler-Applikationsfunktionen ermöglicht.
  • Constructor Details

    • DafConfigurationAuthority

      public DafConfigurationAuthority(DafDataModel dataModel)
      Erzeugt ein neues Objekt dessen Eigenschaften im Anschluss mit der read-Methode eingelesen werden sollten.
      Parameters:
      dataModel - DataModel Implementierung, der das neue Objekt zugeordnet ist.
    • DafConfigurationAuthority

      public DafConfigurationAuthority(long id, String pid, String name, long typId, byte state, String error, DafDataModel dataModel, short validFromVersionNumber, short validToVersionNumber, long responsibleObjectId, long[] setIds)
      Erzeugt ein neues Objekt mit den angegebenen Eigenschaften
  • Method Details