跳过导航链接
A B C D E F G I L M P R S T U V 

A

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
 

B

body - 类 中的变量com.ds.msg.ct.CtMsg
 

C

childFilterList - 类 中的变量com.ds.msg.filter.AbstractMsgFilter
 
clear() - 类 中的方法com.ds.msg.client.DbObjectList
Removes all of the elements from this list.
clear() - 类 中的方法com.ds.msg.client.RemoteObjectList
Removes all of the elements from this list.
clone() - 类 中的方法com.ds.msg.client.DbObjectList
Returns a shallow copy of this ArrayList instance.
clone() - 类 中的方法com.ds.msg.client.RemoteObjectList
Returns a shallow copy of this ArrayList instance.
cloneMsg(Msg, Class<T>) - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
cloneMsg(Msg) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
cloneMsg(Msg) - 接口 中的方法com.ds.msg.MsgClient
 
com.ds.msg - 程序包 com.ds.msg
 
com.ds.msg.client - 程序包 com.ds.msg.client
 
com.ds.msg.client.api - 程序包 com.ds.msg.client.api
 
com.ds.msg.ct - 程序包 com.ds.msg.ct
 
com.ds.msg.filter - 程序包 com.ds.msg.filter
 
com.ds.msg.index - 程序包 com.ds.msg.index
 
CommandIndex - com.ds.msg.index中的类
 
CommandIndex(CommandMsg) - 类 的构造器com.ds.msg.index.CommandIndex
 
CommandMsg - com.ds.msg中的接口
 
ConfigTest - test中的类
 
ConfigTest() - 类 的构造器test.ConfigTest
 
contains(Object) - 类 中的方法com.ds.msg.client.DbObjectList
Returns true if this list contains the specified element.
contains(T) - 类 中的方法com.ds.msg.client.RemoteObjectList
Returns true if this list contains the specified element.
createSendMsg() - 接口 中的方法com.ds.msg.PersonMsgGroup
 
creatMsg(Class<T>) - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
creatMsg() - 类 中的方法com.ds.msg.ct.CtMsgClient
 
creatMsg() - 接口 中的方法com.ds.msg.MsgClient
创建消息
creatMsg2Person(String) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
creatMsg2Person(String) - 接口 中的方法com.ds.msg.MsgClient
创建向指定用户发送的消息
CtMsg - com.ds.msg.ct中的类
 
CtMsg() - 类 的构造器com.ds.msg.ct.CtMsg
 
CtMsg(Msg) - 类 的构造器com.ds.msg.ct.CtMsg
 
CtMsgCacheManager - com.ds.msg.ct中的类
 
CtMsgCacheManager() - 类 的构造器com.ds.msg.ct.CtMsgCacheManager
 
CtMsgClient<V extends Msg> - com.ds.msg.ct中的类
 
CtMsgClient(String, Class<V>) - 类 的构造器com.ds.msg.ct.CtMsgClient
 
CtMsgIndexFactory - com.ds.msg.index中的类
 
CtRMsg - com.ds.msg.ct中的类
 
CtRMsg() - 类 的构造器com.ds.msg.ct.CtRMsg
 
CtSensorMsg - com.ds.msg.ct中的类
 
CtSensorMsg() - 类 的构造器com.ds.msg.ct.CtSensorMsg
 

D

DataIndex - com.ds.msg.index中的类
 
DataIndex() - 类 的构造器com.ds.msg.index.DataIndex
 
DataIndex(String) - 类 的构造器com.ds.msg.index.DataIndex
 
DbObjectList<T> - com.ds.msg.client中的类
Title: JDS系统管理系统 Description: 工具类,实现java.util.List接口,储存各个对象的UUID, 当需要的时候才从数据中取得实际的数据对象 Copyright: Copyright (c) 2016 Company: www.justdos.net
DbObjectList() - 类 的构造器com.ds.msg.client.DbObjectList
Constructs an empty list with an initial capacity of ten.
DbObjectList(Collection) - 类 的构造器com.ds.msg.client.DbObjectList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
deleteDataIndex(Condition<MsgConditionKey, DataIndex>) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 
deleteEventIndex(Condition<MsgConditionKey, EventIndex>) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 
deleteLogIndex(Condition<MsgConditionKey, LogIndex>) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 
deleteMsg(String) - 类 中的方法com.ds.msg.client.api.MsgWebServiceAPI
 
deleteMsg(String) - 接口 中的方法com.ds.msg.client.MsgWebService
 
deleteMsg(String, Class<T>) - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
deleteMsg(String) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
deleteMsg(String) - 接口 中的方法com.ds.msg.MsgClient
 
deleteMsgs(String[]) - 类 中的方法com.ds.msg.client.api.MsgWebServiceAPI
 
deleteMsgs(String[]) - 接口 中的方法com.ds.msg.client.MsgWebService
 
deleteSensorMsg(Condition<MsgConditionKey, SensorMsgIndex>) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 

E

