JTR 5.0 API Documentation
A B C D E F G H I J L M N P Q R S T U V W X _

G

Gaussian - Class in jtr.lang.functions.impl
Implementation of the Gaussian distribution.
Gaussian(String[]) - Constructor for class jtr.lang.functions.impl.Gaussian
 
generateRuntimeConfig(WebServiceConfig) - Method in class jtr.ws.jaxws.JaxWsHelper
 
GENERIC_SESSION - Static variable in class jtr.config.jms.JMSSession
Mnemonic identifier for defining a generic-session
getAckMode() - Method in class jtr.config.jms.JMSSession
Get the JMS ACK mode.
getActualParameters() - Method in class jtr.lang.functions.impl.DefaultStatFunctionsFactory.FunctionDescription
 
getAssigner() - Method in interface jtr.assigner.IAssignmentPolicy
Returns the concrete instance of the class in charge of performing the parameters assignment task under the control of both the TestRunManager and AbstractRunner JTR components.
getAssigner() - Method in class jtr.assigner.impl.CyclicAssignmentPolicy
Return the concrete IParamsAssigner implementation providing a cyclic parameters assignment policy.
getAssigner() - Method in class jtr.assigner.impl.IndexedAssignmentPolicy
Return the concrete IParamsAssigner implementation providing an indexed parameters assignment policy.
getAssignmetPolicy() - Method in class jtr.config.RunnerConfig
Short-hand method useful to instantiate the concrete IAssignmentPolicy that will handle the parameterization for this runner configuration.
getAvg() - Method in class jtr.test.TestOutcomeTable.TestBriefing
Returns the avarage number of runs (both succeeded and failed) per second.
getBean() - Method in exception jtr.assigner.util.ParameterException
Obtains the IRunner instance over which the parameter setting has failed.
getBinding() - Method in class jtr.config.RunnerConfig
Get the default binding associated with the runner.
getBinding() - Method in class jtr.config.TestConfig
Get the default webservice binding.
getBinding(String) - Method in class jtr.config.ws.Bindings
Get a Binding by its unique name.
getBinding() - Method in class jtr.runners.AbstractWsRunner
This method returns the set of configured webservice bindings.
getBinding() - Method in interface jtr.runners.IRunnerWs
This method returns the set of configured webservice bindings.
getBindings() - Method in class jtr.config.TestConfig
Get the bindings available to invokers.
getBody() - Method in class jtr.config.script.LScript
Get the script's body
getBody() - Method in class jtr.config.script.PScript
Get the script's body.
getBody() - Method in interface jtr.config.script.Script
 
getBriefing() - Method in class jtr.test.TestOutcomeTable
 
getBytecode(String) - Method in class jtr.remote.cl.impl.JtrRmiClassLoaderServerImpl
This method returns a byte array representing the definition of the required class whose fully qualified name has been provided as input parameter.
getBytecode(String) - Method in interface jtr.remote.cl.JtrRmiClassLoaderServer
Returns, if found, the bytecode associated with the provided fqn, null otherwise.
getCategories(NodeInfo) - Method in class jtr.test.TestOutcomeTable
 
getCategoriesCount(NodeInfo) - Method in class jtr.test.TestOutcomeTable
 
getCategory() - Method in interface jtr.script.IScriptContext
Get the runner's category
getCategory() - Method in class jtr.script.ScriptContext
Get the runner's category
getCategory(NodeInfo, int) - Method in class jtr.test.TestOutcomeTable
 
getCause() - Method in class jtr.remote.test.DistributionError
 
getClientId() - Method in class jtr.config.jms.JMSConnection
Get the clientID for the current javax.jms.Connection.
getColumnClass(int) - Method in class jtr.ui.swing.TableSorter
 
getColumnCount() - Method in class jtr.ui.swing.TableSorter
 
getColumnName(int) - Method in class jtr.ui.swing.TableSorter
 
getComparator(int) - Method in class jtr.ui.swing.TableSorter
 
getCompletedRunners() - Method in class jtr.test.TestRunManager
 
getConfigTree() - Method in class jtr.config.ConfigDeserializer
Produces the object oriented representation of the jtr.xml configuration file.
getConnectionFactories() - Method in class jtr.config.jms.JMSConfig
Get the connection factories available with the current JMS configuration
getConnectionFactories() - Method in class jtr.config.jms.JMSFactories
Get all the configured JMSConnectionFactory instances.
getConnectionFactory(String, Hashtable) - Static method in class jtr.jms.AdministeredObjectsLocator
Retrieves a ConnectionFactory using the provided JNDI name.
The initial context is created according to the input environment: it represents the set of properties specified into the enterprise element of the jtr.xml configuration file the current IRunner concrete implementation refers to.
Note: this method returns ConnectionFactory instances, so you should cast them to whatever you might actually need (QueueConnectionFactory, TopicConnectionFactory).
getConnections() - Method in class jtr.config.jms.JMSConnectionFactory
Return all the configured connections shaped as a Collection of JMSConnection instances.
getContext() - Method in interface jtr.ws.IWsResponse
Provides the context associated with a response message received after an operation invocation.
getCount() - Method in class jtr.config.RunnerConfig
Gets the number of instances that have to be created at runtime
getCurrentEpoch() - Method in interface jtr.script.IScriptContext
Get the current epoch for the script that has been provided with this context
getCurrentEpoch() - Method in class jtr.script.ScriptContext
Get the current epoch for the script that has been provided with this context
getCurrentEpoch() - Method in class jtr.test.TestRunManager
 
getCurrentRun() - Method in class jtr.runners.AbstractRunnerAncestor
Read which run the runner is in.
getCurrentRun() - Method in interface jtr.runners.IRunnerClean
Tells which is the current run.
getCurrentRun() - Method in interface jtr.script.IScriptContext
Get the current run for the script that has been provided with this context
getCurrentRun() - Method in class jtr.script.ScriptContext
Get the current run for the script that has been provided with this context
getDefaultName() - Method in class jtr.runners.AbstractRunnerAncestor
Get the default name provided by this.getClass().getName()
getDefaultName() - Method in interface jtr.runners.IRunnerClean
Get the JTR-assigned unique name of the current runner.
getDestination(String, Hashtable) - Static method in class jtr.jms.AdministeredObjectsLocator
Retrieves a Destination using the provided JNDI name.
The initial context is created according to the input environment: it represents the set of properties specified into the enterprise element of the jtr.xml configuration file the current IRunner concrete implementation refers to.
Note: this method returns Destination instances, so you should cast them to whatever you might actually need (Queue, Topic).
getDistributionErrors() - Method in class jtr.test.TestOutcomeTable.TestBriefing
Gets the list of recordered distribution errors.
getEJBObject(String, Class, Hashtable) - Static method in class jtr.enterprise.ServiceLocator
Deprecated.  
getEJBObject(String, Class, EnterpriseConfig) - Static method in class jtr.enterprise.ServiceLocator
This method takes care of looking up the EJB registered under the ejbName input parameter, of narrowing it to the desired home class, and finally invokes the create on that home instance.
getElapsed() - Method in class jtr.test.TestOutcomeTable.TestBriefing
Returns the amount of time required by the test session, expressed in milliseconds.
getEndStatementPattern() - Method in class jtr.script.impl.AbstractScriptEngine
Must return the pattern that represents the end of statement int the supported language.
getEndTime() - Method in class jtr.test.TestOutcomeTable.TestBriefing
Returns the time the test session ended.
getEnterprise() - Method in class jtr.config.RunnerConfig
Returns the default enterprise configuration unique name associated with the current runner configuration.
getEnterprise(String) - Method in class jtr.config.TestConfig
Gets an EnterpriseConfig configuration element from the current JTR test configuration.
getEnterprise() - Method in class jtr.config.TestConfig
Returns the default enterprise configuration for the current JTR test.
getEnterprise() - Method in class jtr.runners.AbstractRunnerAncestor
Return the enterprise configuration assigned to the current IRunner
getEnterprise() - Method in interface jtr.runners.IRunnerClean
Get the enterprise configuration associated with the current runner.
getEnterpriseConfig() - Method in class jtr.test.impl.DefaultOutcome
Get the enterprise configuration
getEnterpriseConfig() - Method in interface jtr.test.IOutcome
Get the enterprise configuration
getEpoch() - Method in class jtr.runners.AbstractRunnerAncestor
Return the current epoch assigned to the IRunner
getEpoch() - Method in interface jtr.runners.IRunnerClean
Get the current jtr-test epoch.
getEpoch() - Method in class jtr.test.impl.DefaultOutcome
Get the epoch.
getEpoch() - Method in interface jtr.test.IOutcome
Get the epoch.
getEpoch(String, int) - Method in class jtr.test.TestOutcomeTable
 
getEpochs() - Method in class jtr.config.TestConfig
Returns the total number of epochs set for the JTR test.
getEpochs() - Method in class jtr.test.TestRunManager
 
getEpochsCount(String) - Method in class jtr.test.TestOutcomeTable
 
getErrorMsg() - Method in class jtr.lang.functions.impl.BaseFunction
An error message that must be provided to the user.
getErrorMsg() - Method in class jtr.lang.functions.impl.Exponential
 
getErrorMsg() - Method in class jtr.lang.functions.impl.Gaussian
 
getErrorMsg() - Method in class jtr.lang.functions.impl.Poissonian
 
getErrorMsg() - Method in class jtr.lang.functions.impl.UniformDouble
 
getErrorMsg() - Method in class jtr.lang.functions.impl.UniformInt
 
getErrorMsg() - Method in class jtr.lang.functions.impl.UniformLong
 
getException() - Method in class jtr.test.impl.DefaultOutcome
Get the exception
getException() - Method in interface jtr.test.IOutcome
Get the exception
getFactories() - Method in class jtr.config.Factories
 
getFactories() - Method in class jtr.config.TestConfig
 
getFactory(String) - Static method in class jtr.config.RegisteredFactories
Returns the factory identified by the given key or null should the factory be unregistered.
getFailures() - Method in class jtr.runners.AbstractRunnerAncestor
Get the number of failures
getFailures() - Method in interface jtr.runners.IRunner
Returns the number of total failures experienced by the runner.
getFailures() - Method in class jtr.test.TestOutcomeTable.TestBriefing
Returns the number of failures.
getFaultMsg() - Method in class jtr.config.ws.WebServiceOperation
Get the fault message.
getFqn() - Method in class jtr.config.Factory
 
getFqn() - Method in class jtr.runners.AbstractRunnerAncestor
Obtains the runner FQN.
getFqn() - Method in interface jtr.runners.IRunnerClean
Obtains the runner FQN.
getFunction(String) - Method in class jtr.lang.functions.impl.DefaultStatFunctionsFactory
Returns the appropriate IStatFunction instance according to the given functionCall.
getFunction(String) - Method in interface jtr.lang.functions.IStatFunctionsFactory
Returns the appropriate IStatFunction instance according to the given functionCall.
getFunctionName() - Method in class jtr.lang.functions.impl.DefaultStatFunctionsFactory.FunctionDescription
 
getHeaderRendererIcon(int, int) - Method in class jtr.ui.swing.TableSorter
 
getHost() - Method in class jtr.config.remote.Node
 
getIcon() - Static method in class jtr.ui.swing.IconImageProvider
 
getImportPattern() - Method in class jtr.script.impl.AbstractScriptEngine
Must return the pattern that identifies an import in the supported language.
getInitialPoolSize() - Method in class jtr.test.TestRunManager
 
getInputMsg() - Method in class jtr.config.ws.WebServiceOperation
Get the input message.
getInputs() - Method in class jtr.config.script.Inputs
Get an immutable-view of the stored formal-parameters.
getInputs() - Method in class jtr.config.script.PScript
Get the formal parameters required by the script.
getInstance(String) - Method in interface jtr.assigner.IAssignmentPolicyFactory
Returns an instance of IAssignmentPolicy according to the requested type.
getInstance(String) - Method in class jtr.assigner.impl.DefaultAssignmentPolicyFactory
Return a concrete instance of the IAssignmentPolicy interface.
getInstance() - Method in class jtr.test.impl.DefaultOutcomeFactory
Factory method that returns a valid IOutcome instance.
getInstance() - Method in interface jtr.test.IOutcomeFactory
 
