
public class JaxpTextschluesselVerzeichnis extends Object implements TextschluesselVerzeichnis
This implementation uses XML resources provided by any available JaxpTextschluesselProvider
 implementation. Resources with a file URI scheme are monitored for changes by querying the last modification
 time. Monitoring is controlled by property reloadIntervalMillis.
| Constructor and Description | 
|---|
| JaxpTextschluesselVerzeichnis()Standard implementation constructor  org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselVerzeichnis. | 
| JaxpTextschluesselVerzeichnis(long reloadIntervalMillis,
                                                          long monitoringThreshold)Creates a new  XMLTextschluesselVerzeichnisinstance taking the number of milliseconds to pass before
 resources are checked for modifications and the number of Textschluessel for which progress monitoring gets
 enabled. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getMonitoringThreshold()Gets the number of Textschluessel for which progress monitoring gets enabled. | 
| long | getReloadIntervalMillis()Gets the number of milliseconds to pass before resources are checked for modifications. | 
| Textschluessel[] | getTextschluessel() | 
| Textschluessel | getTextschluessel(int key,
                                  int extension) | 
| Textschluessel | getTextschluessel(int key,
                                  int extension,
                                  Date date) | 
| Textschluessel[] | search(boolean debit,
            boolean remittance) | 
| Textschluessel[] | search(boolean debit,
            boolean remittance,
            Date date) | 
| Textschluessel[] | searchTextschluessel(Boolean debit,
                                        Boolean remittance,
                                        Date date) | 
public JaxpTextschluesselVerzeichnis()
org.jdtaus.banking.ri.txtdirectory.JaxpTextschluesselVerzeichnis.public JaxpTextschluesselVerzeichnis(long reloadIntervalMillis, long monitoringThreshold)
XMLTextschluesselVerzeichnis instance taking the number of milliseconds to pass before
 resources are checked for modifications and the number of Textschluessel for which progress monitoring gets
 enabled.reloadIntervalMillis - Number of milliseconds to pass before resources are checked for modifications.monitoringThreshold - Number of Textschluessel for which progress monitoring gets enabled.public long getMonitoringThreshold()
public long getReloadIntervalMillis()
public Textschluessel[] getTextschluessel()
getTextschluessel in interface TextschluesselVerzeichnispublic Textschluessel getTextschluessel(int key, int extension)
getTextschluessel in interface TextschluesselVerzeichnispublic Textschluessel getTextschluessel(int key, int extension, Date date)
getTextschluessel in interface TextschluesselVerzeichnispublic final Textschluessel[] search(boolean debit, boolean remittance)
search in interface TextschluesselVerzeichnispublic final Textschluessel[] search(boolean debit, boolean remittance, Date date)
search in interface TextschluesselVerzeichnispublic Textschluessel[] searchTextschluessel(Boolean debit, Boolean remittance, Date date)
searchTextschluessel in interface TextschluesselVerzeichnisCopyright © 2005–2014 jDTAUS. All rights reserved.