类 SyncRemotes

java.lang.Object
com.gdxsoft.easyweb.define.SyncRemotes

public class SyncRemotes extends Object
  • 字段详细资料

  • 构造器详细资料

    • SyncRemotes

      public SyncRemotes()
  • 方法详细资料

    • initCfgs

      public void initCfgs()
    • getKey

      public String getKey(String code)
      根据 code 获取key
      参数:
      code - the AES key of SYNC
      返回:
      the "CFG_" + code.hashCode
    • getRemoteInstance

      public SyncRemote getRemoteInstance(String key)
      根据key获取同步对象
      参数:
      key - the "CFG_" + code.hashCode
      返回:
      the remote