IClient.startStrategy(IStrategy)
instead.@Deprecated
public interface IStrategies
Modifier and Type | Method and Description |
---|---|
long |
startStrategy(java.io.File jfxFile,
IStrategyListener listener,
java.util.Map<java.lang.String,java.lang.Object> configurables,
boolean fullAccess)
Deprecated.
please use
IClient.startStrategy(IStrategy) instead. |
long |
startStrategy(IStrategy strategy,
IStrategyListener listener,
boolean fullAccess)
Deprecated.
please use
IClient.startStrategy(IStrategy) instead. |
void |
stopAll()
Deprecated.
please use
IClient.stopStrategy(long) instead. |
void |
stopStrategy(long strategyId)
Deprecated.
please use
IClient.stopStrategy(long) instead. |
@Deprecated long startStrategy(java.io.File jfxFile, IStrategyListener listener, java.util.Map<java.lang.String,java.lang.Object> configurables, boolean fullAccess) throws JFException
IClient.startStrategy(IStrategy)
instead.jfxFile
- strategy binary filelistener
- strategy listenerconfigurables
- parameters valuesfullAccess
- require full access flagJFException
- if exception has been thrown on starting of strategy@Deprecated long startStrategy(IStrategy strategy, IStrategyListener listener, boolean fullAccess) throws JFException
IClient.startStrategy(IStrategy)
instead.strategy
- strategylistener
- strategy listenerfullAccess
- require full access flagJFException
- if exception has been thrown on starting of strategy@Deprecated void stopStrategy(long strategyId) throws JFException
IClient.stopStrategy(long)
instead.strategyId
- strategy idJFException
- if exception has been thrown on stopping of strategy@Deprecated void stopAll() throws JFException
IClient.stopStrategy(long)
instead.startStrategy(IStrategy, IStrategyListener, boolean)
or startStrategy(File, IStrategyListener, Map, boolean)
.JFException
- if main strategy has no full access, if exception has been thrown on stopping of any executed strategy.Copyright © 2024. All rights reserved.