Interface IWatchService
- All Superinterfaces:
IComponent
,IInitializable
,IMetaComponent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addThingWatch
(IThingID thingID) if a thing is accessed by another class, enter the access here used mainly for folder viewsvoid
clears current watchreturns an array of things that were watched.void
Using TLS, keep a watch on all things that are accessed via getThingFromIDMethods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
Methods inherited from interface com.webmethods.portal.service.meta2.IMetaComponent
getMetaContext, setMetaContext
-
Method Details
-
initThingWatch
Using TLS, keep a watch on all things that are accessed via getThingFromID- Throws:
MetaException
- if watch already running
-
getThingWatch
IThingIDList getThingWatch()returns an array of things that were watched. also turns the watch off -
addThingWatch
if a thing is accessed by another class, enter the access here used mainly for folder views- Parameters:
thingID
- thingID to add
-
clearWatch
void clearWatch()clears current watch
-