public class SAClientFactoryImpl extends Object implements SAClientFactory
| Modifier | Constructor and Description |
|---|---|
protected |
SAClientFactoryImpl()
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
SAClient |
create(SAClientParameters inParameters)
Creates an
SAClient instance. |
static SAClientFactoryImpl |
getInstance()
Returns the singleton factory instance that can be used to
create clients to communicate with the remote strategy agents.
|
public SAClient create(SAClientParameters inParameters)
SAClientFactorySAClient instance.create in interface SAClientFactoryinParameters - an SAClientParameters valueSAClient valuepublic static SAClientFactoryImpl getInstance()
Copyright © 2017. All Rights Reserved.