类 DCWatcher
java.lang.Object
com.sh.javax.watch.impl.DCWatcher
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2016年12月29日
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取通过过来的对象boolean消息是否已经通知boolean判断观察获取值失败后,是否重新查询boolean是否被观察者,即消息产生者void通知观察者voidsetWatched(boolean isWatched) 设置是否观察者voidsetWatcherFailure2Retrieve(boolean failre2Retrieve) 设置观察失败后同否重新查询
-
构造器详细资料
-
DCWatcher
public DCWatcher()
-
-
方法详细资料
-
notifyWatcher
从接口复制的说明:Watcher_I通知观察者- 指定者:
notifyWatcher在接口中Watcher_I<Datastore>- 参数:
ds- T
-
getObject
从接口复制的说明:Watcher_I获取通过过来的对象 -
hasNotify
public boolean hasNotify()从接口复制的说明:Watcher_I消息是否已经通知 -
isWatched
public boolean isWatched()从接口复制的说明:Watcher_I是否被观察者,即消息产生者 -
setWatched
public void setWatched(boolean isWatched) 从接口复制的说明:Watcher_I设置是否观察者- 指定者:
setWatched在接口中Watcher_I<Datastore>- 参数:
isWatched- boolean
-
setWatcherFailure2Retrieve
public void setWatcherFailure2Retrieve(boolean failre2Retrieve) 从接口复制的说明:Watcher_I设置观察失败后同否重新查询- 指定者:
setWatcherFailure2Retrieve在接口中Watcher_I<Datastore>- 参数:
failre2Retrieve- boolean
-
isRetrieveWithFailure
public boolean isRetrieveWithFailure()从接口复制的说明:Watcher_I判断观察获取值失败后,是否重新查询- 指定者:
isRetrieveWithFailure在接口中Watcher_I<Datastore>- 返回:
- boolean
-