|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadLifeCycleListener
Thread life cycle event call backs.
All methods will be called using the thread to which the event refers.
| Method Summary | |
|---|---|
void |
beginRun()
This method is called at the start of every run. |
void |
beginShutdown()
This method is called before the thread is shut down. |
void |
beginThread()
This method is called just after the thread has started. |
void |
endRun()
This method is called at the end of every run. |
void |
endThread()
This method is called when the thread has been shut down. |
| Method Detail |
|---|
void beginThread()
Plugin thread listeners created by
GrinderPlugin.createThreadListener(net.grinder.plugininterface.PluginThreadContext) will
will receive this event, so long as their plugin registers itself before
the worker threads start (see notes at
PluginRegistry).
void beginRun()
void endRun()
void beginShutdown()
__del__ method is called.
void endThread()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||