net.grinder.scriptengine
Interface ScriptEngineService.WorkerRunnable

Enclosing interface:
ScriptEngineService

public static interface ScriptEngineService.WorkerRunnable

Interface to the runnable script object for a particular worker thread.


Method Summary
 void run()
           
 void shutdown()
           
 

Method Detail

run

void run()
         throws ScriptExecutionException
Throws:
ScriptExecutionException

shutdown

void shutdown()
              throws ScriptExecutionException
Throws:
ScriptExecutionException


Copyright © 2000-2013. All Rights Reserved.