Serialized Form


Package org.objectweb.cjdbc.requestplayer

Class org.objectweb.cjdbc.requestplayer.RequestPlayerProperties extends java.util.Properties implements Serializable

Serialized Fields

configFile

java.io.File configFile
Configuration file. Default value is RequestPlayerProperties.DEFAULT_CONFIG_FILE.


traceFile

java.lang.String traceFile
Trace file.


nbRequests

int nbRequests
How many requests from the trace file should be executed (0 means the whole trace is executed).


nbClients

int nbClients
Number of clients to run in parallel to issue the requests.


timeout

int timeout
Request timeout in seconds (0 means no timeout).


databaseDriver

java.lang.String databaseDriver
Database driver.


databaseUrl

java.lang.String databaseUrl
Database URL.


databaseLogin

java.lang.String databaseLogin
Database login.


databasePassword

java.lang.String databasePassword
Database password.


connectionType

int connectionType
Connection management type used in client emulator: standard, fixed or pooling.


poolSize

int poolSize
Connection pool size. Must be greater than 0 if connection type is pooling.


Package org.objectweb.cjdbc.scenario.tools.testlet

Class org.objectweb.cjdbc.scenario.tools.testlet.TestLetException extends java.lang.Exception implements Serializable



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.