public class ArchiveSettings
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int |
anzHohePrio |
Siehe atg.archivEinstellung::AnzahlHohePriorität
|
int |
anzMittPrio |
Siehe atg.archivEinstellung::AnzahlMittlerePriorität
|
int |
anzNiedPrio |
Siehe atg.archivEinstellung::AnzahlNiedrigePriorität
|
static java.lang.String |
ATTR_GROUP |
|
long |
capaCheckIntervall |
Siehe atg.archivEinstellung::Kapazitätscheck in Millisekunden
|
java.lang.String |
loeschIntervall |
Siehe atg.archivEinstellung::Löschintervall
|
long |
loeschutzVerl |
Siehe atg.archivEinstellung::Löschschutzverlängerung
|
long |
loeschutzVerlMax |
Siehe atg.archivEinstellung::LöschschutzverlängerungMax
|
long |
maxATimeLeap |
Siehe atg.archivEinstellung::TMax
|
java.lang.String |
nachfIntervall |
Siehe atg.archivEinstellung::Nachforderungsintervall
|
int |
queryAnzBlocks |
Siehe atg.archivEinstellung::AnzahlBlocks
|
int |
queryAnzBytes |
Siehe atg.archivEinstellung::AnzahlBytes
|
long |
remainingCapa |
Siehe atg.archivEinstellung::Restkapazität
|
java.lang.String |
sichernIntervall |
Siehe atg.archivEinstellung::Sicherungsintervall
|
long |
timeoutSteuerbefehl |
Siehe atg.archivEinstellung::ZeitSpanneNeuerSteuerbefehlNachKeineQuelle
|
Constructor | Description |
---|---|
ArchiveSettings() |
|
ArchiveSettings(de.bsvrz.dav.daf.main.Data d) |
Erzeugt ein Objekt aus einem DAV-Datum.
|
Modifier and Type | Method | Description |
---|---|---|
de.bsvrz.dav.daf.main.Data |
createData(de.bsvrz.dav.daf.main.ClientDavConnection davCon) |
Erzeugt aus den ContainerSettings ein Data-Objekt.
|
public static final java.lang.String ATTR_GROUP
public long maxATimeLeap
public java.lang.String sichernIntervall
public java.lang.String loeschIntervall
public java.lang.String nachfIntervall
public long capaCheckIntervall
public long remainingCapa
public long loeschutzVerl
public long loeschutzVerlMax
public int queryAnzBytes
public int queryAnzBlocks
public int anzHohePrio
public int anzMittPrio
public int anzNiedPrio
public long timeoutSteuerbefehl
public ArchiveSettings()
public ArchiveSettings(de.bsvrz.dav.daf.main.Data d)
d
- Datenobjektpublic de.bsvrz.dav.daf.main.Data createData(de.bsvrz.dav.daf.main.ClientDavConnection davCon) throws de.bsvrz.dav.daf.main.config.ConfigurationException
davCon
- Verbindung zum DAVde.bsvrz.dav.daf.main.config.ConfigurationException