接口 Client
-
- 所有已知实现类:
ClientImpl
public interface ClientX DevAPI class encapsulating a Session pooling functionality.The Client object is obtained via
ClientFactory.getClient(String, java.util.Properties)orClientFactory.getClient(String, String)methods.
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classClient.ClientProperty
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidclose()CloseClient.SessiongetSession()GetSessionfrom pool or the new one.
-