public interface GrinderPlugin
Modifier and Type | Method and Description |
---|---|
PluginThreadListener |
createThreadListener(PluginThreadContext pluginThreadContext)
This method is called to create a handler for each thread.
|
void |
initialize(PluginProcessContext processContext)
This method is executed when the process starts.
|
void initialize(PluginProcessContext processContext) throws PluginException
processContext
- Process information.PluginException
- If an error occurs.PluginThreadListener createThreadListener(PluginThreadContext pluginThreadContext) throws PluginException
pluginThreadContext
- Thread context information.PluginThreadListener
implementation.PluginException
- If an error occurs.Copyright © 2000-2014. All Rights Reserved.