Uses of Class
org.bedework.timezones.common.TzException
Packages that use TzException
Package
Description
-
Uses of TzException in org.bedework.timezones.common
Methods in org.bedework.timezones.common that throw TzExceptionModifier and TypeMethodDescriptionvoidCachedData.checkData()Update from primary source if any.voidFileCachedData.checkData()voidZipCachedData.checkData()Differ.compare(CachedData newTzdata, CachedData currentTzdata) Compares the new set of data with the supplied current set of data.TzServerUtil.compareData(String tzdataUrl) Compare data pointed to by tzdataUrl with the given data.net.fortuna.ical4j.model.TimeZoneTzServerUtil.fetchTimeZone(String tzid) Get a timezone object from the server given the id.CachedData.findAliases(String tzid) TzServerUtil.findAliases(String tzid) Find tz identifiers or alias names that (partially) match the given valueList<org.bedework.util.timezones.model.TimezoneType>AbstractCachedData.findTimezones(String name) List<org.bedework.util.timezones.model.TimezoneType>CachedData.findTimezones(String name) List<org.bedework.util.timezones.model.TimezoneType>TzServerUtil.findTimezones(String name) static voidTzServerUtil.fireCheck()Cause data to be checked against primarystatic voidTzServerUtil.fireRefresh(boolean clear) Cause a refresh of the dataCachedData.getAliasedCachedVtz(String name) Get an aliased cached VTIMEZONE specificationsTzServerUtil.getAliasedTz(String name) CachedData.getAliasedXTimeZone(String tzid) Get an aliased timezone object from the server given the id.CachedData.getAliasesStr()TzServerUtil.getAliasesStr()CachedData.getAllCachedVtzs()Get all cached VTIMEZONE specificationsTzServerUtil.getAllTzs()CachedData.getCachedVtz(String name) Get cached VTIMEZONE specificationsstatic CachedDataTzServerUtil.getDataSource(TzConfig config) AbstractCachedData.getDtstamp()CachedData.getDtstamp()TzServerUtil.getDtstamp()TzServerUtil.getEtag()CachedData.getExpanded(ExpandedMapEntryKey key) CachedData.getNameList()TzServerUtil.getNames()CachedData.getSource()ZipCachedData.getSource()AbstractCachedData.getStats()CachedData.getStats()TzServerUtil.getStats()net.fortuna.ical4j.model.TimeZoneCachedData.getTimeZone(String tzid) Get a timezone object from the server given the id.List<org.bedework.util.timezones.model.TimezoneType>CachedData.getTimezones(String changedSince) List<org.bedework.util.timezones.model.TimezoneType>CachedData.getTimezones(String[] tzids) List<org.bedework.util.timezones.model.TimezoneType>TzServerUtil.getTimezones(String changedSince) List<org.bedework.util.timezones.model.TimezoneType>TzServerUtil.getTimezones(String[] tzids) CachedData.getXTimeZone(String tzid) Get a timezone object from the server given the id.voidCachedData.setExpanded(ExpandedMapEntryKey key, ExpandedMapEntry tzs) voidCachedData.stop()Stop any running threads.voidTzServerUtil.stop()Stop any running threads.voidZipCachedData.stop()voidCachedData.updateData(String dtstamp, List<Differ.DiffListEntry> dles) Update the stored data using the given update list.TzServerUtil.updateData(String tzdataUrl) Compare data pointed to by tzdataUrl with the given data then update.voidZipCachedData.updateData(String dtstamp, List<Differ.DiffListEntry> dles) Constructors in org.bedework.timezones.common that throw TzExceptionModifierConstructorDescriptionAbstractCachedData(TzConfig cfg, String msgPrefix) FileCachedData(TzConfig cfg) ZipCachedData(TzConfig cfg) -
Uses of TzException in org.bedework.timezones.common.db
Subclasses of TzException in org.bedework.timezones.common.dbModifier and TypeClassDescriptionclassForbidden exception thrown by webdav classesclassBase exception thrown by tz classesMethods in org.bedework.timezones.common.db that throw TzExceptionModifier and TypeMethodDescriptionabstract voidAbstractDb.addTzAlias(TzAlias val) abstract voidprotected voidAbstractDb.checkOpen()protected abstract voidAbstractDb.clearDb()AbstractDb.findTzAliases(String val) AbstractDb.getSource()protected abstract TzDbSpecAbstractDb.getStats()abstract TzAliasAbstractDb.getTzAlias(String val) protected voidAbstractDb.initData(boolean clear) protected booleanAbstractDb.loadInitialData()protected abstract voidAbstractDb.open()abstract voidAbstractDb.putTzAlias(TzAlias val) abstract voidabstract voidAbstractDb.removeTzAlias(TzAlias val) voidAbstractDb.stop()voidAbstractDb.updateData(String dtstamp, List<Differ.DiffListEntry> dles) Constructors in org.bedework.timezones.common.db that throw TzException -
Uses of TzException in org.bedework.timezones.common.h2db
Methods in org.bedework.timezones.common.h2db that throw TzExceptionModifier and TypeMethodDescriptionvoidH2dbCachedData.addTzAlias(TzAlias val) voidprotected byte[]=================================================================== Json methods ===================================================================protected voidH2dbCachedData.clearDb()protected <T> TH2dbCachedData.getJson(InputStream is, Class<T> valueType) protected TzDbSpecH2dbCachedData.getTzAlias(String val) protected voidH2dbCachedData.open()voidH2dbCachedData.putTzAlias(TzAlias val) voidvoidH2dbCachedData.removeTzAlias(TzAlias val) Constructors in org.bedework.timezones.common.h2db that throw TzExceptionModifierConstructorDescriptionH2dbCachedData(TzConfig cfg, boolean clear) Start from database cache.