|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginProcessContext
This class is used to share process information between the Grinder and the plug-in.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||