@Deprecated public interface IStrategies
Modifier and Type | Method and Description |
---|---|
long |
startStrategy(File jfxFile,
IStrategyListener listener,
Map<String,Object> configurables,
boolean fullAccess)
Deprecated.
please use IClient.startStrategy instead.
|
long |
startStrategy(IStrategy strategy,
IStrategyListener listener,
boolean fullAccess)
Deprecated.
please use IClient.startStrategy instead.
|
void |
stopAll()
Deprecated.
please use IClient.stopStrategy instead.
Stop all nested strategies started by either
startStrategy(IStrategy, IStrategyListener, boolean) or startStrategy(File, IStrategyListener, Map, boolean) .NOTE: The strategy that uses this method has not been stopped and must have full access rights granted. |
void |
stopStrategy(long strategyId)
Deprecated.
please use IClient.stopStrategy instead.
|
@Deprecated long startStrategy(File jfxFile, IStrategyListener listener, Map<String,Object> configurables, boolean fullAccess) throws JFException
JFException
@Deprecated long startStrategy(IStrategy strategy, IStrategyListener listener, boolean fullAccess) throws JFException
JFException
@Deprecated void stopStrategy(long strategyId) throws JFException
JFException
@Deprecated void stopAll() throws JFException
startStrategy(IStrategy, IStrategyListener, boolean)
or startStrategy(File, IStrategyListener, Map, boolean)
.JFException
- if main strategy has no full access, if error has been thrown on stopping of any executed strategy.Copyright © 2016. All rights reserved.