| Package | Description |
|---|---|
| org.marketcetera.client |
Provides client API to communicate with the server.
|
| org.marketcetera.client.rpc |
| Modifier and Type | Field and Description |
|---|---|
protected ClientParameters |
ClientImpl.mParameters |
| Modifier and Type | Method and Description |
|---|---|
ClientParameters |
ClientModuleMXBean.getParameters()
Returns the parameters used by the client to connect to the server.
|
ClientParameters |
ClientImpl.getParameters() |
ClientParameters |
Client.getParameters()
Returns the parameters that client is using to connect to the server.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientFactory.getClient(ClientParameters inClientParameters)
Gets a
Client. |
static void |
ClientManager.init(ClientParameters inParameter)
Initializes the connection to the server.
|
void |
ClientImpl.reconnect(ClientParameters inParameters) |
void |
Client.reconnect(ClientParameters inParameters)
Disconnects the connection to the server and reconnects back
using the properties supplied to this method.
|
| Constructor and Description |
|---|
ClientImpl(ClientParameters inParameters)
Creates an instance given the parameters and connects to the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RpcClientParameters
The set of parameters needed to initialize the RPC client.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
RpcClientFactory.getClient(ClientParameters inClientParameters) |
| Constructor and Description |
|---|
RpcClientImpl(ClientParameters inParameters)
Create a new RpcClientImpl instance.
|
Copyright © 2015. All Rights Reserved.