de.bsvrz.dav.daf.main.impl.config
Class AttributeGroupUsageIdentifications

java.lang.Object
  extended by de.bsvrz.dav.daf.main.impl.config.AttributeGroupUsageIdentifications

public class AttributeGroupUsageIdentifications
extends Object

Enthält Konstanten für die Verwendung von speziellen AttributgruppenVerwendungen.

Author:
Roland Schmitz (rs), Kappich Systemberatung, Stephan Homeyer (sth), Kappich Systemberatung

Field Summary
static long CONFIGURATION_ELEMENTS_IN_MUTABLE_SET
          AttributgruppenVerwendung zum Speichern von Elementen in dynamischen Mengen.
static long CONFIGURATION_ELEMENTS_IN_NON_MUTABLE_SET
          AttributgruppenVerwendung zum Speichern von Elementen in nicht dynamischen Mengen.
static long CONFIGURATION_READ_REPLY
          AttributgruppenVerwendung für Antworten auf Konfigurationsanfragen.
static long CONFIGURATION_READ_REQUEST
          AttributgruppenVerwendung für Konfigurationsleseanfragen.
static long CONFIGURATION_SETS
          AttributgruppenVerwendung zum Speichern von Mengen an System-Objekten.
static long CONFIGURATION_WRITE_REPLY
          AttributgruppenVerwendung für Antworten auf Konfigurationsschreibanfragen.
static long CONFIGURATION_WRITE_REQUEST
          AttributgruppenVerwendung für Konfigurationsschreibanfragen.
 
Constructor Summary
AttributeGroupUsageIdentifications()
           
 
Method Summary
static boolean isConfigurationReply(long usageIdentification)
          Prüft ob die Identifikation einer Attributgruppenverwendung für Antworten auf Konfigurationsanfragen benutzt wird.
static boolean isConfigurationRequest(long usageIdentification)
          Prüft ob die Identifikation einer Attributgruppenverwendung für Anfragen an die Konfiguration benutzt wird.
static boolean isUsedForConfigurationRequests(long usageIdentification)
          Prüft ob die Identifikation einer Attributgruppenverwendung für Konfigurationsanfragen oder Antworten auf Konfigurationsanfragen benutzt wird.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_SETS

public static final long CONFIGURATION_SETS
AttributgruppenVerwendung zum Speichern von Mengen an System-Objekten.

See Also:
Constant Field Values

CONFIGURATION_ELEMENTS_IN_NON_MUTABLE_SET

public static final long CONFIGURATION_ELEMENTS_IN_NON_MUTABLE_SET
AttributgruppenVerwendung zum Speichern von Elementen in nicht dynamischen Mengen.

See Also:
Constant Field Values

CONFIGURATION_ELEMENTS_IN_MUTABLE_SET

public static final long CONFIGURATION_ELEMENTS_IN_MUTABLE_SET
AttributgruppenVerwendung zum Speichern von Elementen in dynamischen Mengen.

See Also:
Constant Field Values

CONFIGURATION_READ_REQUEST

public static final long CONFIGURATION_READ_REQUEST
AttributgruppenVerwendung für Konfigurationsleseanfragen.

See Also:
Constant Field Values

CONFIGURATION_READ_REPLY

public static final long CONFIGURATION_READ_REPLY
AttributgruppenVerwendung für Antworten auf Konfigurationsanfragen.

See Also:
Constant Field Values

CONFIGURATION_WRITE_REQUEST

public static final long CONFIGURATION_WRITE_REQUEST
AttributgruppenVerwendung für Konfigurationsschreibanfragen.

See Also:
Constant Field Values

CONFIGURATION_WRITE_REPLY

public static final long CONFIGURATION_WRITE_REPLY
AttributgruppenVerwendung für Antworten auf Konfigurationsschreibanfragen.

See Also:
Constant Field Values
Constructor Detail

AttributeGroupUsageIdentifications

public AttributeGroupUsageIdentifications()
Method Detail

isConfigurationRequest

public static boolean isConfigurationRequest(long usageIdentification)
Prüft ob die Identifikation einer Attributgruppenverwendung für Anfragen an die Konfiguration benutzt wird.

Parameters:
usageIdentification - Identifikation einer Attributgruppenverwendung
Returns:
true, falls die Identifikation für Anfragen an die Konfiguration benutzt wird, sonst false.

isConfigurationReply

public static boolean isConfigurationReply(long usageIdentification)
Prüft ob die Identifikation einer Attributgruppenverwendung für Antworten auf Konfigurationsanfragen benutzt wird.

Parameters:
usageIdentification - Identifikation einer Attributgruppenverwendung
Returns:
true, falls die Identifikation für Antworten auf Konfigurationsanfragen benutzt wird, sonst false.

isUsedForConfigurationRequests

public static boolean isUsedForConfigurationRequests(long usageIdentification)
Prüft ob die Identifikation einer Attributgruppenverwendung für Konfigurationsanfragen oder Antworten auf Konfigurationsanfragen benutzt wird.

Parameters:
usageIdentification - Identifikation einer Attributgruppenverwendung
Returns:
true, falls die Identifikation für Konfigurationsanfragen oder Antworten auf Konfigurationsanfragen benutzt wird, sonst false.