org.finra.jtaf.core.parsing
Class MaxThreadsPlugin

java.lang.Object
  extended by org.finra.jtaf.core.parsing.MaxThreadsPlugin
All Implemented Interfaces:
IPostParseStrategyElementPlugin

public class MaxThreadsPlugin
extends Object
implements IPostParseStrategyElementPlugin

Strategy parser plugin that parses maximum parallel threads in strategy.


Constructor Summary
MaxThreadsPlugin()
           
 
Method Summary
 void execute(PostStrategyElementParserPluginContext ctx)
          This method executes after all the test strategy is parsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxThreadsPlugin

public MaxThreadsPlugin()
Method Detail

execute

public void execute(PostStrategyElementParserPluginContext ctx)
             throws ParserPluginException
Description copied from interface: IPostParseStrategyElementPlugin
This method executes after all the test strategy is parsed

Specified by:
execute in interface IPostParseStrategyElementPlugin
Throws:
ParserPluginException


Copyright © 2014. All rights reserved.