Package | Description |
---|---|
net.grinder.console.model |
The console model.
|
net.grinder.plugininterface |
Interface that plugins should implement.
|
net.grinder.statistics |
The Grinder statistics engine.
|
Constructor and Description |
---|
SampleModelImplementation(ConsoleProperties properties,
StatisticsServices statisticsServices,
Timer timer,
Resources resources,
ErrorHandler errorHandler)
Creates a new
SampleModelImplementation instance. |
SampleModelViewsImplementation(ConsoleProperties properties,
StatisticsServices statisticsServices,
SampleModel model)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StatisticsServices |
PluginProcessContext.getStatisticsServices()
Returns an interface through which statistics services can be obtained.
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticsServicesImplementation
Singleton that is the point of entry for
StatisticsServices . |
Modifier and Type | Method and Description |
---|---|
static StatisticsServices |
StatisticsServicesImplementation.getInstance()
Singleton accessor.
|
Copyright © 2000-2014. All Rights Reserved.