Serialized Form


Package org.openware.jdf

Class org.openware.jdf.JDFException implements Serializable

Class org.openware.jdf.JDFProtocolException implements Serializable

Class org.openware.jdf.Location implements Serializable

Serialized Fields

maxtries_

int maxtries_

address_

java.lang.String address_

port_

int port_

sock_

java.net.Socket sock_

Class org.openware.jdf.MethodNotFoundException implements Serializable


Package org.openware.jdf.protocol

Class org.openware.jdf.protocol.JDFRemoteObject implements Serializable

Serialized Fields

className_

java.lang.String className_

oid_

java.lang.String oid_

location_

Location location_


Package org.openware.jdf.server

Class org.openware.jdf.server.JDFServerException implements Serializable

Class org.openware.jdf.server.ObjectNotFoundException implements Serializable

Class org.openware.jdf.server.ObjectWrapper implements Serializable

Serialized Fields

object_

java.lang.Object object_

creationTime_

long creationTime_

lastAccessTime_

long lastAccessTime_

timeout_

long timeout_


Package org.openware.jdf.test

Class org.openware.jdf.test.Simple implements Serializable

Serialized Fields

teststr_

java.lang.String teststr_


Package org.openware.loadsim.link

Class org.openware.loadsim.link.DataSet implements Serializable

Serialized Fields

randomGen_

java.util.Random randomGen_

data_

java.lang.String[] data_

id_

java.lang.String id_

iterType_

int iterType_

nextValue_

int nextValue_

stepValue_

int stepValue_

Class org.openware.loadsim.link.Link implements Serializable

Serialized Fields

random_

java.util.Random random_
Used to randomly pick the link data to combine with the uri.

linkDataTable_

java.util.Hashtable linkDataTable_
The link data for this link. The link data consists of a list of name/value pairs (at least when combined with the uri).

multipleType_

int multipleType_

id_

java.lang.String id_

hostname_

java.lang.String hostname_
The host name is the protocol (http, https, etc) plus the host name.

pathRoot_

java.lang.String pathRoot_
The pathRoot is everything after the host name but before the '?' that starts the querystring.

linkStr_

java.lang.String linkStr_
The completed String representation of the link. That is, the linkdata combined with the uri. If the link data is a form and it is using the POST method then this is just the uri. If this is a link or a form that is using the GET method than this is the uri + the link data.

formDataStr_

java.lang.String formDataStr_
If the link is actually a form submit, then the form data should be set to the data (several name/value pairs separated by &'s). If this is just a link (e.g. an HREF attribute for an anchor tag) then this should be set to null.

expectTitle_

java.lang.String expectTitle_
The title to expect in the downloaded page. This is used to perform a "sanity-check" on the downloaded page to ensure that the desired page is actually the one accessed.

redirect_

java.lang.String redirect_

timer_

ITimer timer_
The timer to use for this link. Before the link is accessed during each pass of the simulation the timer is consulted to get a time in to wait before submitting the link.

Class org.openware.loadsim.link.LinkData implements Serializable

Serialized Fields

data_

java.util.LinkedList data_

dataSets_

java.util.HashMap dataSets_

hasPageData_

boolean hasPageData_

sepChar_

java.lang.String sepChar_

Class org.openware.loadsim.link.LinkException implements Serializable


Package org.openware.loadsim.output

Class org.openware.loadsim.output.DumpHeadersHandler implements Serializable

Class org.openware.loadsim.output.DumpLinksHandler implements Serializable

Class org.openware.loadsim.output.FileInfo implements Serializable

Serialized Fields

filename_

java.lang.String filename_

append_

boolean append_

logLevel_

int logLevel_

Class org.openware.loadsim.output.PrintFormsHandler implements Serializable

Class org.openware.loadsim.output.PrintLinksHandler implements Serializable

Class org.openware.loadsim.output.SampleResult implements Serializable

Serialized Fields

nextLink_

Link nextLink_

label_

java.lang.String label_

hostname_

java.lang.String hostname_

ttlb_

long ttlb_

lastpage_

com.meterware.httpunit.WebResponse lastpage_

ttfb_

long ttfb_

contentType_

java.lang.String contentType_

size_

int size_

responseCode

int responseCode

ramping_

boolean ramping_

Class org.openware.loadsim.output.SaveHtmlHandler implements Serializable

Serialized Fields

pagesSaved

java.util.HashMap pagesSaved

Class org.openware.loadsim.output.WriterException implements Serializable


Package org.openware.loadsim.simulation

Class org.openware.loadsim.simulation.Config implements Serializable

Serialized Fields

datasets_

java.util.HashMap datasets_

timers_

java.util.HashMap timers_

linkSequences_

java.util.LinkedList linkSequences_

description_

java.lang.String description_

simulationId_

java.lang.String simulationId_

resultsFileInfo_

FileInfo resultsFileInfo_

logFileInfo_

FileInfo logFileInfo_

defaultTimerId_

java.lang.String defaultTimerId_

outputHostname_

java.lang.String outputHostname_

contentHandlers_

java.util.HashMap contentHandlers_

throttleTimer_

ITimer throttleTimer_

numberOfSeqs

int numberOfSeqs

thisSeq

int thisSeq

Class org.openware.loadsim.simulation.ConfigException implements Serializable

Class org.openware.loadsim.simulation.ConstantTimer implements Serializable

Serialized Fields

id_

java.lang.String id_

duration_

long duration_

Class org.openware.loadsim.simulation.CookieManager implements Serializable

Serialized Fields

cookies

java.util.Vector cookies

Class org.openware.loadsim.simulation.GaussianTimer implements Serializable

Serialized Fields

id_

java.lang.String id_

random_

java.util.Random random_

stdev_

double stdev_

mean_

long mean_

Class org.openware.loadsim.simulation.RemoteModeNotSupportedException implements Serializable

Class org.openware.loadsim.simulation.SchedulerException implements Serializable

Class org.openware.loadsim.simulation.Sequence implements Serializable

Serialized Fields

linkSequence_

java.util.LinkedList linkSequence_

hostname_

java.lang.String hostname_

numVirtualUsers_

int numVirtualUsers_

numIterations_

int numIterations_

duration_

long duration_

Class org.openware.loadsim.simulation.VirtualUser implements Serializable

Serialized Fields

datasets_

java.util.HashMap datasets_

links_

Link[] links_

cookieManager_

CookieManager cookieManager_

results_

IResults results_

alive_

boolean alive_

index_

int index_

log_

ILog log_

numIterations_

int numIterations_

iterationsComplete_

int iterationsComplete_

contentHandlers_

java.util.HashMap contentHandlers_

handleContent_

boolean handleContent_

hostname_

java.lang.String hostname_

ramping_

boolean ramping_


Package org.openware.util

Class org.openware.util.DirSearchException implements Serializable


Package org.openware.util.tcl

Class org.openware.util.tcl.TclLoaderException implements Serializable



Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.