Vision Messages: Utility
Profile of Class Utility
Object | +--- Utility
The Utility class is used to organize various messages that perform utility functions.
Message Index
SessionAttribute
UnixSeconds
asSelf
basicUpdateNetwork
classDescriptor
collectGarbage
defaultInstance
echoToFile: fileName
faultSeverities
fullCompact
fullCompactExcept: spaceList
fullCompactOf: spaceList
isUtility
stopEchoToFile
systemErrorCount
systemWarningCount
updateAndCompact
updateAndCompactNetworkAsBaseVersionWithAnnotation: aString
updateAndCompactNetworkWithAnnotation: aString
updateNetwork
updateNetworkAsBaseVersionWithAnnotation: aString
updateNetworkWithAnnotation: aString
whatAmI
Messages
Synopsis:UnixSecondsUtility SessionAttributeDescription:
Supports parameterized control of session update properties.Type: Constant          Returns: Utility SessionAttribute
Synopsis:asSelfUtility UnixSecondsDescription:
Returns the Utility UnixSeconds class.Type: Constant Returns: Utility UnixSeconds
Synopsis:basicUpdateNetworkUtility asSelfDescription:
Returns the default Utility instance.Type: Primitive Returns: Utility
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined |
Synopsis:classDescriptorUtility basicUpdateNetworkDescription:
Primitive version of object space update message.Type: Primitive          Returns: Object
Synopsis:collectGarbageUtility classDescriptorDescription:
Reference to the object which describes the class. Class level information is stored here.Type: Constant          Returns: Object
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined |
Synopsis:defaultInstanceUtility collectGarbageDescription:
Initiates network Garbage Collection process.Type: Primitive          Returns: Object
Synopsis:echoToFile:Utility defaultInstanceDescription:
Returns the default instance of the recipient object's classType: Constant Returns: Utility
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | OpenVision | Schema | String | TimeSeries | Undefined |
Synopsis:faultSeveritiesUtility echoToFile: fileNameDescription:
Opens the supplied file name for output. All subsequent output is displayed on standard output and in this file until the 'stopEchoToFile' message is encountered.Type: Primitive          Returns: Object
Synopsis:fullCompactUtility faultSeveritiesType: Primitive          Returns: Object
Synopsis:fullCompactExcept:Utility fullCompactDescription:
Compacts all spaces performing the copy and base version phases and generating all traces.Type: Method          Returns: Object
Synopsis:fullCompactOf:Utility fullCompactExcept: spaceListDescription:
Compacts all spaces except those in supplied list performing the copy and base version phases and generating all traces.Type: Method          Returns: Object
Synopsis:isUtilityUtility fullCompactOf: spaceListDescription:
Compacts all spaces in supplied list performing the copy and base version phases and generating all traces.Type: Method          Returns: Object
Synopsis:stopEchoToFileUtility isUtilityDescription:
Returns the value TRUE when sent to Utility.Type: Constant          Returns: Boolean
Also Defined At:
| Object |
Synopsis:systemErrorCountUtility stopEchoToFileDescription:
Closes the file currently open for output. All output continues to display on the standard output.Type: Primitive          Returns: Object
Synopsis:systemWarningCountUtility systemErrorCountDescription:
Returns Number of 'hard' errors encountered during current session.Type: Method          Returns: Integer
Synopsis:updateAndCompactUtility systemWarningCountDescription:
Returns Number of 'warning' errors encountered during current session.Type: Method          Returns: Integer
Synopsis:updateAndCompactNetworkAsBaseVersionWithAnnotation:Utility updateAndCompactDescription:
Performs the update and the copy phase of the compaction process, with no special annotation.Type: Method          Returns: Object
Synopsis:updateAndCompactNetworkWithAnnotation:Utility updateAndCompactNetworkAsBaseVersionWithAnnotation: aStringDescription:
Performs network update and the copy and base version phases of the compaction process, saving the supplied annotation in the NDF.Type: Method          Returns: Object
Parameters:
1 - String
Synopsis:updateNetworkUtility updateAndCompactNetworkWithAnnotation: aStringDescription:
Performs network update and the copy phase of the compaction process, saving the supplied annotation in the NDF.Type: Method          Returns: Object
Parameters:
1 - String
Synopsis:updateNetworkAsBaseVersionWithAnnotation:Utility updateNetworkDescription:
Updates the network with data and protocol defined during this session. Depending on type of user, the update may be global or private.Type: Method          Returns: Object
Synopsis:updateNetworkWithAnnotation:Utility updateNetworkAsBaseVersionWithAnnotation: aStringDescription:
Performs network update and the base version phase of the compaction process, saving the supplied annotation in the NDF.Type: Method          Returns: Object
Parameters:
1 - String
Synopsis:whatAmIUtility updateNetworkWithAnnotation: aStringDescription:
Performs network update and saves the supplied string in the ndf.Type: Method          Returns: Object
Parameters:
1 - String
Synopsis:Utility whatAmIDescription:
Returns the name of the recipient's class.Type: Constant          Returns: String
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined |