- AbstractMsgFilter - com.ds.msg.filter中的类
-
Title: JDSSMS系统
Description: 查询结果过滤器实现,用于对短信链条进行对象级的再次过滤。
- AbstractMsgFilter() - 类 的构造器com.ds.msg.filter.AbstractMsgFilter
-
- add(Object) - 类 中的方法com.ds.msg.client.DbObjectList
-
Appends the specified element to the end of this list.
- add(int, Object) - 类 中的方法com.ds.msg.client.DbObjectList
-
Inserts the specified element at the specified position in this list.
- add(T) - 类 中的方法com.ds.msg.client.RemoteObjectList
-
Appends the specified element to the end of this list.
- add(int, T) - 类 中的方法com.ds.msg.client.RemoteObjectList
-
Inserts the specified element at the specified position in this list.
- addAll(Collection) - 类 中的方法com.ds.msg.client.DbObjectList
-
Appends all of the elements in the specified Collection to the end of
this list, in the order that they are returned by the specified
Collection's Iterator.
- addAll(int, Collection) - 类 中的方法com.ds.msg.client.DbObjectList
-
Inserts all of the elements in the specified Collection into this list,
starting at the specified position.
- addAll(Collection) - 类 中的方法com.ds.msg.client.RemoteObjectList
-
Appends all of the elements in the specified Collection to the end of
this list, in the order that they are returned by the specified
Collection's Iterator.
- addAll(int, Collection) - 类 中的方法com.ds.msg.client.RemoteObjectList
-
Inserts all of the elements in the specified Collection into this list,
starting at the specified position.
- addFilter(MsgFilter) - 类 中的方法com.ds.msg.filter.AbstractMsgFilter
-
添加下级过滤器, 实现类需要在FilterObject方法中调用 processChildFilter()方法才能使下级过滤器正常运行
- addIndex(JLuceneIndex) - 类 中的方法com.ds.msg.index.CtMsgIndexFactory
-
- addIndex(T) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
-
- AlarmMsgIndex - com.ds.msg.index中的类
-
- AlarmMsgIndex(SensorMsg) - 类 的构造器com.ds.msg.index.AlarmMsgIndex
-
- arrivedTime - 类 中的变量com.ds.msg.ct.CtMsg
-