Class StandardJMeterEngine

    • Constructor Detail

      • StandardJMeterEngine

        StandardJMeterEngine()
      • StandardJMeterEngine

        StandardJMeterEngine(String host)
    • Method Detail

      • configure

         void configure(HashTree testTree)

        Configure engine

      • runTest

         void runTest()

        Runs the test

      • reset

         void reset()

        Stop test if running

      • stopTest

         synchronized void stopTest()

        Stop Test Now

      • stopTest

         synchronized void stopTest(boolean now)
        Parameters:
        now - boolean that tell whether stop is immediate (interrupt) or not (wait for current sample end)
      • run

         void run()
      • askThreadsToStop

         void askThreadsToStop()

        Clean shutdown ie, wait for end of current running samplers

      • exit

         void exit()

        Remote exit Called by RemoteJMeterEngineImpl.rexit() and by notifyTestListenersOfEnd() iff exitAfterTest is true; in turn that is called by the run() method and the StopTest class also called

      • isActive

         boolean isActive()
        Returns:

        boolean Flag to show whether engine is active (true when test is running). Set to false at end of test