Interface | Description |
---|---|
GrinderPlugin |
This interface defines the callbacks that an individual Grinder
thread can make on a plugin.
|
PluginProcessContext |
This class is used to share process information between the
Grinder and the plug-in.
|
PluginThreadContext |
This class is used to share thread information between the
Grinder and the plug-in.
|
PluginThreadListener |
This interface defines the callbacks that an individual Grinder
thread can make on a plugin.
|
Class | Description |
---|---|
PluginRegistry |
Plugins must register themselves with the process wide singleton instance of
this class.
|
Exception | Description |
---|---|
PluginException |
Exception that can be thrown by plugins.
|
Copyright © 2000-2014. All Rights Reserved.