getInstance(Class, int) - Method in class jtr.test.TestOutcomeTable
 
getInstance() - Method in interface jtr.ws.IWsHelperFactory
Get a new instance of the concrete IWsHelper implementation associated with the configured IWsHelperFactory class.
getInstance() - Method in class jtr.ws.jaxws.JaxWsHelperFactory
 
getInstanceCount() - Method in class jtr.runners.AbstractRunnerAncestor
Get the number of instances that must be active, according to the jtr.xml, during the test-suite.
getInstanceCount() - Method in interface jtr.runners.IRunnerClean
Get the number of instances that must be active, according to the jtr.xml, during the test-suite.
getInstanceID() - Method in class jtr.runners.AbstractRunnerAncestor
Returns the progressive ID assigned to this runner instance at creation time.
getInstanceID() - Method in interface jtr.runners.IRunnerClean
Returns the associated instance ID.
getInstanceID() - Method in interface jtr.script.IScriptContext
Get the runner's unique progessive identifier
getInstanceID() - Method in class jtr.script.ScriptContext
Get the runner's unique progessive identifier
getInstances(Class) - Method in class jtr.test.TestOutcomeTable
 
getInstances() - Method in class jtr.test.TestOutcomeTable.TestBriefing
Returns the number of runner instances involved in the test session.
getInstancesCount(Class) - Method in class jtr.test.TestOutcomeTable
 
getJavaClass() - Method in class jtr.config.ws.WebServiceTypeMapping
Get a Class instance of the configured Java class.
getJavaClassName() - Method in class jtr.config.ws.WebServiceTypeMapping
Get the FQN of the configured Java class.
getJaxbObjectFactory() - Method in class jtr.config.ws.Binding
 
getJms() - Method in class jtr.config.RunnerConfig
Gets the unique id of the JMS configuration to be used by the current runner.
getJms() - Method in class jtr.config.TestConfig
Gets the unique id of the JMS configuration to be used by the current runner.
getJmsConfig(String) - Method in class jtr.config.TestConfig
Retrieves the JMS configuration associated with the given key (its unique id).
getJmsConfig() - Method in class jtr.runners.AbstractJMSRunner
Get the JMS configuration assigned to the current IRunner
getJmsConfig() - Method in interface jtr.runners.IRunnerJMS
Get the JMS configuration assigned to the current IRunner
getJmsConfigs() - Method in class jtr.config.TestConfig
Returns all the configured JMS configurations.
getJndi() - Method in class jtr.config.jms.JMSConnectionFactory
Get the JNDI name for the current JMS connection factory.
getJndi() - Method in class jtr.config.jms.JMSDestination
Get the destination JNDI name
getKey() - Method in class jtr.config.Factory
 
getLibrary() - Method in class jtr.config.script.LScripts
Get the immutable-view of library-scripts stored in this container.
getLog4j() - Method in class jtr.ant.JtrRun
Get the Log4J configuration file.
getLScripts() - Method in class jtr.config.script.Scripts
 
getMaxNumberOfArguments() - Method in class jtr.lang.functions.impl.BaseFunction
Returns the maximum number of expected parameters.
getMaxNumberOfArguments() - Method in class jtr.lang.functions.impl.Exponential
 
getMaxNumberOfArguments() - Method in class jtr.lang.functions.impl.Gaussian
 
getMaxNumberOfArguments() - Method in class jtr.lang.functions.impl.Poissonian
 
getMaxNumberOfArguments() - Method in class jtr.lang.functions.impl.UniformDouble
 
getMaxNumberOfArguments() - Method in class jtr.lang.functions.impl.UniformInt
 
getMaxNumberOfArguments() - Method in class jtr.lang.functions.impl.UniformLong
 
getMinNumberOfArguments() - Method in class jtr.lang.functions.impl.BaseFunction
Returns the minimum number of expected parameters.
getMinNumberOfArguments() - Method in class jtr.lang.functions.impl.Exponential
 
getMinNumberOfArguments() - Method in class jtr.lang.functions.impl.Gaussian
 
