public class DynamicTypeTable
extends java.lang.Object
TBD Dokumentation
Modifier and Type | Class and Description |
---|---|
private class |
DynamicTypeTable.Updater |
Modifier and Type | Field and Description |
---|---|
private DynamicObjectType |
_baseType
Typ “ty.dynamischesObjekt”
|
private static Debug |
_debug
Debug-Logger
|
private ConfigurationArea |
_defaultArea
der Standard-Konfigurationsbereich der AOE.
|
private java.util.Map<DynamicObjectType,ConfigurationArea> |
_typesToDefaultArea
Zuordnungstabelle von dynamischen Objekttypen zu Konfigurationsbereichen.
|
Constructor and Description |
---|
DynamicTypeTable(ClientDavInterface connection,
ConfigurationAuthority authority)
Erstellt eine neue DynamicTypeTable-Instanz
|
Modifier and Type | Method and Description |
---|---|
ConfigurationArea |
getDefaultArea(DynamicObjectType dynamicObjectType) |
private final ConfigurationArea _defaultArea
der Standard-Konfigurationsbereich der AOE.
private final DynamicObjectType _baseType
Typ “ty.dynamischesObjekt”
private volatile java.util.Map<DynamicObjectType,ConfigurationArea> _typesToDefaultArea
Zuordnungstabelle von dynamischen Objekttypen zu Konfigurationsbereichen.
private static final Debug _debug
Debug-Logger
DynamicTypeTable(ClientDavInterface connection, ConfigurationAuthority authority)
Erstellt eine neue DynamicTypeTable-Instanz
public ConfigurationArea getDefaultArea(DynamicObjectType dynamicObjectType)