elementData - 类 中的变量com.ds.msg.client.DbObjectList
The array buffer into which the elements of the ArrayList are stored.
elementData - 类 中的变量com.ds.msg.client.RemoteObjectList
The array buffer into which the elements of the ArrayList are stored.
ensureCapacity(int) - 类 中的方法com.ds.msg.client.DbObjectList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - 类 中的方法com.ds.msg.client.RemoteObjectList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
equals(Object) - 类 中的方法com.ds.msg.client.DbObjectList
 
equals(Object) - 类 中的方法com.ds.msg.client.RemoteObjectList
 
EventIndex - com.ds.msg.index中的类
 
EventIndex(LogMsg) - 类 的构造器com.ds.msg.index.EventIndex
 
eventTime - 类 中的变量com.ds.msg.ct.CtMsg
 

F

filterObject(Msg, JDSSessionHandle) - 接口 中的方法com.ds.msg.filter.MsgFilter
应用应该实现的过滤方法。
filterObject(Msg, JDSSessionHandle) - 类 中的方法com.ds.msg.filter.MsgFilterChain
过滤链
findMsgIds(Condition<MsgConditionKey, JLuceneIndex>) - 类 中的方法com.ds.msg.client.api.MsgWebServiceAPI
 
findMsgIds(Condition<MsgConditionKey, JLuceneIndex>) - 接口 中的方法com.ds.msg.client.MsgWebService
 
findMsgs(Condition<MsgConditionKey, JLuceneIndex>, Class<V>) - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
from - 类 中的变量com.ds.msg.ct.CtMsg
 
fromClass(Class) - 枚举 中的静态方法com.ds.msg.MsgType
 
fromType(String) - 枚举 中的静态方法com.ds.msg.MsgType
 

G

get(int) - 类 中的方法com.ds.msg.client.DbObjectList
Returns the element at the specified position in this list.
get(int) - 类 中的方法com.ds.msg.client.RemoteObjectList
Returns the element at the specified position in this list.
getActivityInstIdHisMsgList(String) - 接口 中的方法com.ds.msg.PersonMsgGroup
 
getActivityInstIdHisMsgList(String, String) - 接口 中的方法com.ds.msg.PersonMsgGroup
 
getAllReceiveMsg() - 类 中的方法com.ds.msg.ct.CtMsgClient
 
getAllReceiveMsg() - 接口 中的方法com.ds.msg.MsgClient
获取所有接收到的消息V
getAllSendMsg() - 类 中的方法com.ds.msg.ct.CtMsgClient
 
getAllSendMsg() - 接口 中的方法com.ds.msg.MsgClient
获取所有消息(包含已发送及接受)
getArrivedTime() - 类 中的方法com.ds.msg.ct.CtMsg
 
getArrivedTime() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getArrivedTime() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getArrivedTime() - 类 中的方法com.ds.msg.index.CommandIndex
 
getArrivedTime() - 类 中的方法com.ds.msg.index.EventIndex
 
getArrivedTime() - 类 中的方法com.ds.msg.index.LogIndex
 
getArrivedTime() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getBody() - 类 中的方法com.ds.msg.ct.CtMsg
 
getBody() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getBody() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getBody() - 类 中的方法com.ds.msg.index.CommandIndex
 
getBody() - 类 中的方法com.ds.msg.index.EventIndex
 
getBody() - 类 中的方法com.ds.msg.index.LogIndex
 
getBody() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getClazz() - 枚举 中的方法com.ds.msg.MsgType
 
getClient(String, Class<V>) - 类 中的方法com.ds.msg.MsgFactroy
 
getCommandId() - 类 中的方法com.ds.msg.index.LockIndex
 
getEvent() - 接口 中的方法com.ds.msg.CommandMsg
 
getEvent() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getEvent() - 类 中的方法com.ds.msg.ct.CtSensorMsg
 
getEvent() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getEvent() - 类 中的方法com.ds.msg.index.CommandIndex
 
getEvent() - 类 中的方法com.ds.msg.index.DataIndex
 
getEvent() - 类 中的方法com.ds.msg.index.EventIndex
 
getEvent() - 类 中的方法com.ds.msg.index.LockIndex
 
getEvent() - 类 中的方法com.ds.msg.index.LogIndex
 
getEvent() - 类 中的方法com.ds.msg.index.MsgIndex
 
getEvent() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getEvent() - 类 中的方法test.LockIndex
 
getEventTime() - 类 中的方法com.ds.msg.ct.CtMsg
 
getEventTime() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getEventtime() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getEventTime() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getEventTime() - 类 中的方法com.ds.msg.index.CommandIndex
 
getEventtime() - 类 中的方法com.ds.msg.index.DataIndex
 
getEventtime() - 类 中的方法com.ds.msg.index.EventIndex
 
getEventTime() - 类 中的方法com.ds.msg.index.EventIndex
 
getEventtime() - 类 中的方法com.ds.msg.index.LockIndex
 
getEventtime() - 类 中的方法com.ds.msg.index.LogIndex
 
getEventTime() - 类 中的方法com.ds.msg.index.LogIndex
 
getEventtime() - 类 中的方法com.ds.msg.index.MsgIndex
 