getMinNumberOfArguments() - Method in class jtr.lang.functions.impl.Poissonian
 
getMinNumberOfArguments() - Method in class jtr.lang.functions.impl.UniformDouble
 
getMinNumberOfArguments() - Method in class jtr.lang.functions.impl.UniformInt
 
getMinNumberOfArguments() - Method in class jtr.lang.functions.impl.UniformLong
 
getName() - Method in exception jtr.assigner.util.ParameterException
Obtains the name of the property over which the parameter setting has failed.
getName() - Method in class jtr.config.enterprise.EnterpriseProperty
Returns this enterprise property unique name.
getName() - Method in class jtr.config.RunnerConfigParam
Returns the name of the parameter.
getName() - Method in class jtr.config.script.Input
Get the unique name.
getName() - Method in class jtr.config.script.PScript
Get the script's unique name.
getName() - Method in class jtr.config.script.ScriptParam
 
getName() - Method in class jtr.config.ws.Binding
Get the name.
getName() - Method in class jtr.config.ws.WebServiceMsg
Get the message name.
getName() - Method in class jtr.config.ws.WebServiceOperation
Get the operation name.
getName() - Method in class jtr.config.ws.WebServicePort
Get the operation name.
getName() - Method in class jtr.config.ws.WebServicePortType
Get this port type name.
getName() - Method in class jtr.config.ws.WebServiceService
Get the unique name.
getName() - Method in class jtr.config.ws.WebServiceTypeMapping
Get the local part of the XML qualified name.
getName() - Method in class jtr.runners.AbstractRunnerAncestor
Return the name of the IRunner
getName() - Method in interface jtr.runners.IRunnerClean
Get the logical name of the current runner.
getNameSpace() - Method in class jtr.config.ws.Binding
Get the name space.
getNameSpace() - Method in class jtr.config.ws.WebServicePortType
Get the name space of the port type.
getNameSpace() - Method in class jtr.config.ws.WebServiceService
Get the service namespace.
getNameSpace() - Method in class jtr.config.ws.WebServiceTypeMapping
Get the name space part of the XML qualified name.
getNode() - Method in class jtr.remote.test.DistributionError
 
getNode() - Method in class jtr.test.impl.DefaultOutcome
 
getNode() - Method in interface jtr.test.IOutcome
Return the JTR-node the runner that produced this outcome belongs to.
getNode() - Method in class jtr.test.TestOutcomeTable
 
getNodes() - Method in class jtr.config.remote.Nodes
 
getNodes() - Method in class jtr.config.TestConfig
 
getNodes() - Method in class jtr.test.TestOutcomeTable
 
getOperation(String) - Method in class jtr.config.ws.WebServicePort
Get the operation named name.
getOperationName() - Method in class jtr.config.ws.Binding
Get the operation name.
getOperations() - Method in class jtr.config.ws.WebServicePort
Get the collection of available operations.
getOrderedOutcomes(String) - Method in class jtr.test.TestOutcomeTable
 
getOuputMsg() - Method in class jtr.config.ws.WebServiceOperation
Get the output message.
getOutcomeFactory() - Method in class jtr.runners.AbstractRunnerAncestor
Get the current IOutcomeTable
getOutcomeFactory() - Method in interface jtr.runners.IRunnerClean
Get the factory in charge of instantiating IOutCome instances.
getOutcomes(String) - Method in class jtr.test.TestOutcomeTable
 
