persistent class EnsLib.Testing.Request
extends Ens.Request
Used in conjunction with the EnsLib.Testing.Service to wrap a test request for
dispatch to a testing target.
parameter DOMAIN = "Ensemble";
Use our own domain for localization
property %requestClassname
as %String(MAXLEN=128) [ ReadOnly ];
Classname of Request object to send to the target ( Populated automatically in Testing Service )
property %requestId
as %String(COLLATION="EXACT",MAXLEN="") [ ReadOnly ];
Database Id of Request object to send to the target ( Populated automatically in Testing Service )
property Request
as Ens.Request;
A Request object to send to the target.
property SyncCall
as %Boolean [ InitialExpression = 0 ];
Should the test Request be sent Synchronously or Asynchronously?
property Target
as %String(MAXLEN=128);
Name of Host (Business Operation or Business Process)
to send the Request to.
method setRequestProps()