Package net.grinder.script

Interfaces and classes for use by scripts.

See:
          Description

Interface Summary
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.
 

Class Summary
Grinder Name space for grinder script context object.
Test Scripts create Test instances which can then be used to wrap(java.lang.Object) other Jython objects.
 

Exception Summary
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.
 

Package net.grinder.script Description

Interfaces and classes for use by scripts.