Package net.grinder.AgentDaemon

Examples of net.grinder.AgentDaemon.AgentShutDownListener


          m_connectionPort = startMessage.getProperties().getInt(GrinderProperties.CONSOLE_PORT, 0);
          agent.run(startMessage.getProperties());

          final ConsoleCommunication conCom = consoleCommunication;
          agent.resetListeners();
          agent.addListener(new AgentShutDownListener() {
            @Override
            public void shutdownAgent() {
              LOGGER.info("Send log for {}", testId);
              sendLog(conCom, testId);
              m_state = AgentControllerState.READY;
View Full Code Here

TOP

Related Classes of net.grinder.AgentDaemon.AgentShutDownListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.