public class JDSClientServiceImpl extends Object implements JDSClientService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
connect(ConnectInfo connInfo)
登陆
|
ReturnType |
disconnect()
注销
|
ConfigCode |
getConfigCode()
取得系统标识
|
ConnectInfo |
getConnectInfo()
取得登录人信息
|
ConnectionHandle |
getConnectionHandle()
获得UDP控制器
|
JDSContext |
getContext()
取得当前环境
|
JDSSessionHandle |
getSessionHandle()
取得SessionHandle
|
String |
getSystemCode() |
void |
setConnectionHandle(ConnectionHandle handle)
设定UDP控制器
|
void |
setContext(JDSContext context)
设定当前环境
|
public void connect(ConnectInfo connInfo) throws JDSException
JDSClientServiceconnect 在接口中 JDSClientServiceconnInfo - 登陆连接信息JDSExceptionpublic ConnectionHandle getConnectionHandle()
JDSClientServicegetConnectionHandle 在接口中 JDSClientServicepublic ReturnType disconnect() throws JDSException
JDSClientServicedisconnect 在接口中 JDSClientServiceJDSExceptionpublic ConnectInfo getConnectInfo()
JDSClientServicegetConnectInfo 在接口中 JDSClientServicepublic ConfigCode getConfigCode()
JDSClientServicegetConfigCode 在接口中 JDSClientServicepublic JDSSessionHandle getSessionHandle()
JDSClientServicegetSessionHandle 在接口中 JDSClientServicepublic void setConnectionHandle(ConnectionHandle handle)
JDSClientServicesetConnectionHandle 在接口中 JDSClientServicepublic JDSContext getContext()
JDSClientServicegetContext 在接口中 JDSClientServicepublic void setContext(JDSContext context)
JDSClientServicesetContext 在接口中 JDSClientServicepublic String getSystemCode()
getSystemCode 在接口中 JDSClientServiceCopyright © 2023 onecode. All rights reserved.