Interface | Description |
---|---|
Barrier |
Distributed synchronisation interface that allows worker threads to
coordinate their actions.
|
Grinder.ScriptContext |
Scripts can get contextual information and access services
through a global
net.grinder.script.Grinder.grinder
object that supports this interface. |
SSLControl |
Script control of SSL behaviour.
|
Statistics |
Script statistics query and reporting API.
|
Statistics.StatisticsForTest |
Query and update methods for the statistics relating to a particular call
of a test.
|
Test.InstrumentationFilter |
Selective instrumentation.
|
Class | Description |
---|---|
Grinder |
Name space for
grinder script context object. |
Test |
Scripts create
Test instances which can then be used
to Test.wrap(java.lang.Object) other Jython objects. |
Exception | Description |
---|---|
CancelledBarrierException |
Exception thrown when attempting to wait on a cancelled barrier.
|
InvalidContextException |
Exception that represents an attempt to make an API call from an
invalid context.
|
NonInstrumentableTypeException |
Thrown when an attempt is made to wrap a type that can not be instrumented.
|
NoSuchStatisticException |
Exception thrown if the requested statistic does not exist.
|
NotWrappableTypeException |
Thrown when an attempt is made to wrap a type that is not wrapable.
|