getEventtime() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getEventTime() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getEventtime() - 类 中的方法test.LockIndex
 
getFrom() - 类 中的方法com.ds.msg.ct.CtMsg
 
getFrom() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getFrom() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getFrom() - 类 中的方法com.ds.msg.index.CommandIndex
 
getFrom() - 类 中的方法com.ds.msg.index.EventIndex
 
getFrom() - 类 中的方法com.ds.msg.index.LogIndex
 
getFrom() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getGatewayId() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getGatewayId() - 类 中的方法com.ds.msg.ct.CtSensorMsg
 
getGatewayId() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getGatewayId() - 类 中的方法com.ds.msg.index.CommandIndex
 
getGatewayId() - 类 中的方法com.ds.msg.index.EventIndex
 
getGatewayId() - 类 中的方法com.ds.msg.index.LogIndex
 
getGatewayId() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getGwSN() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getGwSN() - 类 中的方法com.ds.msg.index.CommandIndex
 
getGwSN() - 类 中的方法com.ds.msg.index.DataIndex
 
getGwSN() - 类 中的方法com.ds.msg.index.EventIndex
 
getGwSN() - 类 中的方法com.ds.msg.index.LogIndex
 
getGwSN() - 类 中的方法com.ds.msg.index.MsgIndex
 
getGwSN() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getGwSN() - 类 中的方法test.LockIndex
 
getHisMsgList() - 接口 中的方法com.ds.msg.PersonMsgGroup
 
getHisMsgList(Date, Date) - 接口 中的方法com.ds.msg.PersonMsgGroup
 
getHisMsgList(String, Date, Date) - 接口 中的方法com.ds.msg.PersonMsgGroup
 
getId() - 类 中的方法com.ds.msg.ct.CtMsg
 
getId() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getId() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getId() - 类 中的方法com.ds.msg.index.CommandIndex
 
getId() - 类 中的方法com.ds.msg.index.EventIndex
 
getId() - 类 中的方法com.ds.msg.index.LogIndex
 
getId() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getInstance() - 类 中的静态方法com.ds.msg.ct.CtMsgCacheManager
 
getInstance() - 类 中的静态方法com.ds.msg.index.CtMsgIndexFactory
 
getInstance() - 类 中的静态方法com.ds.msg.MsgFactroy
 
getLasterSystemCode() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getLasterSystemCode() - 接口 中的方法com.ds.msg.RMsg
 
getLineNum() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getLineNum() - 类 中的方法com.ds.msg.index.CommandIndex
 
getLineNum() - 类 中的方法com.ds.msg.index.DataIndex
 
getLineNum() - 类 中的方法com.ds.msg.index.EventIndex
 
getLineNum() - 类 中的方法com.ds.msg.index.LogIndex
 
getLineNum() - 类 中的方法com.ds.msg.index.MsgIndex
 
getLineNum() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getLineNum() - 类 中的方法test.LockIndex
 
getModeId() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getModeId() - 接口 中的方法com.ds.msg.PasswordCommandMsg
 
getMsgById(String) - 类 中的方法com.ds.msg.client.api.MsgWebServiceAPI
 
getMsgById(String) - 接口 中的方法com.ds.msg.client.MsgWebService
 
getMsgById(String, Class<T>) - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
getMsgById(String) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
getMsgById(String) - 接口 中的方法com.ds.msg.MsgClient
 
getMsgId() - 类 中的方法com.ds.msg.index.DataIndex
 
getMsgList(Condition<MsgConditionKey, JLuceneIndex>) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
getMsgList(Condition<MsgConditionKey, JLuceneIndex>) - 接口 中的方法com.ds.msg.MsgClient
查询消息
getName() - 枚举 中的方法com.ds.msg.MsgType
 
getObject(Object) - 类 中的方法com.ds.msg.client.DbObjectList
将UUID转为相应的ORG对象
getObject(Object) - 类 中的方法com.ds.msg.client.RemoteObjectList
将UUID转为相应的ORG对象
getPassId() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getPassId() - 类 中的方法com.ds.msg.index.LockIndex
 
getPassId() - 接口 中的方法com.ds.msg.PasswordCommandMsg
 
getPath() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getPath() - 类 中的方法com.ds.msg.index.CommandIndex
 
getPath() - 类 中的方法com.ds.msg.index.DataIndex
 
getPath() - 类 中的方法com.ds.msg.index.EventIndex
 
getPath() - 类 中的方法com.ds.msg.index.LockIndex
 
getPath() - 类 中的方法com.ds.msg.index.LogIndex
 
getPath() - 类 中的方法com.ds.msg.index.MsgIndex
 
getPath() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getPath() - 类 中的方法test.LockIndex
 
getProcessHisMsgList(String, Date, Date) - 接口 中的方法com.ds.msg.PersonMsgGroup
 
getReceiveMsgByPerson(String) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
getReceiveMsgByPerson(String) - 接口 中的方法com.ds.msg.MsgClient
获取指定接收对象的消息集合
getReceiveMsgList() - 接口 中的方法com.ds.msg.PersonMsgGroup
 
