%WebStress.Utils.Version
persistent class %WebStress.Utils.Version
extends
Inventory
Summary
Properties | ||||
---|---|---|---|---|
%Concurrency | SavedDate | SavedTime | SyncSave | Version |
Subclasses | ||
---|---|---|
%WebStress.Machines.ApplicationServers | %WebStress.Machines.Generators | %WebStress.Machines.WebServers |
Properties
This is the date that the data was changed/saved on.
This is the time that the data was changed/saved on.
This property is used to ensure that the version is not incremented when synchronisation takes place
This is the version number of the saved object. This is used to synchronise across systems
Methods
This callback method is invoked when the current object is added to the SaveSet, either because %Save() was invoked on this object or on an object that references this object. %OnAddToSaveSet can modify the current object. It can also add other objects to the current SaveSet by invoking %AddToSaveSet or remove objects by calling %RemoveFromSaveSet.If this method returns an error status then %Save() will fail and the transaction will be rolled back.