class obix::ObixClientWatch

sys::Obj
  obix::ObixClientWatch

Source

Represents a clients side watch for an ObixClient

add

ObixObj[] add(Uri[] uris)

Source

Add URIs to the watch.

client

ObixClient client { private set }

Source

Associated client

close

Void close()

Source

Close the watch down on the server side.

lease

Duration lease

Source

Get or set the watch lease time on the server

pollChanges

ObixObj[] pollChanges()

Source

Poll for changes to get state of only objects which have changed.

pollRefresh

ObixObj[] pollRefresh()

Source

Poll refresh to get current state of every URI in watch

remove

Void remove(Uri[] uris)

Source

Remove URIs from the watch.