getReceiver() - 类 中的方法com.ds.msg.ct.CtMsg
 
getReceiver() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getReceiver() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getReceiver() - 类 中的方法com.ds.msg.index.CommandIndex
 
getReceiver() - 类 中的方法com.ds.msg.index.EventIndex
 
getReceiver() - 类 中的方法com.ds.msg.index.LogIndex
 
getReceiver() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getReceiveTime() - 类 中的方法com.ds.msg.ct.CtMsg
 
getReceiveTime() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getReceiveTime() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getReceiveTime() - 类 中的方法com.ds.msg.index.CommandIndex
 
getReceiveTime() - 类 中的方法com.ds.msg.index.EventIndex
 
getReceiveTime() - 类 中的方法com.ds.msg.index.LogIndex
 
getReceiveTime() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getResultCode() - 接口 中的方法com.ds.msg.CommandMsg
 
getResultCode() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getResultCode() - 类 中的方法com.ds.msg.index.CommandIndex
 
getSendMsgByPerson(String) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
getSendMsgByPerson(String) - 接口 中的方法com.ds.msg.MsgClient
获取指定参与者信息列表
getSensorId() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getSensorId() - 类 中的方法com.ds.msg.ct.CtSensorMsg
 
getSensorId() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getSensorId() - 类 中的方法com.ds.msg.index.CommandIndex
 
getSensorId() - 类 中的方法com.ds.msg.index.EventIndex
 
getSensorId() - 类 中的方法com.ds.msg.index.LogIndex
 
getSensorId() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getService() - 类 中的方法com.ds.msg.index.CtMsgIndexFactory
 
getService() - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 
getSn() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getSn() - 类 中的方法com.ds.msg.index.CommandIndex
 
getSn() - 类 中的方法com.ds.msg.index.DataIndex
 
getSn() - 类 中的方法com.ds.msg.index.EventIndex
 
getSn() - 类 中的方法com.ds.msg.index.LockIndex
 
getSn() - 类 中的方法com.ds.msg.index.LogIndex
 
getSn() - 类 中的方法com.ds.msg.index.MsgIndex
 
getSn() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getSn() - 类 中的方法test.LockIndex
 
getStatus() - 类 中的方法com.ds.msg.ct.CtMsg
 
getStatus() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getStatus() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getStatus() - 类 中的方法com.ds.msg.index.CommandIndex
 
getStatus() - 类 中的方法com.ds.msg.index.EventIndex
 
getStatus() - 类 中的方法com.ds.msg.index.LogIndex
 
getStatus() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getSystemCode() - 类 中的方法com.ds.msg.ct.CtMsg
 
getSystemCode() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getSystemCode() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getSystemCode() - 类 中的方法com.ds.msg.index.CommandIndex
 
getSystemCode() - 类 中的方法com.ds.msg.index.EventIndex
 
getSystemCode() - 类 中的方法com.ds.msg.index.LogIndex
 
getSystemCode() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getTimes() - 接口 中的方法com.ds.msg.CommandMsg
 
getTimes() - 类 中的方法com.ds.msg.ct.CtMsg
 
getTimes() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getTimes() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getTimes() - 类 中的方法com.ds.msg.index.CommandIndex
 
getTimes() - 类 中的方法com.ds.msg.index.EventIndex
 
getTimes() - 类 中的方法com.ds.msg.index.LogIndex
 
getTimes() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getTitle() - 类 中的方法com.ds.msg.ct.CtMsg
 
getTitle() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getTitle() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getTitle() - 类 中的方法com.ds.msg.index.CommandIndex
 
getTitle() - 类 中的方法com.ds.msg.index.EventIndex
 
getTitle() - 类 中的方法com.ds.msg.index.LogIndex
 
getTitle() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getType() - 类 中的方法com.ds.msg.ct.CtMsg
 
getType() - 类 中的方法com.ds.msg.ct.CtRMsg
 
getType() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getType() - 类 中的方法com.ds.msg.index.CommandIndex
 
getType() - 类 中的方法com.ds.msg.index.EventIndex
 
getType() - 类 中的方法com.ds.msg.index.LogIndex
 
getType() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getType() - 枚举 中的方法com.ds.msg.MsgType
 
getUserId() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getUserId() - 类 中的方法com.ds.msg.index.CommandIndex
 
getUserId() - 类 中的方法com.ds.msg.index.DataIndex
 
getUserId() - 类 中的方法com.ds.msg.index.EventIndex
 
getUserId() - 类 中的方法com.ds.msg.index.LockIndex
 
getUserId() - 类 中的方法com.ds.msg.index.LogIndex
 
getUserid() - 类 中的方法com.ds.msg.index.MsgIndex
 
getUserId() - 类 中的方法com.ds.msg.index.MsgIndex
 
getUserId() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getUserid() - 类 中的方法test.LockIndex
 
getUserId() - 类 中的方法test.LockIndex
 
getUuid() - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
getUuid() - 类 中的方法com.ds.msg.index.CommandIndex
 
getUuid() - 类 中的方法com.ds.msg.index.DataIndex
 
getUuid() - 类 中的方法com.ds.msg.index.EventIndex
 
getUuid() - 类 中的方法com.ds.msg.index.LockIndex
 
getUuid() - 类 中的方法com.ds.msg.index.LogIndex
 
getUuid() - 类 中的方法com.ds.msg.index.MsgIndex
 
getUuid() - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
getUuid() - 类 中的方法test.LockIndex
 
getValue() - 类 中的方法com.ds.msg.index.DataIndex
 
getValue() - 类 中的方法com.ds.msg.index.MsgIndex
 
getValue() - 类 中的方法test.LockIndex
 
getValuetype() - 类 中的方法com.ds.msg.index.DataIndex
 
getValuetype() - 类 中的方法com.ds.msg.index.MsgIndex
 
getValuetype() - 类 中的方法test.LockIndex
 

I

id - 类 中的变量com.ds.msg.ct.CtMsg
 
indexOf(Object) - 类 中的方法com.ds.msg.client.DbObjectList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(T) - 类 中的方法com.ds.msg.client.RemoteObjectList
Searches for the first occurence of the given argument, testing for equality using the equals method.
invalidate() - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
isCacheEnabled() - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
isEmpty() - 类 中的方法com.ds.msg.client.DbObjectList
Tests if this list has no elements.
isEmpty() - 类 中的方法com.ds.msg.client.RemoteObjectList
Tests if this list has no elements.

L

lastIndexOf(Object) - 类 中的方法com.ds.msg.client.DbObjectList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(T) - 类 中的方法com.ds.msg.client.RemoteObjectList
Returns the index of the last occurrence of the specified object in this list.
loadMsgs(String[]) - 类 中的方法com.ds.msg.client.api.MsgWebServiceAPI
 
loadMsgs(String[]) - 接口 中的方法com.ds.msg.client.MsgWebService
 
LockIndex - com.ds.msg.index中的类
 
LockIndex(String) - 类 的构造器com.ds.msg.index.LockIndex
 
LockIndex - test中的类
 
LockIndex() - 类 的构造器test.LockIndex
 
logger - 接口 中的静态变量com.ds.msg.filter.MsgFilter
 
LogIndex - com.ds.msg.index中的类
 
LogIndex(LogMsg) - 类 的构造器com.ds.msg.index.LogIndex
 

M

main(String[]) - 类 中的静态方法com.ds.msg.ct.CtMsgCacheManager
 
main(String[]) - 类 中的静态方法com.ds.msg.MsgFactroy
 
main(String[]) - 类 中的静态方法test.ConfigTest
 
massSendMsg(RMsg, List<String>) - 接口 中的方法com.ds.msg.PersonMsgGroup
 
massSendMsg(RMsg, List<String>, boolean) - 接口 中的方法com.ds.msg.PersonMsgGroup
 
msgCacheName - 类 中的静态变量com.ds.msg.ct.CtMsgCacheManager
 
MsgClient<V extends Msg> - com.ds.msg中的接口
 
MsgFactroy - com.ds.msg中的类
 
MsgFactroy() - 类 的构造器com.ds.msg.MsgFactroy
 
MsgFilter - com.ds.msg.filter中的接口
Title: JDS系统管理系统 Description: 结果过滤器接口 Copyright: Copyright (c) 2017 Company: www.justdos.net
MsgFilterChain - com.ds.msg.filter中的类
Title: JDS系统管理系统 Description: 结果过滤器的链调用实现。
MsgFilterChain() - 类 的构造器com.ds.msg.filter.MsgFilterChain
 
MsgIndex - com.ds.msg.index中的类
 
MsgIndex() - 类 的构造器com.ds.msg.index.MsgIndex
 
MsgIndex - test中的类
 
MsgIndex() - 类 的构造器test.MsgIndex
 
MsgIndexServiceAPI - com.ds.msg.index中的类
 
MsgIndexServiceAPI() - 类 的构造器com.ds.msg.index.MsgIndexServiceAPI
 
MsgType - com.ds.msg中的枚举
 
MsgWebService - com.ds.msg.client中的接口
 
MsgWebServiceAPI - com.ds.msg.client.api中的类
 
MsgWebServiceAPI() - 类 的构造器com.ds.msg.client.api.MsgWebServiceAPI
 

P

PasswordCommandMsg - com.ds.msg中的接口
 
PersonMsgGroup - com.ds.msg中的接口
Title: JDSORG组织机构中间件 Description: Copyright: Copyright (c) 2003-2008 Company: www.justdos.net
PersonMsgNotFoundException - com.ds.msg中的异常错误
消息不存在的异常类。
PersonMsgNotFoundException() - 异常错误 的构造器com.ds.msg.PersonMsgNotFoundException
 
PersonMsgNotFoundException(String) - 异常错误 的构造器com.ds.msg.PersonMsgNotFoundException
 
PersonMsgNotFoundException(Throwable) - 异常错误 的构造器com.ds.msg.PersonMsgNotFoundException
 
PersonMsgNotFoundException(String, Throwable) - 异常错误 的构造器com.ds.msg.PersonMsgNotFoundException
 
