public interface IWatchService extends IMetaComponent
Modifier and Type | Method and Description |
---|---|
void |
addThingWatch(IThingID thingID)
if a thing is accessed by another class, enter the access here
used mainly for folder views
|
void |
clearWatch()
clears current watch
|
IThingIDList |
getThingWatch()
returns an array of things that were watched.
|
void |
initThingWatch()
Using TLS, keep a watch on all things that are accessed via getThingFromID
|
getMetaContext, setMetaContext
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
init, shutdown
void initThingWatch() throws MetaException
MetaException
- if watch already runningIThingIDList getThingWatch()
void addThingWatch(IThingID thingID)
thingID
- thingID to addvoid clearWatch()