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:Utility SessionAttributeDescription:
Supports parameterized control of session update properties.Type: Constant          Returns: Utility SessionAttribute

Synopsis:Utility UnixSecondsDescription:
Returns the Utility UnixSeconds class.Type: Constant Returns: Utility UnixSeconds

Synopsis:Utility 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:Utility basicUpdateNetworkDescription:
Primitive version of object space update message.Type: Primitive          Returns: Object

Synopsis:Utility 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:Utility collectGarbageDescription:
Initiates network Garbage Collection process.Type: Primitive          Returns: Object

Synopsis: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:Utility 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:Utility faultSeveritiesType: Primitive          Returns: Object

Synopsis:Utility fullCompactDescription:
Compacts all spaces performing the copy and base version phases and generating all traces.Type: Method          Returns: Object

Synopsis: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:Utility fullCompactOf: spaceListDescription:
Compacts all spaces in supplied list performing the copy and base version phases and generating all traces.Type: Method          Returns: Object

Synopsis:Utility isUtilityDescription:
Returns the value TRUE when sent to Utility.Type: Constant          Returns: Boolean
Also Defined At:
| Object |

Synopsis:Utility stopEchoToFileDescription:
Closes the file currently open for output. All output continues to display on the standard output.Type: Primitive          Returns: Object

Synopsis:Utility systemErrorCountDescription:
Returns Number of 'hard' errors encountered during current session.Type: Method          Returns: Integer

Synopsis:Utility systemWarningCountDescription:
Returns Number of 'warning' errors encountered during current session.Type: Method          Returns: Integer

Synopsis:Utility updateAndCompactDescription:
Performs the update and the copy phase of the compaction process, with no special annotation.Type: Method          Returns: Object

Synopsis: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:Utility 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: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: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:Utility 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 |