prepareGet(int) - 类 中的方法com.ds.msg.client.DbObjectList
准备读取相应的数据,子类可以预先从数据中读取后面的数据
默认实现不做任何工作!
prepareGet(int) - 类 中的方法com.ds.msg.client.RemoteObjectList
准备读取相应的数据,子类可以预先从数据中读取后面的数据
默认实现不做任何工作!
printStackTrace() - 异常错误 中的方法com.ds.msg.PersonMsgNotFoundException
 
printStackTrace(PrintStream) - 异常错误 中的方法com.ds.msg.PersonMsgNotFoundException
 
printStackTrace(PrintWriter) - 异常错误 中的方法com.ds.msg.PersonMsgNotFoundException
 
processChildFilter(Msg, JDSSessionHandle) - 类 中的方法com.ds.msg.filter.AbstractMsgFilter
调用下级过滤器,实现类不需要覆盖此方法, 在实现filterObject()方法时调用此方法即可。

R

receiver - 类 中的变量com.ds.msg.ct.CtMsg
 
receiveTime - 类 中的变量com.ds.msg.ct.CtMsg
 
RemoteObjectList<T extends Msg> - com.ds.msg.client中的类
Title: JDS系统管理系统 Description: 工具类,实现java.util.List接口,储存各个对象的UUID, 当需要的时候才从数据中取得实际的数据对象 Copyright: Copyright (c) 2016 Company: www.justdos.net
RemoteObjectList() - 类 的构造器com.ds.msg.client.RemoteObjectList
Constructs an empty list with an initial capacity of ten.
RemoteObjectList(Collection<T>) - 类 的构造器com.ds.msg.client.RemoteObjectList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
remove(int) - 类 中的方法com.ds.msg.client.DbObjectList
Removes the element at the specified position in this list.
remove(int) - 类 中的方法com.ds.msg.client.RemoteObjectList
Removes the element at the specified position in this list.
removeRange(int, int) - 类 中的方法com.ds.msg.client.DbObjectList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - 类 中的方法com.ds.msg.client.RemoteObjectList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
RMsg - com.ds.msg中的接口
Title: JDSORG组织机构中间件 Description: Copyright: Copyright (c) 2003-2015 Company: www.justdos.net

S

searchAlarmIndex(Condition<MsgConditionKey, AlarmMsgIndex>) - 类 中的方法com.ds.msg.index.CtMsgIndexFactory
 
searchDataIndex(Condition<MsgConditionKey, DataIndex>) - 类 中的方法com.ds.msg.index.CtMsgIndexFactory
 
searchDataIndex(Condition<MsgConditionKey, DataIndex>) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 
searchEventIndex(Condition<MsgConditionKey, EventIndex>) - 类 中的方法com.ds.msg.index.CtMsgIndexFactory
 
searchEventIndex(Condition<MsgConditionKey, EventIndex>) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 
searchLogIndex(Condition<MsgConditionKey, LogIndex>) - 类 中的方法com.ds.msg.index.CtMsgIndexFactory
 
searchLogIndex(Condition<MsgConditionKey, LogIndex>) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 
searchSensorIndex(Condition<MsgConditionKey, SensorMsgIndex>) - 类 中的方法com.ds.msg.index.CtMsgIndexFactory
 
sendMassMsg(Msg, List<String>) - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
sendMassMsg(V, List<String>) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
sendMassMsg(V, List<String>) - 接口 中的方法com.ds.msg.MsgClient
群发信息
sendMsg() - 接口 中的方法com.ds.msg.PersonMsgGroup
 
SensorMsgIndex(Condition<MsgConditionKey, SensorMsgIndex>) - 类 中的方法com.ds.msg.index.MsgIndexServiceAPI
 
SensorMsgIndex - com.ds.msg.index中的类
 
SensorMsgIndex(SensorMsg) - 类 的构造器com.ds.msg.index.SensorMsgIndex
 
set(int, Object) - 类 中的方法com.ds.msg.client.DbObjectList
Replaces the element at the specified position in this list with the specified element.
set(int, T) - 类 中的方法com.ds.msg.client.RemoteObjectList
Replaces the element at the specified position in this list with the specified element.
setArrivedTime(Long) - 类 中的方法com.ds.msg.ct.CtMsg
 
setArrivedTime(Long) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setArrivedTime(Long) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setArrivedTime(Long) - 类 中的方法com.ds.msg.index.CommandIndex
 
setArrivedTime(Long) - 类 中的方法com.ds.msg.index.EventIndex
 
setArrivedTime(Long) - 类 中的方法com.ds.msg.index.LogIndex
 
setArrivedTime(Long) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setBody(String) - 类 中的方法com.ds.msg.ct.CtMsg
 
