|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| ConnectionStatusListener | This interface enables clients to be notified whenever the status of client's connection to the strategy agent changes. |
| DataReceiver | This interface enables the clients to receive all the data emitted by the strategies running on the strategy agent. |
| Messages | Internationalized Message keys for classes in this package. |
| SAClient | The interface to the set of remote services available from a remote strategy agent. |
| SAClientVersion | The SA client version manager. |
| SAService | The web service interface to the remote services available from a strategy agent. |
| Class Summary | |
|---|---|
| CreateStrategyParameters | Specifies the parameters to create a strategy. |
| SAClientFactory | Factory for creating remote connections to the Strategy Agent. |
| SAClientParameters | The set of parameters needed to initialize the client connection to the strategy agent. |
| Exception Summary | |
|---|---|
| ConnectionException | Instances of this exception are thrown when errors are encountered when initializing a connection to the remote strategy agent. |
The client for communicating with remote instances of a strategy agent.
All the communication with remote strategy agents is accomplished via
SAClient interface. Instances of
this client can be created via
SAClientFactory.create(org.marketcetera.saclient.SAClientParameters).
The client provides facilitites to deploy / manage strategies onto
the remote strategy agent and receive the data emitted by them.
See SAClient documentation for details.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||