persistent class %WebStress.Machines.Generators
extends %Persistent, %XML.Adaptor, %WebStress.Utils.Version
parameter FileTimestamp = "60212,85655";
property Address
as %String(TRUNCATE=1) [ Required ];
This is the address of the web server that will give access to this generator
property CachePassword
as %String;
property CacheUserName
as %String;
property DirectPort
as %Integer;
This should be used if talking directly to the generator rather than through a web server
property Name
as %String(TRUNCATE=1) [ Required ];
A text description of this machine
property WebStressDir
as %String(MAXLEN=255,TRUNCATE=1);
The virtual directory which is bound to the WebStress application
Examples: /webstress/
/csp/webstress/
index (Name on Name) [Unique];