setBody(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setBody(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setBody(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setBody(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setBody(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setBody(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setCommandId(String) - 类 中的方法com.ds.msg.index.LockIndex
 
setEvent(String) - 接口 中的方法com.ds.msg.CommandMsg
 
setEvent(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setEvent(String) - 类 中的方法com.ds.msg.ct.CtSensorMsg
 
setEvent(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setEvent(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setEvent(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setEvent(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setEvent(String) - 类 中的方法com.ds.msg.index.LockIndex
 
setEvent(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setEvent(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setEvent(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setEvent(String) - 类 中的方法test.LockIndex
 
setEventTime(Long) - 类 中的方法com.ds.msg.ct.CtMsg
 
setEventTime(Long) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setEventtime(Long) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setEventTime(Long) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setEventTime(Long) - 类 中的方法com.ds.msg.index.CommandIndex
 
setEventtime(Long) - 类 中的方法com.ds.msg.index.DataIndex
 
setEventtime(Long) - 类 中的方法com.ds.msg.index.EventIndex
 
setEventTime(Long) - 类 中的方法com.ds.msg.index.EventIndex
 
setEventtime(Long) - 类 中的方法com.ds.msg.index.LockIndex
 
setEventtime(Long) - 类 中的方法com.ds.msg.index.LogIndex
 
setEventTime(Long) - 类 中的方法com.ds.msg.index.LogIndex
 
setEventtime(Long) - 类 中的方法com.ds.msg.index.MsgIndex
 
setEventtime(Long) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setEventTime(Long) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setEventtime(Long) - 类 中的方法test.LockIndex
 
setFrom(String) - 类 中的方法com.ds.msg.ct.CtMsg
 
setFrom(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setFrom(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setFrom(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setFrom(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setFrom(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setFrom(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setGatewayId(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setGatewayId(String) - 类 中的方法com.ds.msg.ct.CtSensorMsg
 
setGatewayId(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setGatewayId(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setGatewayId(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setGatewayId(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setGatewayId(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setGwSN(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setGwSN(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setGwSN(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setGwSN(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setGwSN(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setGwSN(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setGwSN(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setGwSN(String) - 类 中的方法test.LockIndex
 
setId(String) - 类 中的方法com.ds.msg.ct.CtMsg
 
setId(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setId(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setId(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setId(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setId(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setId(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setLasterSystemCode(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setLasterSystemCode(String) - 接口 中的方法com.ds.msg.RMsg
 
setLineNum(Integer) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setLineNum(Integer) - 类 中的方法com.ds.msg.index.CommandIndex
 
setLineNum(Integer) - 类 中的方法com.ds.msg.index.DataIndex
 
setLineNum(Integer) - 类 中的方法com.ds.msg.index.EventIndex
 
setLineNum(Integer) - 类 中的方法com.ds.msg.index.LogIndex
 
setLineNum(Integer) - 类 中的方法com.ds.msg.index.MsgIndex
 
setLineNum(Integer) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setLineNum(Integer) - 类 中的方法test.LockIndex
 
setModeId(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setModeId(String) - 接口 中的方法com.ds.msg.PasswordCommandMsg
 
setMsgId(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setPassId(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setPassId(String) - 类 中的方法com.ds.msg.index.LockIndex
 
setPassId(String) - 接口 中的方法com.ds.msg.PasswordCommandMsg
 
setPath(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setPath(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setPath(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setPath(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setPath(String) - 类 中的方法com.ds.msg.index.LockIndex
 
setPath(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setPath(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setPath(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setPath(String) - 类 中的方法test.LockIndex
 
setReceiver(String) - 类 中的方法com.ds.msg.ct.CtMsg
 
setReceiver(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setReceiver(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setReceiver(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setReceiver(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setReceiver(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setReceiver(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setReceiveTime(Long) - 类 中的方法com.ds.msg.ct.CtMsg
 
setReceiveTime(Long) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setReceiveTime(Long) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setReceiveTime(Long) - 类 中的方法com.ds.msg.index.CommandIndex
 
setReceiveTime(Long) - 类 中的方法com.ds.msg.index.EventIndex
 
setReceiveTime(Long) - 类 中的方法com.ds.msg.index.LogIndex
 
setReceiveTime(Long) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setResultCode(CommandEventEnums) - 接口 中的方法com.ds.msg.CommandMsg
 
setResultCode(CommandEventEnums) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setResultCode(CommandEventEnums) - 类 中的方法com.ds.msg.index.CommandIndex
 
setSensorId(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setSensorId(String) - 类 中的方法com.ds.msg.ct.CtSensorMsg
 
setSensorId(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setSensorId(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setSensorId(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setSensorId(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setSensorId(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setSn(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setSn(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setSn(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setSn(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setSn(String) - 类 中的方法com.ds.msg.index.LockIndex
 
setSn(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setSn(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setSn(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setSn(String) - 类 中的方法test.LockIndex
 
setStatus(MsgStatus) - 类 中的方法com.ds.msg.ct.CtMsg
 
setStatus(MsgStatus) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setStatus(MsgStatus) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setStatus(MsgStatus) - 类 中的方法com.ds.msg.index.CommandIndex
 
setStatus(MsgStatus) - 类 中的方法com.ds.msg.index.EventIndex
 
setStatus(MsgStatus) - 类 中的方法com.ds.msg.index.LogIndex
 
setStatus(MsgStatus) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setSystemCode(String) - 类 中的方法com.ds.msg.ct.CtMsg
 
setSystemCode(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setSystemCode(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setSystemCode(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setSystemCode(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setSystemCode(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setSystemCode(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setTimes(Integer) - 接口 中的方法com.ds.msg.CommandMsg
 
setTimes(Integer) - 类 中的方法com.ds.msg.ct.CtMsg
 
setTimes(Integer) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setTimes(Integer) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setTimes(Integer) - 类 中的方法com.ds.msg.index.CommandIndex
 
setTimes(Integer) - 类 中的方法com.ds.msg.index.EventIndex
 
setTimes(Integer) - 类 中的方法com.ds.msg.index.LogIndex
 
setTimes(Integer) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setTitle(String) - 类 中的方法com.ds.msg.ct.CtMsg
 
setTitle(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setTitle(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setTitle(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setTitle(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setTitle(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setTitle(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setType(String) - 类 中的方法com.ds.msg.ct.CtMsg
 
setType(String) - 类 中的方法com.ds.msg.ct.CtRMsg
 
setType(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setType(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setType(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setType(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setType(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setUserId(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setUserId(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setUserId(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setUserId(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setUserId(String) - 类 中的方法com.ds.msg.index.LockIndex
 
setUserId(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setUserid(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setUserId(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setUserId(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setUserid(String) - 类 中的方法test.LockIndex
 
setUserId(String) - 类 中的方法test.LockIndex
 
setUuid(String) - 类 中的方法com.ds.msg.index.AlarmMsgIndex
 
setUuid(String) - 类 中的方法com.ds.msg.index.CommandIndex
 
setUuid(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setUuid(String) - 类 中的方法com.ds.msg.index.EventIndex
 
setUuid(String) - 类 中的方法com.ds.msg.index.LockIndex
 
setUuid(String) - 类 中的方法com.ds.msg.index.LogIndex
 
setUuid(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setUuid(String) - 类 中的方法com.ds.msg.index.SensorMsgIndex
 
setUuid(String) - 类 中的方法test.LockIndex
 
setValue(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setValue(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setValue(String) - 类 中的方法test.LockIndex
 
setValuetype(String) - 类 中的方法com.ds.msg.index.DataIndex
 
setValuetype(String) - 类 中的方法com.ds.msg.index.MsgIndex
 
setValuetype(String) - 类 中的方法test.LockIndex
 
size - 类 中的变量com.ds.msg.client.DbObjectList
The size of the ArrayList (the number of elements it contains).
size() - 类 中的方法com.ds.msg.client.DbObjectList
Returns the number of elements in this list.
size - 类 中的变量com.ds.msg.client.RemoteObjectList
The size of the ArrayList (the number of elements it contains).
size() - 类 中的方法com.ds.msg.client.RemoteObjectList
Returns the number of elements in this list.
status - 类 中的变量com.ds.msg.ct.CtMsg
 
systemCode - 类 中的变量com.ds.msg.ct.CtMsg
 

T

test - 程序包 test
 
THREAD_LOCK - 类 中的静态变量com.ds.msg.index.CtMsgIndexFactory
 
THREAD_LOCK - 类 中的静态变量com.ds.msg.MsgFactroy
 
times - 类 中的变量com.ds.msg.ct.CtMsg
 
title - 类 中的变量com.ds.msg.ct.CtMsg
 
toArray() - 类 中的方法com.ds.msg.client.DbObjectList
Returns an array containing all of the elements in this list in the correct order.
toArray(Object[]) - 类 中的方法com.ds.msg.client.DbObjectList
Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toArray() - 类 中的方法com.ds.msg.client.RemoteObjectList
Returns an array containing all of the elements in this list in the correct order.
toArray(T[]) - 类 中的方法com.ds.msg.client.RemoteObjectList
Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toString() - 枚举 中的方法com.ds.msg.MsgType
 
trimToSize() - 类 中的方法com.ds.msg.client.DbObjectList
Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - 类 中的方法com.ds.msg.client.RemoteObjectList
Trims the capacity of this ArrayList instance to be the list's current size.
type - 类 中的变量com.ds.msg.ct.CtMsg
 
TYPE_MSG - 类 中的静态变量com.ds.msg.client.DbObjectList
 
TYPE_MSG - 类 中的静态变量com.ds.msg.client.RemoteObjectList
 

U

updateMsg(RMsg) - 类 中的方法com.ds.msg.client.api.MsgWebServiceAPI
 
updateMsg(RMsg) - 接口 中的方法com.ds.msg.client.MsgWebService
 
updateMsg(Msg) - 类 中的方法com.ds.msg.ct.CtMsgCacheManager
 
updateMsg(V) - 类 中的方法com.ds.msg.ct.CtMsgClient
 
updateMsg(V) - 接口 中的方法com.ds.msg.MsgClient
 

V

valueOf(String) - 枚举 中的静态方法com.ds.msg.MsgType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.ds.msg.MsgType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G I L M P R S T U V 
跳过导航链接

Copyright © 2023 onecode. All rights reserved.