类 SyncRemotes
java.lang.Object
com.gdxsoft.easyweb.define.SyncRemotes
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
MAP_REMOTE
-
-
构造器详细资料
-
SyncRemotes
public SyncRemotes()
-
-
方法详细资料
-
initCfgs
public void initCfgs() -
getKey
根据 code 获取key- 参数:
code- the AES key of SYNC- 返回:
- the "CFG_" + code.hashCode
-
getRemoteInstance
根据key获取同步对象- 参数:
key- the "CFG_" + code.hashCode- 返回:
- the remote
-