|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.marketcetera.saclient.SAClientFactory
public class SAClientFactory
Factory for creating remote connections to the Strategy Agent.
| Constructor Summary | |
|---|---|
protected |
SAClientFactory()
Creates an instance. |
| Method Summary | |
|---|---|
SAClient |
create(SAClientParameters inParameters)
Creates a client that can be used to communicate with a remote strategy agent. |
static SAClientFactory |
getInstance()
Returns the singleton factory instance that can be used to create clients to communicate with the remote strategy agents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SAClientFactory()
| Method Detail |
|---|
public SAClient create(SAClientParameters inParameters)
throws ConnectionException
inParameters - the connection details on how to connect to the
remote strategy agent. Cannot be null.
ConnectionException - If there were errors connecting to the
remote strategy agent.public static SAClientFactory getInstance()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||