Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将 UltraLite 数据库同步服务器设置为与 M-Business Anywhere Server 具有相同的配置。
public void setMBAServerWithMoreParms( String host, String port, String url_suffix, String additional )
host M-Business Anywhere Server 主机。设置为空值可允许 ULPod 进行自动配置。
port M-Business Anywhere Server 端口。设置为空值可允许 ULPod 进行自动配置。
url_suffix M-Business Anywhere Server ProxyPass url_suffix 或 MobiLink 重定向器 url_suffix。
additional 除 host、port 和 url_suffix 以外的其它同步流参数。
通过 M-Business 服务器发送到 MobiLink 服务器的数据流量。
如果 "host" 和 "port" 值为空值,则 ULPod 会自动将其设置为当前 M-Business Server 的主机和端口。
"url_suffix" 与 M-Business Server 的 sync.conf 文件中设置的 "url_suffix" 相同。
"additional" 表示附加流参数。由于此调用会覆盖 setStreamParms() 先前设置的流参数,因此调用程序可以使用此参数来添加未丢失的任何其它同步流参数。