getOutput() - Method in class jtr.config.script.PScript
Get the name of the variable that must store the script's return value if any.
getOverallRuns() - Method in class jtr.config.TestConfig
This method returns the total number of runs that must be accomplished in a single epoch, according to what has been declared in the jtr.xml configuration file.
getParam() - Method in exception jtr.assigner.MissingStdParameterException
Returns the missing standard parameter name.
getParameter(String) - Method in class jtr.config.ParametersMap
Get a previously added parameter by name.
getParameterMaps() - Method in class jtr.config.RunnerConfig
Gets all the configured ParmetersMaps as a Vector<ParametersMap>.
getParameters() - Method in class jtr.runners.AbstractRunnerAncestor
Return the set of runtime parameters configured for the IRunner
getParameters() - Method in interface jtr.runners.IRunnerClean
Get the paramters for the current runner.
getParameters() - Method in interface jtr.script.IScriptContext
Get the runner's parameters
getParameters() - Method in class jtr.script.ScriptContext
Get the runner's parameters
getParametersAssignmetPolicy() - Method in class jtr.config.RunnerConfig
Returns the String which identifies the IAssignmentPolicy associated with the current RunnerConfig.
getParametersMap() - Method in class jtr.test.impl.DefaultOutcome
Returns the parameters the IRunner was working with at the moment of the exception
getParametersMap() - Method in interface jtr.test.IOutcome
Returns the parameters the IRunner was working with at the moment of the exception
getParamsAssigner() - Method in class jtr.runners.AbstractRunnerAncestor
Get the IParamsAssigner in charge of assigning parameters to the current IRunner
getParamsAssigner() - Method in interface jtr.runners.IRunnerClean
Get the assigner in charge of performing the parameters injection into the current runner.
getParamType() - Method in class jtr.config.RunnerConfigParam
 
getParent() - Method in class jtr.config.enterprise.EnterpriseConfig
Returns the TestConfig instance this EnterpriseConfig is tied to.
getParent() - Method in class jtr.config.RunnerConfig
Returns the belonging to TestConfig instance.
getPartNames() - Method in class jtr.config.ws.WebServiceMsg
Get the part names.
getPassword() - Method in class jtr.config.jms.JMSConnection
Get the password required to establish this javax.jms.Connection.
getPool() - Method in class jtr.runners.AbstractRunnerAncestor
Get the pool this IRunner belongs to
getPool() - Method in interface jtr.runners.IRunnerPooled
Get the pool the current runner belongs to.
getPool() - Method in class jtr.test.TestRunManager
 
getPoolManager() - Method in class jtr.pool.RunnerPool
Gets the IPoolManager in charge of managing this pool.
getPort() - Method in class jtr.config.remote.Node
 
getPort(String) - Method in class jtr.config.ws.WebServiceService
Get the port identified by the given name or null if nothing can be found.
getPortName() - Method in class jtr.config.ws.Binding
Get the port name.
getPorts() - Method in class jtr.config.ws.WebServiceService
Get the collection of configured ports.
getPortType(QName) - Method in class jtr.config.ws.WebServiceService
Get the port type identified by the given QName or null if nothing can be found.
getPortTypes() - Method in class jtr.config.ws.WebServiceService
Get the configured port types.
getProperty() - Method in class jtr.config.jms.JMSConnection
Get the name of the property of the concrete runner that will hold the actual Connection instance.
getProperty() - Method in class jtr.config.jms.JMSConnectionFactory
Get the name of the property of the concrete runner that will hold the actual ConnectionFactory instance.
getProperty() - Method in class jtr.config.jms.JMSDestination
Get the name of the runner property that will hold the actual JMS destination once created
getProperty() - Method in class jtr.config.jms.JMSSession
Get the name of the runner property that will hold the actual JMS session once created
getPScript(String) - Method in class jtr.config.script.PScripts
Get a parameterization-script by name.
getPScripts() - Method in class jtr.config.script.PScripts
Get all the configured parameterization-scripts.
getPScripts() - Method in class jtr.config.script.Scripts
 
getPScriptsMap() - Method in class jtr.config.script.PScripts
Get an immutable representation of the underlying map of parameterization-scripts.
getQualifiedName() - Method in class jtr.config.ws.WebServiceTypeMapping
Get the qualified name of the configured XML data type.
getQueues() - Method in class jtr.config.jms.JMSConfig
Return the set of confiured queues.
getResource(String) - Method in class jtr.remote.cl.impl.JtrRmiClassLoaderServerImpl
This method returns a byte array whose content represents a generic resource loaded from the class-path visible to the current-thread running this code.
getResource(String) - Method in interface jtr.remote.cl.JtrRmiClassLoaderServer
Returns, if found, the byte array of the required resource, null otherwise.
getRowCount() - Method in class jtr.ui.swing.TableSorter
 
