Uses of Class
org.marketcetera.saclient.ConnectionException

Uses of ConnectionException in org.marketcetera.saclient
 

Methods in org.marketcetera.saclient that throw ConnectionException
 SAClient SAClientFactory.create(SAClientParameters inParameters)
          Creates a client that can be used to communicate with a remote strategy agent.
 ModuleURN SAClient.createStrategy(CreateStrategyParameters inParameters)
          Creates a new strategy module using the given strategy creation parameters.
 void SAClient.delete(ModuleURN inURN)
          Deletes the module instance having the supplied URN.
 List<ModuleURN> SAClient.getInstances(ModuleURN inProviderURN)
          Returns the list of module instances available.
 ModuleInfo SAClient.getModuleInfo(ModuleURN inURN)
          Returns the module information for the module instance with the supplied URN.
 Map<String,Object> SAClient.getProperties(ModuleURN inURN)
          Fetches all the available properties of the module with the supplied URN.
 List<ModuleURN> SAClient.getProviders()
          Returns the list of providers available.
 CreateStrategyParameters SAClient.getStrategyCreateParms(ModuleURN inURN)
          Fetches the strategy creation parameters (including the strategy script) for the strategy with the supplied URN.
 void SAClient.sendData(Object inData)
          Sends the given object to the Strategy Agent where registered listeners will receive it.
 Map<String,Object> SAClient.setProperties(ModuleURN inURN, Map<String,Object> inProperties)
          Sets the supplied properties of the module.
 void SAClient.start(ModuleURN inURN)
          Starts the module instance having the supplied URN.
 void SAClient.stop(ModuleURN inURN)
          Stops the module instance having the supplied URN.
 



Copyright © 2012. All Rights Reserved.