DocBook|Search
Class Reference
%WebStress.Machines.Generators
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%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 4 1


Summary

Properties
Address DirectPort Name SavedDate SavedTime
SyncSave Version WebStressDir

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject 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 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/

Indices

• index (Name on Name) [Unique];