getRun() - Method in class jtr.test.impl.DefaultOutcome
Get the run
getRun() - Method in interface jtr.test.IOutcome
Get the run
getRunDuration() - Method in class jtr.test.impl.DefaultOutcome
 
getRunDuration() - Method in interface jtr.test.IOutcome
Get the duration of the described run.
getRunnerCategory() - Method in class jtr.test.impl.DefaultOutcome
 
getRunnerCategory() - Method in interface jtr.test.IOutcome
Returns the category the runner that produced this outcome belogns to.
getRunnerFqn() - Method in class jtr.config.RunnerConfig
Gets the FQN of the runner associated with this RunnerConfig instance.
getRunnerId() - Method in class jtr.test.impl.DefaultOutcome
 
getRunnerId() - Method in interface jtr.test.IOutcome
Returns the unique ID of the runner that produced this outcome.
getRunners() - Method in class jtr.config.TestConfig
Returns a Vector<RunnerConfig>.
getRunnersThreadGroup() - Method in class jtr.test.TestRunManager
 
getRuns() - Method in class jtr.config.RunnerConfig
Sets the default number of times each runner belonging to this runner configuration will have to run.
getRuns() - Method in class jtr.runners.AbstractRunnerAncestor
Return the number of runs assigned to the IRunner
getRuns() - Method in interface jtr.runners.IRunnerClean
Get the total number of runs this runner has to execute.
getRunsCount(Integer) - Method in class jtr.test.TestOutcomeTable
 
getScriptParameter(String) - Method in class jtr.config.script.ScriptParams
Get a parameter by name.
getScriptParameters() - Method in class jtr.config.script.ScriptParams
Get an immutable-view to the actaul parameters.
getScriptParams() - Method in class jtr.config.RunnerConfigParam
Get the actual parameters required for invoking a p-script.
getScripts() - Method in class jtr.config.TestConfig
Get the object-oriented representation of the scripts section taken from the jtr.xml file.
getScripts() - Method in class jtr.script.impl.AbstractScriptEngine
Returns the configured scripts, both library scripts and parameterization scripts.
getService(String, String) - Method in class jtr.config.ws.WebServiceConfig
Get a simgle service by qualified name.
getService(QName) - Method in class jtr.config.ws.WebServiceConfig
Get a simgle service by qualified name.
getServiceMode() - Method in class jtr.config.ws.Binding
 
getServiceName() - Method in class jtr.remote.test.NodeInfo
Returns the service name (whatever the service is).
getServices() - Method in class jtr.config.ws.WebServiceConfig
Return the collection of currently configured services.
getSessions() - Method in class jtr.config.jms.JMSConnection
Returns all the configured sessions.
getSleepTime() - Method in class jtr.config.RunnerConfig
Returns the defautl sleep time for this runner configuration.
getSleepTime() - Method in class jtr.runners.AbstractRunnerAncestor
Get the sleep runDuration assigned to this IRunner
getSleepTime() - Method in interface jtr.runners.IRunnerClean
Get the sleep time value assigned to the current runner.
getSortingStatus(int) - Method in class jtr.ui.swing.TableSorter
 
getStartTime() - Method in class jtr.test.TestOutcomeTable.TestBriefing
Returns the time the test session started.
getStatFunction(String) - Method in class jtr.runners.AbstractRunnerAncestor
Returns the reference to the IStatFunction implementation associated with the parameter named paramName, if present, otherwies null is returned.
getStatFunction(String) - Method in interface jtr.runners.IRunnerClean
Returns the reference to the IStatFunction implementation associated with the parameter named paramName, if present, otherwies null is returned.
getSuccesses() - Method in class jtr.runners.AbstractRunnerAncestor
Get the number of successes.
getSuccesses() - Method in interface jtr.runners.IRunner
Returns the number of successes experienced by the runner.
getSuccesses() - Method in class jtr.test.TestOutcomeTable.TestBriefing
Returns the number of successes.
getTableHeader() - Method in class jtr.ui.swing.TableSorter
 
getTableModel() - Method in class jtr.ui.swing.TableSorter
 
getTestConfig() - Method in class jtr.test.TestRunManager
 
