Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%WebStress] >  [Machines] >  [Generators]
Private  Storage   

persistent class %WebStress.Machines.Generators extends %Persistent, %XML.Adaptor, %WebStress.Utils.Version

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 6 1 1


Summary

Properties
Address CachePassword CacheUserName DirectPort Name
SavedDate SavedTime SyncSave Version WebStressDir

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable GetCredentials
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter FileTimestamp = "60212,85655";

Properties

• 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/

Methods

• classmethod GetCredentials(arg As %String, ByRef Username As %String, ByRef Password As %String) as %Status

Indices

•index (Name on Name) [Unique];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.