Owner manual

OpenLNS Programmer's Reference 911
Subsystems
Summary
Contains the Subsystems collection object associated with the
specified System. A Subsystem object can in turn contain a
collection of Subsystems.
A System object’s Subsystems collection contains two default
Subsystems upon creation. These Subsystems are named
"ALL", which lists all of the devices in the system and
"Discovered", which lists all devices discovered by the object
server that have not yet been associated with a subsystem.
This includes both unconfigured devices discovered by the
NSS and configured devices that were added by some other
network management application that does not use the
Object Server.
The System object's Subsystems collection contains the
top-level subsystems in the user's subsystem hierarchy plus
two pre-defined subsystems: the ALL and the Discovered
subsystem.
The ALL subsystem lists all of the devices in the system.
The Discovered subsystem lists all devices discovered
by the object server that have not yet been associated
with a subsystem. This includes both unconfigured
devices discovered by the NSS and configured devices
that were added by some other network management
application that does not use the Object Server.
Availability
Local, full, and lightweight clients.
Syntax
subsystemCollection = object.Subsystems
Element
Description
subsystemCollection
Subsystems collection associated
with the object.
object
The System object.
Data Type
Subsystems collection object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
TemplateLibrary
Summary
Contains the TemplateLibrary object associated with the
specified System object. The TemplateLibrary object contains
all of the collections of the various templates known to the
ObjectServer.
Availability
Local, full, and lightweight clients.
Syntax
libraryObject = systemObject.TemplateLibrary
Element
Description
libraryObject
Returned TemplateLibrary object.