getTestOutcomeTable() - Method in class jtr.runners.AbstractRunnerAncestor
Return the current TestOutcomeTable
getTestOutcomeTable() - Method in interface jtr.runners.IRunnerClean
Get the TestOutcomeTable instance where the runner logs all the experienced error conditions.
getTestOutcomeTable() - Method in class jtr.test.TestRunManager
 
getTimeStamp() - Method in class jtr.test.impl.DefaultOutcome
 
getTimeStamp() - Method in interface jtr.test.IOutcome
Get the run's timestamp.
getTopics() - Method in class jtr.config.jms.JMSConfig
Return the set of configured topics
getTransacted() - Method in class jtr.config.jms.JMSSession
Get the JMS session's transacted attribute
getType() - Method in class jtr.config.jms.JMSConnection
Get the type of the connection.
getType() - Method in class jtr.config.jms.JMSSession
Get the session type.
getType() - Method in class jtr.config.RunnerConfigParam
Gets the type of the parameter.
getType() - Method in class jtr.config.script.Input
Get the type.
getType() - Method in class jtr.test.impl.DefaultOutcome
 
getType() - Method in interface jtr.test.IOutcome
Get the type of the outcome
getTypeEnum() - Method in class jtr.config.script.Input
Get the type as a Input.Type enum instance.
getTypeMapping(QName) - Method in class jtr.config.ws.WebServiceService
Get the type mapping identified by the given QName or null if nothing can be found.
getTypeMappings() - Method in class jtr.config.ws.WebServiceService
Get the collection of type mappings available for the current service specification.
getUniqueName() - Method in class jtr.config.enterprise.EnterpriseConfig
Gets the enterprise configuration's unique name.
getUniqueName() - Method in class jtr.config.jms.JMSConfig
Get the unique name of this JMS configuration.
getUniqueName() - Method in class jtr.config.ws.Binding
Get the binding's unique name
getUniqueName() - Method in class jtr.config.ws.WebServiceConfig
Get this webservice configuration's unique name.
getUserMessage() - Method in class jtr.runners.AbstractRunnerAncestor
Read the content of the user-message.
getUserName() - Method in class jtr.config.jms.JMSConnection
Get the user name required to establish this javax.jms.Connection.
getUserObject() - Method in class jtr.test.impl.DefaultOutcome
 
getUserObject() - Method in interface jtr.test.IOutcome
Get a user-object that can be used to add any user-defined information to the output of the test.
getValue() - Method in exception jtr.assigner.util.ParameterException
Obtains the value that should have been set over the property.
getValue() - Method in class jtr.config.enterprise.EnterpriseProperty
Returns the value of the current enterprise property.
getValue() - Method in class jtr.config.RunnerConfigParam
Gets the actual value of the parameter.
getValue() - Method in class jtr.config.script.ScriptParam
 
getValueAt(int, int) - Method in class jtr.ui.swing.TableSorter
 
getWebservice() - Method in class jtr.config.RunnerConfig
Get the unique name of the webservice configuration this runner configuration points to.
getWebservice() - Method in class jtr.config.TestConfig
Get the webservice configuration unique name.
getWebserviceConfig(String) - Method in class jtr.config.TestConfig
Get the currently configured webservice configuration.
getWsConfig() - Method in class jtr.runners.AbstractWsRunner
 
getWsConfig() - Method in interface jtr.runners.IRunnerWs
Retrieve the webservice configuration associated with the runner according to what specified by the jtr.xml configuration file.
getWsdlLoc() - Method in class jtr.config.ws.Binding
 
getWsdlLocation() - Method in class jtr.config.ws.WebServiceConfig
Get the WSDL's location.
GLOBAL_JTR_CTX_IDENTIFIER - Static variable in class jtr.script.impl.AbstractScriptEngine
 
GroovyScriptEngine - Class in jtr.script.impl
Groovy-based script-engine for the JTR runtime.
GroovyScriptEngine() - Constructor for class jtr.script.impl.GroovyScriptEngine
 
GroovyScriptEngine(Binding) - Constructor for class jtr.script.impl.GroovyScriptEngine
 

The JTR Project is licensed under GPL version 2
A B C D E F G H I J L M N P Q R S T U V W X _