Skip to main content

%WebStress.Machines.WebServers

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

SQL Table Name: %WebStress_Machines.WebServers

Property Inventory

Parameters

parameter FileTimestamp = 60212,85655;

Properties

property Address as %String (TRUNCATE = 1) [ Required ];
Either its physical address or its DNS name
Property methods: AddressDisplayToLogical(), AddressGet(), AddressGetStored(), AddressIsValid(), AddressLogicalToDisplay(), AddressLogicalToOdbc(), AddressNormalize(), AddressSet()
property Name as %String (TRUNCATE = 1) [ Required ];
A text description of this web server
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Port as %Integer [ InitialExpression = 80 ];
The port number to use on this webserver (Defaults to 80)
Property methods: PortDisplayToLogical(), PortGet(), PortGetStored(), PortIsValid(), PortLogicalToDisplay(), PortNormalize(), PortSet(), PortXSDToLogical()

Indexes

index (Address on Address,Port) [Unique];
Index methods: AddressCheck(), AddressCheckUnique(), AddressDelete(), AddressDisplayToLogical(), AddressExists(), AddressGet(), AddressGetStored(), AddressIsValid(), AddressLogicalToDisplay(), AddressLogicalToOdbc(), AddressNormalize(), AddressOpen(), AddressSQLCheckUnique(), AddressSQLExists(), AddressSQLFindPKeyByConstraint(), AddressSQLFindRowIDByConstraint(), AddressSet()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (Name on Name) [Unique];
Index methods: NameCheck(), NameCheckUnique(), NameDelete(), NameDisplayToLogical(), NameExists(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameOpen(), NameSQLCheckUnique(), NameSQLExists(), NameSQLFindPKeyByConstraint(), NameSQLFindRowIDByConstraint(), NameSet()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Storage Model: Storage (%WebStress.Machines.WebServers)

^WebStress.Machines.WebServersD(ID)
=
%%CLASSNAME
Address
Name
Port
SavedDate
SavedTime
Version
FeedbackOpens in a new tab