See: Description
| Interface | Description |
|---|---|
| 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.
|
| SAClientFactory |
Creates
SAClient instances. |
| SAClientVersion |
The SA client version manager.
|
| SAService |
The web service interface to the remote services available from a
strategy agent.
|
| Class | Description |
|---|---|
| AbstractSAClient |
Provides common behavior for
SAClient implementations. |
| CreateStrategyParameters |
Specifies the parameters to create a strategy.
|
| SAClientFactoryImpl |
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 | Description |
|---|---|
| ConnectionException |
Instances of this exception are thrown when errors are encountered
when initializing a connection to the remote strategy agent.
|
All the communication with remote strategy agents is accomplished via
SAClient interface. Instances of
this client can be created via
SAClientFactoryImpl.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.
Copyright © 2017. All Rights Reserved.