public interface 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)
设定当前环境
|
ConfigCode getConfigCode()
JDSSessionHandle getSessionHandle()
void connect(ConnectInfo connInfo) throws JDSException
connInfo - 登陆连接信息JDSExceptionReturnType disconnect() throws JDSException
JDSExceptionConnectInfo getConnectInfo()
ConnectionHandle getConnectionHandle()
void setConnectionHandle(ConnectionHandle handle)
JDSContext getContext()
void setContext(JDSContext context)
String getSystemCode()
Copyright © 2023 onecode. All rights reserved.