Class ModellObjektCache
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.util.cache.AbstractCache
-
- de.bsvrz.sys.funclib.bitctrl.modell.util.cache.ModellObjektCache
-
public class ModellObjektCache extends AbstractCache
Cached zu einer PID das entsprechende Modell-Objekt.
-
-
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 ModellObjektCache(java.lang.String pid, AbstractDavVerbindungsCache verbindungsCache)
-
Method Summary
Modifier and Type Method Description protected void
callDoInit(com.bitctrl.util.monitor.IMonitor monitor)
protected boolean
doInit(com.bitctrl.util.monitor.IMonitor monitor)
de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
getModellObjekt()
protected void
preInit(AbstractDavVerbindungsCache verbindungsCache)
-
Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.util.cache.AbstractCache
addPropertyChangeListener, addPropertyChangeListener, blockAbruf, blockAbruf, ensureInit, firePropertyChanged, getName, getState, isBenutzeBlockAbruf, isInitialisiert, redoInit, removePropertyChangeListener, removePropertyChangeListener, setBenutzeBlockAbruf, setCacheMonitor, setName, setState
-
-
-
-
Constructor Detail
-
ModellObjektCache
public ModellObjektCache(java.lang.String pid, AbstractDavVerbindungsCache verbindungsCache)
-
-
Method Detail
-
preInit
protected void preInit(AbstractDavVerbindungsCache verbindungsCache)
-
doInit
protected boolean doInit(com.bitctrl.util.monitor.IMonitor monitor)
- Specified by:
doInit
in classAbstractCache
-
callDoInit
protected void callDoInit(com.bitctrl.util.monitor.IMonitor monitor)
- Overrides:
callDoInit
in classAbstractCache
-
getModellObjekt
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt getModellObjekt()
-
-