Uses of Class
org.marketcetera.client.ClientParameters

Packages that use ClientParameters
org.marketcetera.client Provides client API to communicate with the server. 
 

Uses of ClientParameters in org.marketcetera.client
 

Methods in org.marketcetera.client that return ClientParameters
 ClientParameters Client.getParameters()
          Returns the parameters that client is using to connect to the server.
 ClientParameters ClientModuleMXBean.getParameters()
          Returns the parameters used by the client to connect to the server.
 

Methods in org.marketcetera.client with parameters of type ClientParameters
 Client ClientFactory.getClient(ClientParameters inClientParameters)
          Gets a Client.
static void ClientManager.init(ClientParameters inParameter)
          Initializes the connection to the server.
 void Client.reconnect(ClientParameters inParameters)
          Disconnects the connection to the server and reconnects back using the properties supplied to this method.
 



Copyright © 2012. All Rights Reserved.