Class SimpleDavVerbindungsCache
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.util.cache.AbstractCache
-
- de.bsvrz.sys.funclib.bitctrl.modell.util.cache.AbstractDavVerbindungsCache
-
- de.bsvrz.sys.funclib.bitctrl.modell.util.cache.SimpleDavVerbindungsCache
-
public class SimpleDavVerbindungsCache extends AbstractDavVerbindungsCache
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.bsvrz.sys.funclib.bitctrl.modell.util.cache.AbstractCache
AbstractCache.CacheMonitor
-
-
Field Summary
-
Fields inherited from class de.bsvrz.sys.funclib.bitctrl.modell.util.cache.AbstractCache
PROP_PROGRESS, PROP_STATE, PROP_STATE_CANCELED, PROP_STATE_INITIALIZED, PROP_STATE_STARTED
-
-
Constructor Summary
Constructors Constructor Description SimpleDavVerbindungsCache(de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory objektFactory)
-
Method Summary
Modifier and Type Method Description protected boolean
doInit(com.bitctrl.util.monitor.IMonitor monitor)
de.bsvrz.dav.daf.main.ClientDavInterface
getClientDavInterface()
de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory
getObjektFactory()
-
Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.util.cache.AbstractCache
addPropertyChangeListener, addPropertyChangeListener, blockAbruf, blockAbruf, callDoInit, ensureInit, firePropertyChanged, getName, getState, isBenutzeBlockAbruf, isInitialisiert, redoInit, removePropertyChangeListener, removePropertyChangeListener, setBenutzeBlockAbruf, setCacheMonitor, setName, setState
-
-
-
-
Method Detail
-
getClientDavInterface
public de.bsvrz.dav.daf.main.ClientDavInterface getClientDavInterface()
- Specified by:
getClientDavInterface
in classAbstractDavVerbindungsCache
-
getObjektFactory
public de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory getObjektFactory()
- Specified by:
getObjektFactory
in classAbstractDavVerbindungsCache
-
doInit
protected boolean doInit(com.bitctrl.util.monitor.IMonitor monitor)
- Specified by:
doInit
in classAbstractCache
-
-