public interface PluginProcessContext
This class is used to share process information between the Grinder and the plug-in.
Modifier and Type | Method and Description |
---|---|
PluginThreadListener |
getPluginThreadListener()
Returns the
PluginThreadListener for the current thread. |
Grinder.ScriptContext |
getScriptContext()
Returns the script context.
|
StatisticsServices |
getStatisticsServices()
Returns an interface through which statistics services can be obtained.
|
TimeAuthority |
getTimeAuthority()
Something that knows the time.
|
Grinder.ScriptContext getScriptContext()
PluginThreadListener getPluginThreadListener() throws GrinderException
PluginThreadListener
for the current thread.
Instances are created by the plug-in's implementation of GrinderPlugin.createThreadListener(net.grinder.plugininterface.PluginThreadContext)
.GrinderException
- If the thread listener could not be obtained.StatisticsServices getStatisticsServices()
StatisticsServices
.TimeAuthority getTimeAuthority()
Copyright © 2000-2014. All Rights Reserved.