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
You can (on pre Caché 5.1 systems) talk directly to the internal web server
on the generator but then you must also specify the direct port number to use
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];