Cisco Cisco Configuration Engine 3.5 Entwickleranleitung

Seite von 344
7-17
Cisco Configuration Engine Software Development Kit API Reference and Programmer Guide 3.5
OL-17661-02
Chapter 7      Device Administration Interface API
End User Interface
Return Value
String that gives the device password.
Class LineCardDevice
This class represents a module of a device. The module can be managed in the same way as a device and 
is hence classified as a type of device.
Constructor
Signature
LineCardDevice(String deviceName, String identifier, String lineCardType)
Arguments
deviceName – String that gives the name of the linecard device.
identifier – the event id of the device.
linecardType – String that gives the line card type.
Class DeviceAdminFactory
This factory class creates and destroys instances of CNSDeviceManager and DeviceServiceAttr objects. 
The objects are created with the properties specified in the constructor.
Constructor
This method creates a DeviceAdminFactory object. 
Signature
DeviceAdminFactory (Properties properties)
Arguments
properties – A Property object that indicates the transport, security, provider parameters that the created 
objects should use.
Create CNSDeviceManager Object
This method creates and returns a CNSDeviceManager object. 
Signature
CNSDeviceManager createDeviceManager ()
Return Values
A CNSDeviceManager with the properties and device type specified.