|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.listeners.core.ProfilerPluginListener
public class ProfilerPluginListener
Logging profiler implementation.
| Constructor Summary | |
|---|---|
ProfilerPluginListener()
|
|
| Method Summary | |
|---|---|
String |
getName()
The listener name. |
Map<ActionType,Long> |
getTimeByType()
The mapping of time by action type. |
void |
onAfterEnd(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action after plugin ending. |
void |
onAfterInit(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action after plugin initialization. |
void |
onAfterStart(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action after plugin start. |
void |
onBeforeEnd(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action before plugin ending. |
void |
onBeforeInit(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action before plugin initialization. |
void |
onBeforeStart(IPlugin plugin,
IContext context,
IResultSet result)
Perform some action before plugin start. |
void |
reset()
Reset listener state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfilerPluginListener()
| Method Detail |
|---|
public String getName()
ISpecRunnerListener
getName in interface ISpecRunnerListenerpublic void reset()
ISpecRunnerListener
reset in interface ISpecRunnerListener
public void onBeforeInit(IPlugin plugin,
IContext context,
IResultSet result)
IPluginListener
onBeforeInit in interface IPluginListenerplugin - The plugin instance.context - The context.result - The result.
public void onAfterInit(IPlugin plugin,
IContext context,
IResultSet result)
IPluginListener
onAfterInit in interface IPluginListenerplugin - The plugin instance.context - The context.result - The result.
public void onBeforeStart(IPlugin plugin,
IContext context,
IResultSet result)
IPluginListener
onBeforeStart in interface IPluginListenerplugin - The plugin instance.context - The context.result - The result.
public void onAfterStart(IPlugin plugin,
IContext context,
IResultSet result)
IPluginListener
onAfterStart in interface IPluginListenerplugin - The plugin instance.context - The context.result - The result.
public void onBeforeEnd(IPlugin plugin,
IContext context,
IResultSet result)
IPluginListener
onBeforeEnd in interface IPluginListenerplugin - The plugin instance.context - The context.result - The result.
public void onAfterEnd(IPlugin plugin,
IContext context,
IResultSet result)
IPluginListener
onAfterEnd in interface IPluginListenerplugin - The plugin instance.context - The context.result - The result.public Map<ActionType,Long> getTimeByType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||