|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jtr.runners | |
---|---|
jtr.assigner | This package contains all the interfaces defining the contract standing amongst the JTR runtime and those concrete components in charge of implementing parameters assignment strategies as described in the users' guide available starting form here. |
jtr.assigner.impl | Default implementations of the contracts defined in the jtr.assigner
package. |
jtr.jms | This package contains helper classes for performing JMS-related tasks. |
jtr.pool | This packages contains internal classes required by the JTR runtime. |
jtr.remote.pool | This package contains specializations to classes/contracts defined in
jtr.pool , required to enable JTR Distributed Testing
sessions. |
jtr.remote.test | This package contains specializations to classes/contracts defined in
jtr.test , required to enable JTR Distributed Testing
sessions. |
jtr.runners | This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. |
jtr.test | This package contains all those classes and interfaces in charge of managing
the execution of JTR Test Sessions. Beside this, this package brings a set of interfaces that model the way an outcome is defined in the JTR Project, and other contracts that must be implemented by those components in charge of showing the test results to the end user upon completion. |
jtr.test.impl | Default implementations of the interfaces defined in the jtr.test
package. |
jtr.ws | Here we have all the contracts that define the interaction between the JTR runtime and those components in charge of supporting user-defined runners in webservices invocation. |
jtr.ws.jaxws | Default JAX-WS 2.1.1 based implementation of the contracts defined in
jtr.ws . |
Classes in jtr.runners used by jtr.assigner | |
---|---|
IRunnerClean
This interface represents a runner in its CLEAN state. |
|
IRunnerParameterized
This interface represents runners in the PARAMETERIZED state.Each runner in such a state is already assigneable to a pool but it is not actually belonging to any pool. The next allowed state is POOLED . |
Classes in jtr.runners used by jtr.assigner.impl | |
---|---|
IRunnerClean
This interface represents a runner in its CLEAN state. |
|
IRunnerParameterized
This interface represents runners in the PARAMETERIZED state.Each runner in such a state is already assigneable to a pool but it is not actually belonging to any pool. The next allowed state is POOLED . |
Classes in jtr.runners used by jtr.jms | |
---|---|
IRunner
This interface represents a runner in its RUNNING state.All the states in which a java.lang.Thread might be are now
reachable from this state. |
Classes in jtr.runners used by jtr.pool | |
---|---|
IRunnerCreationException
This exception is thrown by the RunnerCreator should it be
impossible to instantiate the required runner. |
|
IRunnerParameterized
This interface represents runners in the PARAMETERIZED state.Each runner in such a state is already assigneable to a pool but it is not actually belonging to any pool. The next allowed state is POOLED . |
|
IRunnerPooled
This interface describes a runner in its POOLED state.Thus the runner is finally elegible for leaving the pool and running according to the provided configuration. |
Classes in jtr.runners used by jtr.remote.pool | |
---|---|
IRunnerCreationException
This exception is thrown by the RunnerCreator should it be
impossible to instantiate the required runner. |
Classes in jtr.runners used by jtr.remote.test | |
---|---|
IRunnerCreationException
This exception is thrown by the RunnerCreator should it be
impossible to instantiate the required runner. |
|
IRunnerParameterized
This interface represents runners in the PARAMETERIZED state.Each runner in such a state is already assigneable to a pool but it is not actually belonging to any pool. The next allowed state is POOLED . |
Classes in jtr.runners used by jtr.runners | |
---|---|
AbstractRunnerAncestor
This base abstract class is the ancestor common to every JTR abstract runner. |
|
IRunner
This interface represents a runner in its RUNNING state.All the states in which a java.lang.Thread might be are now
reachable from this state. |
|
IRunnerClean
This interface represents a runner in its CLEAN state. |
|
IRunnerCreationException
This exception is thrown by the RunnerCreator should it be
impossible to instantiate the required runner. |
|
IRunnerJMS
This interface defines all the set-up methods an IRunner meant for dealing with the JMS API has to expose. |
|
IRunnerParameterized
This interface represents runners in the PARAMETERIZED state.Each runner in such a state is already assigneable to a pool but it is not actually belonging to any pool. The next allowed state is POOLED . |
|
IRunnerPooled
This interface describes a runner in its POOLED state.Thus the runner is finally elegible for leaving the pool and running according to the provided configuration. |
|
IRunnerWs
This interface defines those methods required to inject into an IRunner concrete implementation the configuration
required to access and invoke a webservice. |
Classes in jtr.runners used by jtr.test | |
---|---|
AbstractRunner
This is the base class every application level runner should extend. |
|
IRunnerCreationException
This exception is thrown by the RunnerCreator should it be
impossible to instantiate the required runner. |
|
IRunnerParameterized
This interface represents runners in the PARAMETERIZED state.Each runner in such a state is already assigneable to a pool but it is not actually belonging to any pool. The next allowed state is POOLED . |
Classes in jtr.runners used by jtr.test.impl | |
---|---|
AbstractRunner
This is the base class every application level runner should extend. |
Classes in jtr.runners used by jtr.ws | |
---|---|
IRunnerWs
This interface defines those methods required to inject into an IRunner concrete implementation the configuration
required to access and invoke a webservice. |
Classes in jtr.runners used by jtr.ws.jaxws | |
---|---|
IRunnerWs
This interface defines those methods required to inject into an IRunner concrete implementation the configuration
required to access and invoke a webservice. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |