Package org.marketcetera.saclient

The client for communicating with remote instances of a strategy agent.

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.
 

Package org.marketcetera.saclient Description

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.

Since:
2.0.0
Version:
$Id: package-info.java 16154 2012-07-14 16:34:05Z colin $
Author:
anshul@marketcetera.com


Copyright © 2012. All Rights Reserved.