public interface ClientFactory
Client object.| Modifier and Type | Method and Description |
|---|---|
Client |
getClient(ClientParameters inClientParameters)
Gets a
Client. |
Client getClient(ClientParameters inClientParameters) throws ClientInitException, ConnectionException
Client.inClientParameters - a ClientParmeters value to use to initialize the clientClient valueConnectionException - if there were errors connecting to the server.ClientInitException - if the client is already initialized.Copyright © 2015. All Rights Reserved.