View API Reference Guide

Size: px
Start display at page:

Download "View API Reference Guide"

Transcription

1 Titlepage View API Reference Guide Document Customization

2 Copyright Notice Document Copyright November 2001 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions set forth in DFARS (c)(1)(ii) and FAR Liability Disclaimer Aprisma Management Technologies, Inc. ( Aprisma ) reserves the right to make changes in specifications and other information contained in this document without prior notice. In all cases, the reader should contact Aprisma to inquire if any changes have been made. The hardware, firmware, or software described in this manual is subject to change without notice. IN NO EVENT SHALL APRISMA, ITS EMPLOYEES, OFFICERS, DIRECTORS, AGENTS, OR AFFILIATES BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING BUT NOT LIMITED TO LOST PROFITS) ARISING OUT OF OR RELATED TO THIS MANUAL OR THE INFORMATION CONTAINED IN IT, EVEN IF APRISMA HAS BEEN ADVISED OF, HAS KNOWN, OR SHOULD HAVE KNOWN, THE POSSIBILITY OF SUCH DAMAGES. Trademark, Service Mark, and Logo Information SPECTRUM, IMT, and the SPECTRUM IMT/VNM logo are registered trademarks of Aprisma Management Technologies, Inc., or its affiliates. APRISMA, APRISMA MANAGEMENT TECHNOLOGIES, the APRISMA MANAGEMENT TECHNOLOGIES logo, MANAGE WHAT MATTERS, DCM, VNM, SpectroGRAPH, SpectroSERVER, Inductive Modeling Technology, Device Communications Manager, SPECTRUM Security Manager, and Virtual Network Machine are unregistered trademarks of Aprisma Management Technologies, Inc., or its affiliates. For a complete list of Aprisma trademarks, service marks, and trade names, go to All referenced trademarks, service marks, and trade names identified in this document, whether registered or unregistered, are the intellectual property of their respective owners. No rights are granted by Aprisma Management Technologies, Inc., to use such marks, whether by implication, estoppel, or otherwise. If you have comments or concerns about trademark or copyright references, please send an to spectrum-docs@aprisma.com; we will do our best to help. View API Reference Guide Page 2

3 Restricted Rights Notice (Applicable to licenses to the United States government only.) This software and/or user documentation is/are provided with RESTRICTED AND LIMITED RIGHTS. Use, duplication, or disclosure by the government is subject to restrictions as set forth in FAR (June 1987) Alternate III(g)(3) (June 1987), FAR (June 1987), or DFARS (c)(1)(ii) (June 1988), and/or in similar or successor clauses in the FAR or DFARS, or in the DOD or NASA FAR Supplement, as applicable. Contractor/manufacturer is Aprisma Management Technologies, Inc. In the event the government seeks to obtain the software pursuant to standard commercial practice, this software agreement, instead of the noted regulatory clauses, shall control the terms of the government's license. Virus Disclaimer Aprisma makes no representations or warranties to the effect that the licensed software is virusfree. Aprisma has tested its software with current virus-checking technologies. However, because no antivirus system is 100 percent effective, we strongly recommend that you write-protect the licensed software and verify (with an antivirus system in which you have confidence) that the licensed software, prior to installation, is virus-free. Contact Information Aprisma Management Technologies, Inc. 273 Corporate Drive Portsmouth, NH Phone: U.S. toll-free: Web site: View API Reference Guide Page 3

4 Contents Introduction 6 View API...6 Mandatory Resources...7 Application Integration...7 Development Environment...7 View API Classes Synopsis 8 Introduction...8 CsModelInfo 10 CsModelInfo ( )...12 get_m_handle ( )...12 get_m_t_handle ( )...12 set_m_handle ( )...13 CsUIServerHandle 14 CsUIServerHandle ( )...16 check_window ( ), check_window_async ( )...16 create_model ( ), create_model_async ( )...17 new_view ( ), new_view_async ( )...18 read_matcher ( ), read_matcher_async ( )...19 set_busy ( ), set_busy_async ( )...20 write_matcher ( ), write_matcher_async ( )...21 CsViewInfo 22 CsViewInfo ( )...24 get_f_name ( )...25 get_instance_id ( )...26 get_m_handle ( )...26 get_ok_verify_mh ( )...26 get_view_type ( )...26 get_window_height ( ), get_window_width ( )...27 set_ok_verify_mh ( )...27 set_window_height ( ), set_window_width ( )...27 get_scroll_to_mh ( )...28 set_scroll_to_mh ( )...28 View API Reference Guide Page 4

5 Contents Contents CsViewWindow 29 CsViewWindow ( )...30 get_window_busy ( )...30 get_window_busy_set ( )...30 get_window_id ( )...31 set_window_busy ( )...31 set_window_id ( )...31 Index 32 View API Reference Guide Page 5

6 Introduction Introduction This section provides a brief introduction to the ViewAPI toolkit. View API The SPECTRUM View API Reference Guide is an extension of the SPECTRUM Asynchronous SpectroSERVER API. The View API provides a set of interfaces used to make requests of SpectroGRAPH. The View API interfaces are classes and methods that allow external application developers access to existing functionality within SpectroGRAPH. Applications developed using the interfaces provided with the View API will appear to be an integrated part of SpectroGRAPH. A discussion of how the View API can be used is provided in the section View API Classes Synopsis. The interfaces that are part of the View API allow applications to make the following requests of SpectroGRAPH: Add an external application as an extension to SpectroGRAPH. This extension can then be integrated with the SpectroGRAPH user interface. Copy, cut, and paste models between applications. This copying, cutting, and pasting, consists of just the reading and writing of model handles between applications, and can be executed regardless of whether the applications are View API applications or SpectroGRAPH itself. The SpectroGRAPH copy/cut/paste buffer is used as intermediate storage area for the passing of models between applications. Request SpectroGRAPH to add a new model to the SpectroSERVER database. Request SpectroGRAPH to open a view of a specified model. View API Reference Guide Page 6

7 Introduction Mandatory Resources Mandatory Resources The following are the command line parameters that an application must supply to make a connection with SpectroGRAPH. -vnmname A mandatory command line parameter that is read from the app-defaults/spectrum file as the variable vnmname. -vnmsocket A mandatory command line parameter that is read from the app-defaults/spectrum file as the variable vnmsocketnumber. -uisocket A mandatory command line parameter that is read from the app-defaults/spectrum file as the variable uisocketnumber. externalprocess path A variable in the app-defaults/spectrum file that defines the path to where the application processes are stored. Application Integration After the external application has been developed, it has to be packaged for installation at other SPECTRUM sites. This packaging process is accomplished using the SPECTRUM Extension Integration Toolkit. By using the custom install process provided by the SPECTRUM Extension Integration Toolkit, a developer is assured that the application will be properly installed at any SPECTRUM site. See the SPECTRUM Extensions Integration Toolkit Developer s Guide. Development Environment The SPECTRUM Level II Developer s Tools are designed to be used with a platform-specific version of C++ (or C, in the case of the EPI). Refer to the SPECTRUM Software Release Notice (SSRN) for more information on release-specific requirements. View API Reference Guide Page 7

8 View API Classes Synopsis View API Classes Synopsis This section provides a synopsis of the View API Reference classes and interfaces. Introduction The View API provides developers with two types of functionality: The ability for an external application to connect with SpectroGRAPH. The ability to make requests of SpectroGRAPH. The connection mechanism is a SpectroSERVER API CsMailService class method that is explained in the SpectroSERVER API Reference Guide. Once a connection has been established, there are four interfaces that an external application can use to make requests of SpectroGRAPH: Create Views Create Models Read Models Write Models The request interfaces use four corresponding View API classes and several others that are part of the SpectroSERVER API and the VnmParmBlock API (VPAPI). To create models and views, four View API classes are used: CsUIServerHandle CsViewInfo CsModelInfo CsViewWindow The handle class CsUIServerHandle is used in the same manner as the handle classes of the SpectroSERVER API. CsViewInfo, CsViewWindow, and CsModelInfo are used exclusively with CsUIServerHandle. View API Reference Guide Page 8

9 View API Classes Synopsis To read and write model information, the Cut/Copy/Paste buffer of SpectroGRAPH is used for intermediate storage of the model handles. The create model interface causes a creation view for the model type to appear in SpectroGRAPH. The required view information must be supplied to complete the creation process. Each section that describes these interfaces provides full details about their functionality and what developers should consider before using these interfaces to make calls to SpectroGRAPH. View API Reference Guide Page 9

10 CsModelInfo CsModelInfo Class Hierarchy VnmParmBlock CsMyTypeHandle CsModelInfo Include File CsModelInfo.h The create model methods provided by the View API pass information within the class CsModelInfo. CsModelInfo also provides access methods for data setting and retrieval. See Also: CsModelHandle and CsMTypeHandle in the VnmParmBlock Reference. View API Reference Guide Page 10

11 CsModelInfo Public Methods Method Table 1: CsModelInfo Methods CsModelInfo ( ) (Page 12) get_m_handle ( ) (Page 12) get_m_t_handle ( ) (Page 12) set_m_handle ( ) (Page 13) A copy constructor that creates a CsModelInfo object that stores a specified model type handle. Retrieves the CsModelInfo object model handle. Retrieves the CsModelInfo object model type handle. Sets the CsModelInfo object model handle. View API Reference Guide Page 11

12 CsModelInfo CsModelInfo ( ) CsModelInfo (CsMTypeHandle mth); CsModelInfo ( ) Argument mth The model type handle to be stored. Constructs a CsModelInfo object that stores a model type handle. See Also: CsVnmParmBlock and CsMTypeHandle in the VnmParmBlock Reference. get_m_handle ( ) const CsModelHandle & get_m_handle() void const; This method retrieves the CsModelInfo object model handle. See Also: CsVnmParmBlock and CsModelHandle in the VnmParmBlock Reference. get_m_t_handle ( ) const CsMTypeHandle & get_m_t_handle() void const; This method retrieves the CsModelInfo object model type handle. This method returns a CsMTypeHandle reference. See Also: CsMTypeHandle in the VnmParmBlock Reference. View API Reference Guide Page 12

13 CsModelInfo set_m_handle ( ) void set_m_handle (const CsModelHandle& mh); set_m_handle ( ) Argument mh The CsModelInfo object model handle. This method sets the CsModelInfo object model handle. See Also: CsVnmParmBlock and CsModelHandle in the VnmParmBlock Reference. View API Reference Guide Page 13

14 CsUIServerHandle CsUIServerHandle Class Hierarchy CsUIServerHandle Include File CsUISrvHndl.h View API request interfaces are accessed through CsUIServerHandle. This handle class provides the interface to the SpectroSERVER API for requests that are sent to SpectroGRAPH. For an application to make a request of SpectroGRAPH, it must create a CsUIServerHandle. CsUIServerHandle methods are paired exactly like those of the SpectroSERVER API handle classes. The first member of the pair, or the initiator, is identified with the _async suffix and initiates a request. The second method of the pair, or the retriever, has the same name, but does not end with the _async suffix, and retrieves the request. As an input parameter, the second method always takes the response id returned by the first method. View API Reference Guide Page 14

15 CsUIServerHandle Public Methods Method CsUIServerHandle ( ) (Page 16) Table 2: check_window ( ), check_window_async ( ) (Page 16) create_model ( ), create_model_async ( ) (Page 17) new_view ( ), new_view_async ( ) (Page 18) read_matcher ( ), read_matcher_async ( ) (Page 19) set_busy ( ), set_busy_async ( ) (Page 20) write_matcher ( ), write_matcher_async ( ) (Page 21) CsUIServerHandle Functions Constructs a CsUIServerHandle object which routes messages to the UI server. This method pair checks the validity of a Window ID in a CsViewWindow object. This method pair controls requests of SpectroGRAPH to display a Creation View. This method pair controls requests of SpectroGRAPH for an integrated view. This method pair requests SpectroGRAPH to read from the copy/cut/paste buffer. This method pair controls the setting of the cursor, (watch cursor) of the specified window, to indicate a busy status, or to reset the watch cursor to indicate a ready status. This method pair controls request of SpectroGRAPH to write to the copy/cut/paste buffer. View API Reference Guide Page 15

16 CsUIServerHandle CsUIServerHandle ( ) CsUIServerHandle ( ) CsUIServerHandle (const CsHostAddress & host_address); This constructor creates a handle class that is capable of routing messages to the UI server on the given host. check_window ( ), check_window_async ( ) CsVnmParmBlock * check_window (CsTresponseid resp_id); CsTresponseid check_window_async (CsViewWindow * what, CsMailClient * who); Argument resp_id what who The same CsTresponseid returned by the check_window_async() call. A CsViewWindow object that contains the Window ID to be validated. A pointer to the CsMailClient object to be notified when the request completes. This method pair requests and retrieves the validity of the Window ID in the CsViewWindow object. The check_window () method returns the result of a check_window_async() call. The returned value is a VnmParmBlock object that can be queried for error. A return value of CsError::SUCCESS indicates that the Window ID checked is still valid. A return value of CsError::FAILURE indicates that the Window ID checked is not valid. View API Reference Guide Page 16

17 CsUIServerHandle create_model ( ), create_model_async ( ) create_model (CsTresponseid resp_id); create_model ( ), create_model_async ( ) CsTresponseid create_model_async (CsModelInfo * what, CsMailClient * who); Argument resp_id what who The same CsTresponseid returned by the create_model_async() call. A CsModelInfo object that contains the type of the model to be created. The CsUIServerHandle object assumes ownership of the CsModelInfo input. A pointer to the CsMailClient object to be notified when the request completes. This method pair requests and retrieves the information needed to construct a Creation view. The create_model() method returns the results of the create_model_async call. A CsModelInfo object is returned by this method. The CsModelInfo object can be queried for errors as well as the CsModelTypeHandle of the created model type. Note: The CsModelInfo object returned by this call is owned and should be deleted by the caller. See Also: CsModelInfo and CsError in the VnmParmBlock Reference. View API Reference Guide Page 17

18 CsUIServerHandle new_view ( ), new_view_async ( ) new_view ( ), new_view_async ( ) CsViewWindow * new_view( CsTresponseid resp_id ); CsTresponseid new_view_async (CsViewInfo * what, CsMailClient * who); Argument resp_id what who The same CsTresponseid returned by the new_view_async() call. A CsViewInfo object that contains the information that SpectroGRAPH needs to create the view. The CsViewInfo object must contain the model handle and the view type. For GENERIC views, the CsViewInfo object must also contain the name of the GIB file name and the Instance ID. A pointer to the CsMailClient object to be notified when the request completes. This method pair sets and retrieves the information required by SpectroGRAPH to create a new view. The new_view() method returns a pointer to a CsViewWindow object. The caller of new_view() must delete the returned CsViewWindow object. The CsViewWindow can be queried for error and the X Window ID. The X Window ID is the ID of the window containing the SpectroGRAPH view presenting the model. The external application may use this Window to draw on the newly created view. The external application may NOT, however, call XDestroyWindow with this window ID, because SpectroGRAPH, which created this Window, will not be notified that the Window was destroyed. The next time it tries to use the Window, an X Error results and SpectroGRAPH exits. The new_view_async() method requests SpectroGRAPH to generate a SpectroGRAPH view. The CsUIServerHandle object assumes ownership of the CsViewInfo input. Successful creation of a new view returns CsError::SUCCESS and a nonzero window ID. Unsuccessful creation of a new view returns the error View API Reference Guide Page 18

19 CsUIServerHandle read_matcher ( ), read_matcher_async ( ) resulting from the model verification by SpectroGRAPH and zero for the window ID. Model verification refers to SpectroGRAPH verifying the model handle with SpectroSERVER. Note: Toolkit Widget IDs cannot be passed across process boundaries and retain their meanings; they simply become numbers. Unlike X Window IDs, which exist on the X server and can be shared across processes using the same X server, Xtoolkit Widget IDs exist on the client and are exclusive to one process, even if multiple processes use the same X server. If one process creates a Widget and passes it to another process, and that second process attempts to use the Widget, a fault results. See Also: CsViewInfo and CsViewWindow. CsError in the VnmParmBlock Reference. read_matcher ( ), read_matcher_async ( ) CsModelDescList * read_matcher(cstresponseid resp_id); CsTresponseid read_matcher_async (CsMailClient * who); Argument resp_id who The same CsTresponseid returned by the read_matcher_async() call. A pointer to the CsMailClient object to be notified when the request completes. This method pair requests and retrieves a list of models in the SpectroGRAPH Copy/Cut/Paste buffer. The returned CsModelDescList can be queried for errors and each CsExpModelDesc contained in the list. The View API Reference Guide Page 19

20 CsUIServerHandle set_busy ( ), set_busy_async ( ) caller of read_matcher() must delete the returned CsModelDescList object. See Also: CsError, CsModelDescList, CsExpModelDesc, and CsModelDesc in the VnmParmBlock Reference. set_busy ( ), set_busy_async ( ) set_busy (CsTresponseid resp_id); set_busy_async (class CsViewWindow * what, class CsMailClient * who); Argument resp_id what who The same CsTresponseid returned by the read_matcher_async() call. A CsViewWindow object that contains the Window ID to be set. A pointer to the CsMailClient object to be notified when the request completes. This method pair controls the setting of the cursor (watch cursor), of the specified window, to indicate a busy status, or to reset the watch cursor to indicate a ready status. The return is a CsVNMParmBlock. The VnmParmBlock object can be queried for an error. A CsError::SUCCESS indicates that the specified window ID is valid. A CSError::FAILURE indicates that the specified window ID is not valid. View API Reference Guide Page 20

21 CsUIServerHandle write_matcher ( ), write_matcher_async ( ) write_matcher ( ), write_matcher_async ( ) CsModelDescList * write_matcher (CsTresponseid resp_id); CsTresponseid write_matcher_async ( CsModelDescList * what, CsMailClient * who ); Argument resp_id what who The same CsTresponseid returned by the write_matcher_async() call. A CsModelDescList object that contains a list of model handles to be written to the buffer. A pointer to the CsMailClient object to be notified when the request completes. This method pair controls writing the list of models into the SpectroGRAPH Copy/Cut/Paste buffer. The write_matcher() method returns the results of the write_matcher_async() call. The returned CsModelDescList object can be queried for error, model type handle, and model handle. The caller of write_ matcher() must delete the returned CsModelDescList object. See Also: CsError, CsModelDescList, CsExpModelDesc, and CsModelDesc in the VnmParmBlock Reference. View API Reference Guide Page 21

22 CsViewInfo CsViewInfo write_matcher ( ), write_matcher_async ( ) Class Hierarchy CsVnmParmBlock CsViewInfo Include File CsViewInfo.h The new view methods provided by the View API pass information within the class CsViewInfo. CsViewInfo provides access methods for data setting and retrieval. View API Reference Guide Page 22

23 CsViewInfo Public Methods Table 3: Method write_matcher ( ), write_matcher_async ( ) CsViewInfo Functions CsViewInfo ( ) (Page 24) get_f_name ( ) (Page 25) get_instance_id ( ) (Page 26) get_m_handle ( ) (Page 26) get_ok_verify_mh ( ) (Page 26) get_view_type ( ) (Page 26) get_window_height ( ), get_window_width ( ) (Page 27) set_ok_verify_mh ( ) (Page 27) set_window_height ( ), set_window_width ( ) (Page 27) get_scroll_to_mh ( ) (Page 28) set_scroll_to_mh ( ) (Page 28) Constructs a CsViewInfo object with userspecified arguments. Retrieves the file name in the CsViewInfo object. Retrieves the instance ID in the CsViewInfo object. Retrieves the model handle in the CsViewInfo object. Retrieves the ok_verify_mh CsTboolean. Retrieves the view type in the CsViewInfo object. Obtain the pixel size of the window in which the view will be displayed. Sets the CsTboolean ok_verify_mh. Set the pixel size of the window in which the view will be displayed. Returns the model handle to which the view has to scroll. Sets the model handle to which to scroll when the view opens. View API Reference Guide Page 23

24 CsViewInfo CsViewInfo ( ) CsViewInfo ( ) CsViewInfo (CsModelHandle mh, CsBuffer * vt, CsBuffer * fn = 0, CsObjectID * oid = 0); Argument mh vt fn oid The model Handle of the view SpectroGRAPH is to present A pointer to a CsBuffer object that contains the view type. For GENERIC view types, the name of the GIB file that creates the view. For GENERIC view types, the Instance ID if one exists. Constructs a CsViewInfo object for a new view request. Only the following types of SpectroGRAPH views can be requested: ALARM CABLEWALK DALARM DEVICE DEVTOP DEVTOP1 EVENT FINDVIEW FIRST GENERIC Any model type Segment model types Any model type Device model types only Device model types, boards, and ports Device model types and ports Any model type Any model type Any model type Any model type View API Reference Guide Page 24

25 CsViewInfo get_f_name ( ) LOCATION LOSTFOUND MIBWALK RESOURCE Location model types LostFound model type of LostFound Any model type PC or workstation model types TOPOLOGICAL Network topological model types Note: Event and Alarm View are not based on models. To create these views, developers must indicate that SPECTRUM should not check if a model handle exists for them. set_ok_verify_mh() and get_ok_verify_mh() provide this functionality. See Also: CsBuffer and CsObjectID in the Global Classes Reference, and CsVnmParmBlock and CsModelHandle in the VnmParmBlock Reference. get_f_name ( ) CsBuffer * get_f_name(void); This method retrieves the file name in the CsViewInfo object. The file name is returned in a CsBuffer object. (To retrieve the file name as a string, use CsBuffer::makestr().) Note: The caller should not delete the CsBuffer object. See Also: CsBuffer in the Global Classes Reference. View API Reference Guide Page 25

26 CsViewInfo get_instance_id ( ) CsObjectID * get_instance_id (void); get_instance_id ( ) This method retrieves the instance ID in the CsViewInfo object. The instance ID is returned in a CsObjectID object; the access methods of CsObjectID are used to retrieve the instance ID. See Also: CsObjectID in the Global Classes Reference. get_m_handle ( ) CsModelHandle & get_m_handle (void); This method retrieves the model handle in the CsViewInfo object. get_ok_verify_mh ( ) CsTboolean get_ok_verify_mh(); This method retrieves the value of the CsTboolean variable ok_verify_mh. get_view_type ( ) CsBuffer * get_view_type (void); This method retrieves the view type in the CsViewInfo object. The view type is returned in a CsBuffer object. (To retrieve the view type as a string, use CsBuffer::makestr().) Note: The caller should not delete the returned CsBuffer object. See Also: CsBuffer in the Global Classes Reference. View API Reference Guide Page 26

27 CsViewInfo get_window_height ( ), get_window_width ( ) get_window_height ( ), get_window_width ( ) CsTulong get_window_height ()const; CsTulong get_window_width ()const; These methods obtain the pixel size of the window in which the view will be displayed. See Also: set_window_height() and set_window_width(). set_ok_verify_mh ( ) void set_ok_verify_mh (CsTboolean state = TRUE); This method sets the value of the CsTboolean variable ok_verify_mh. ok_verify_mh indicates whether to verify if the model exists. If this method is called with no parameters, the default state is set and ok_verify_mh is TRUE. Note: The ok_verify_mh must be set, or corrupted responses will occur. set_window_height ( ), set_window_width ( ) void set_window_height (CsTulong height); void set_window_width (CsTulong width); Argument height width Height of the window, in pixels. Width of the window, in pixels. View API Reference Guide Page 27

28 CsViewInfo get_scroll_to_mh ( ) These methods set the pixel size of the window that the view will be displayed in. The actual window size cannot exceed the size of the display. The following types of views have default creation sizes: GIB views are created at the size of their background. Alarm views are created at 750x560 pixels. Event views are created at 600x600 pixels. Other views are created at 600x600 pixels if you do not use set_window_height() and set_window_width() to specify a window size. Note: Settings of less than 100 pixels are ignored. See Also: get_window_height() and get_window_width(). get_scroll_to_mh ( ) CsTulong get_scroll_to_mh() const; Returns the model handle to which the view has to scroll. set_scroll_to_mh ( ) void_set_scroll_to_mh (CsTulong mh); Sets the model handle to which to scroll when the view opens. View API Reference Guide Page 28

29 CsViewWindow CsViewWindow set_scroll_to_mh ( ) Class Hierarchy CsVnmParmBlock CsViewWindow Include File CsViewWind.h The new view methods provided by the View API pass information within the class CsViewWindow. CsViewWindow provides access methods for data setting and retrieval. This class passes an X Window ID between SpectroGRAPH and the application. View API Reference Guide Page 29

30 CsViewWindow Public Methods CsViewWindow ( ) Method CsViewWindow ( ) (Page 30) Table 4: get_window_busy ( ) (Page 30) get_window_busy_set ( ) (Page 30) get_window_id ( ) (Page 31) set_window_busy ( ) (Page 31) set_window_id ( ) (Page 31) CsViewWindow Functions Constructs a CsViewWindow object with a specified X Window ID. returns the busy value. Returns TRUE if the window_busy value was set via set_window_busy(). Returns the X Window ID stored in the CsViewWindow object. Sets the X Window s watch cursor to busy or not busy. Sets the X Window ID stored in the CsViewWindow object. CsViewWindow ( ) CsViewWindow (unsigned long window = 0); Constructs a CsViewWindow object and stores a specified X Window ID. get_window_busy ( ) CsTboolean get_window_busy ( ) const; Returns the busy value. get_window_busy_set ( ) CsTboolean get_window_busy_set ( ) const; Returns TRUE if the window_busy value was set via set_window_busy(). View API Reference Guide Page 30

31 CsViewWindow get_window_id ( ) get_window_id ( ) unsigned long get_window_id(void); This method returns the X Window ID stored in the CsViewWindow object. set_window_busy ( ) void set_window_busy(cstboolean busy); Set the window s status to busy or not busy. set_window_id ( ) unsigned long set_window_id (unsigned long Window); Argument window The X window to be set. This method sets the X Window ID in the CsViewWindow object. View API Reference Guide Page 31

32 Index A application integration 7 mandatory resources 7 Application Integration 7 C Connecting To Spectrograph 10 CsModelInfo CsModelInfo ( ) 12 get_m_handle ( ) 12 get_m_t_handle ( ) 12 PublicMethods 11 set_m_handle ( ) 13 CsUIServerHandle check_window ( ), check_window_async ( ) 16 create_model ( ), create_model_async ( ) 17 new_view ( ), new_view_async ( ) 18 new_view_async() 19 Public Methods 15 read_matcher ( ), read_matcher_async ( ) 19 set_busy ( ), set_busy_async ( ) 20 write_matcher ( ), write_matcher_async ( ) 21 CsViewInfo CsViewInfo ( ) 24 get_f_name ( ) 25 get_instance_id ( ) 26 get_m_handle ( ) 26 get_ok_verify_mh ( ) 26 get_scroll_to_mh ( ) 28 get_view_type ( ) 26 get_window_height() 27 get_window_width() 27 Public Methods 23 set_ok_verify_mh ( ) 27 set_scroll_to_mh ( ) 28 set_window_height ( ), set_window_width ( ) 27 CsViewWindow get_window_busy_set ( ) 30 get_window_id ( ) 31 Public Methods 30 set_window_busy ( ) 31 set_window_id() 31 D Development Environment 7 M Mandatory Resources 7 V View API 6 see View Application Programming Interface View Application Programming Interface (View API) product overview 6 View API Reference Guide Page 32

Cisco Device Fault Manager

Cisco Device Fault Manager Cisco Device Fault Manager Titlepage Supports Management Module SM-CIS1012 Device Management Copyright Notice Document 5033. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved

More information

Cheetah Gateway Integration

Cheetah Gateway Integration Cheetah Gateway Integration Net Mentor Titlepage Supports Management Module SM-CHT1000 Device Management Copyright Notice Document 5046. Copyright 2002-present by Aprisma Management Technologies, Inc.

More information

Sun Fire B1600. Management Module Guide. Document 5137

Sun Fire B1600. Management Module Guide. Document 5137 Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

VLAN Fault Isolation User s Guide

VLAN Fault Isolation User s Guide Titlepage VLAN Fault Isolation User s Guide Document 3543-03 August 2002 Network Management Copyright Notice Document 3543-03. Copyright August 2002 by Aprisma Management Technologies, Inc. All rights

More information

Non-Persistent Connections Manager User Guide

Non-Persistent Connections Manager User Guide Titlepage Non-Persistent Connections Manager User Guide Document 2246-04 Network Management Copyright Notice Document 9032246-04. Copyright July 2002 by Aprisma Management Technologies, Inc. All rights

More information

Titlepage. Annotation Toolbox. Document Device Management

Titlepage. Annotation Toolbox. Document Device Management Titlepage Annotation Toolbox Document 9032520-02 Device Management Copyright Notice Document 9032520-02. Copyright September 2001 Aprisma Management Technologies, Inc., 121 Technology Drive, Durham, NH

More information

SEHI Supports Management Module SM-CSI1020

SEHI Supports Management Module SM-CSI1020 SEHI Titlepage Supports Management Module SM-CSI1020 Device Management Copyright Notice Document 1012. Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication,

More information

Cisco Service Level Agreement Manager

Cisco Service Level Agreement Manager Cisco Service Level Agreement Manager Titlepage Supports Management Module SM-CIS1013 Device Management Copyright Notice Document 9035023-03. Copyright April 2002 by Aprisma Management Technologies, Inc.

More information

SPECTRUM In-Place Upgrades

SPECTRUM In-Place Upgrades Notice Copyright Notice Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

VLAN Management. User Guide. Document 3543

VLAN Management. User Guide. Document 3543 VLAN Management User Guide Document 3543 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United

More information

Enterasys Matrix N Series

Enterasys Matrix N Series Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

SPECTRUM Integration for CA Unicenter NSM

SPECTRUM Integration for CA Unicenter NSM SPECTRUM Integration for CA Unicenter NSM User Guide Document 5147 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication,

More information

VLAN Management. User Guide. Document 3543

VLAN Management. User Guide. Document 3543 Notice Copyright Notice Copyright 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Cayman II Router Device

Cayman II Router Device Cayman II Router Device Titlepage Supports Management Module SM-CAY1001 Device Management Copyright Notice Document 9031023-02. Copyright September 2001 by Aprisma Management Technologies, Inc. All rights

More information

CA Unicenter NSM Agent

CA Unicenter NSM Agent Notice Copyright Notice Copyright 2006 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Nortel Passport 7400 Series

Nortel Passport 7400 Series Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Redback SMS 500/1800/10000

Redback SMS 500/1800/10000 Redback SMS 500/1800/10000 Titlepage Supports Management Module SM-RDB1000 Device Management Copyright Notice Document 9035031-02. Copyright June 2002 by Aprisma Management Technologies, Inc. All rights

More information

AR System Gateway. User Guide. Document 0708

AR System Gateway. User Guide. Document 0708 Notice Copyright Notice Copyright 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Enterasys X-Pedition Security Routers

Enterasys X-Pedition Security Routers Enterasys X-Pedition Security Routers Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States

More information

Enterasys Matrix E1 Series

Enterasys Matrix E1 Series Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Titlepage. Agent Simulator. Document Device Management

Titlepage. Agent Simulator. Document Device Management Titlepage Agent Simulator Document 9035034-02 Device Management Copyright Notice Document 9035034-02. Copyright August 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use,

More information

RingView for Token Ring User Guide

RingView for Token Ring User Guide Titlepage RingView for Token Ring User Guide Document 2585 Network Management Copyright Notice Document 2585. Copyright March 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

SPECTRUM Web Operator

SPECTRUM Web Operator Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

Titlepage. SPECTRUM Icons. Document SPECTRUM Operation

Titlepage. SPECTRUM Icons. Document SPECTRUM Operation Titlepage SPECTRUM Icons Document 9032518-03 SPECTRUM Operation Copyright Notice Document 9032518-03. Copyright November 2001 Aprisma Management Technologies, Inc., 121 Technology Drive, Durham, NH 03824

More information

Modeling with the GnSNMPDev Toolkit. Document 1316

Modeling with the GnSNMPDev Toolkit. Document 1316 Modeling with the GnSNMPDev Toolkit Notice Copyright Notice Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United

More information

Arris Cadant C4 CMTS. Management Module Guide. Document 5140

Arris Cadant C4 CMTS. Management Module Guide. Document 5140 Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

OneClick Console. Getting Started Guide. Document 5130

OneClick Console. Getting Started Guide. Document 5130 Notice Copyright Notice Copyright 2004 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Cisco Aironet Family

Cisco Aironet Family Cisco Aironet Family Titlepage Supports Management Module SM-CIS1016 Device Management Copyright Notice Document 5089. Copyright 2003-present by Aprisma Management Technologies, Inc. All rights reserved

More information

Non-Persistent Connections Manager

Non-Persistent Connections Manager Notice Copyright Notice Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

RingView for FDDI User s Guide

RingView for FDDI User s Guide Titlepage RingView for FDDI User s Guide Document 9031532-05 Device Management Copyright Notice Document 9031532-05. Copyright November 2001 by Aprisma Management Technologies, Inc. All rights reserved

More information

AR System Gateway. User Guide. Document Revision 03

AR System Gateway. User Guide. Document Revision 03 Notice Copyright Notice Copyright 2001 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

SPECTRUM PATROL Integration

SPECTRUM PATROL Integration SPECTRUM PATROL Integration Administrator Guide Document 5170 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or

More information

Lucent Definity Supports Management Module SM-LUC1001

Lucent Definity Supports Management Module SM-LUC1001 Lucent Definity Titlepage Supports Management Module SM-LUC1001 Device Management Copyright Notice Document 3608. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Security and User Maintenance

Security and User Maintenance Titlepage Security and User Maintenance Document 2602 SPECTRUM Management Copyright Notice Document 2602. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Ceterus Universal Transport System

Ceterus Universal Transport System Ceterus Universal Transport System Notice Copyright Notice Copyright 2004 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United

More information

SPECTRUM Icons. Reference Guide. Document 2518

SPECTRUM Icons. Reference Guide. Document 2518 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

SPECTRUM Data Export (SDE) User s Guide

SPECTRUM Data Export (SDE) User s Guide Titlepage SPECTRUM Data Export (SDE) User s Guide Document 0971 SPECTRUM Management Copyright Notice Document 0971. Copyright 2001 - present Aprisma Management Technologies, Inc., 273 Corporate Drive,

More information

Multicast Manager. User Guide. Document 5132

Multicast Manager. User Guide. Document 5132 Notice Copyright Notice Copyright 2003-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

VPN Manager. User Guide. Document 5150

VPN Manager. User Guide. Document 5150 Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

AR System Gateway. User Guide. Document 0708

AR System Gateway. User Guide. Document 0708 AR System Gateway User Guide Document 0708 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the

More information

Cisco Device Management

Cisco Device Management Cisco Device Management User Guide Document 0809 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by

More information

Getting Started with SPECTRUM s Cable Broadband Solution

Getting Started with SPECTRUM s Cable Broadband Solution Titlepage Getting Started with SPECTRUM s Cable Broadband Solution Document 9035098 Device Management Copyright Notice Document 9035098. Copyright April 2002 by Aprisma Management Technologies, Inc. All

More information

Cisco Device Management

Cisco Device Management Notice Copyright Notice Copyright 2004-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

VPN Manager. User Guide. Document 5150

VPN Manager. User Guide. Document 5150 Notice Copyright Notice Copyright 2003-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

SPECTRUM Web Operator

SPECTRUM Web Operator Notice Copyright Notice Copyright 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

SEHI Supports Management Module SM-CSI1020

SEHI Supports Management Module SM-CSI1020 SEHI Titlepage Supports Management Module SM-CSI1020 Device Management Copyright Notice Document 9031012-03. Copyright September 2001 by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Network Configuration Utilities

Network Configuration Utilities Titlepage Network Configuration Utilities Document 9033401-05 SPECTRUM Management Copyright Notice Document 9033401-05. Copyright May 2002 Aprisma Management Technologies, Inc., 273 Corporate Drive, Portsmouth,

More information

AutoDiscovery. User Guide. Document 0727

AutoDiscovery. User Guide. Document 0727 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

Security and User Maintenance

Security and User Maintenance Titlepage Security and User Maintenance Document 2602 SPECTRUM Management Copyright Notice Document 2602. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Broadband Service Containers

Broadband Service Containers SPECTRUM Enterprise Manager Device Management Titlepae Broadband Service Containers Supports Management Module SM-BSC1000 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make

More information

Report Generator s User Guide

Report Generator s User Guide Titlepage Report Generator s User Guide Document 9030881-08 SPECTRUM Management Copyright Notice Document 9030881-08. Copyright May 2002 Aprisma Management Technologies, Inc., 121 Technology Drive, Durham,

More information

Report Generator User Guide

Report Generator User Guide Titlepage Report Generator User Guide Document 0881 SPECTRUM Management Copyright Notice Document 0881. Copyright 2002-present Aprisma Management Technologies, Inc., 273 Corporate Drive, Portsmouth, NH

More information

AutoDiscovery User s Guide

AutoDiscovery User s Guide Titlepage AutoDiscovery User s Guide Document 0727 Network Management Copyright Notice Document 0727. Copyright 2000-present Aprisma Management Technologies, Inc., 273 Corporate Drive, Portsmouth, NH 03801

More information

Performance View User s Guide

Performance View User s Guide Titlepage Performance View User s Guide Document 3509 SPECTRUM Management Copyright Notice Document 3509. Copyright 2002 - present Aprisma Management Technologies, Inc., 273 Corporate Drive, Portsmouth,

More information

TL1 Gateway User Guide

TL1 Gateway User Guide Titlepage TL1 Gateway User Guide Document 9035087-01 Applications & Gateways Copyright Notice Document 9035087-01. Copyright January 2002 Aprisma Management Technologies, Inc., 121 Technology Drive, Durham,

More information

Network Configuration Utilities

Network Configuration Utilities Titlepage Network Configuration Utilities Document 9033401-04 SPECTRUM Management Copyright Notice Document 9033401-04. Copyright September 2001 Aprisma Management Technologies, Inc., 121 Technology Drive,

More information

IHAPI Reference Guide

IHAPI Reference Guide Titlepage IHAPI Reference Guide Document 0489 Customization Copyright Notice Document 0489. Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication,

More information

Cisco Content Service Switches Supports Management Module SM-CIS1009

Cisco Content Service Switches Supports Management Module SM-CIS1009 Cisco Content Service Switches Titlepae Supports Management Module SM-CIS1009 Device Management Copyright Notice Document 9033606-01. Copyright September 2001 Aprisma Management Technologies, Inc., 121

More information

SPECTRUM SNMPv3. User Guide. Document 5124

SPECTRUM SNMPv3. User Guide. Document 5124 Notice Copyright Notice Copyright 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Cheetah Gateway Integration. Net Mentor

Cheetah Gateway Integration. Net Mentor SPECTRUM Enterprise Manager Device Management Titlepae Cheetah Gateway Integration Net Mentor Supports Management Module SM-CHT1000 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the

More information

ForeRunner ATM Switch Modules

ForeRunner ATM Switch Modules ForeRunner ATM Switch Modules Titlepage Supports Management Module SM-FOR1000 Device Management Copyright Notice Document 9031342-06. Copyright June 2002 by Aprisma Management Technologies, Inc. All rights

More information

Modeling Your IT Infrastructure

Modeling Your IT Infrastructure Modeling Your IT Infrastructure Administrator Guide Document 5167 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication,

More information

Modeling Gateway. Toolkit Guide. Document 5069

Modeling Gateway. Toolkit Guide. Document 5069 Notice Copyright Notice Copyright 2002-Present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

OneClick Console. User Guide. Document 5130

OneClick Console. User Guide. Document 5130 OneClick Console User Guide Document 5130 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United

More information

ForeRunner ATM Switch Modules

ForeRunner ATM Switch Modules ForeRunner ATM Switch Modules Titlepage Supports Management Module SM-FOR1000 Device Management Copyright Notice Document 1342. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights

More information

Multi-Protocol Label Switching (MPLS) Manager

Multi-Protocol Label Switching (MPLS) Manager Multi-Protocol Label Switching (MPLS) Manager User Guide Document 5120 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication,

More information

RMON/RMON2 Supports Management Module SM-CSI1014

RMON/RMON2 Supports Management Module SM-CSI1014 Titlepage RMON/RMON2 Supports Management Module SM-CSI1014 Device Management Copyright Notice Document 1280. Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use,

More information

SPECTRUM Configuration Manager

SPECTRUM Configuration Manager SPECTRUM Configuration Manager Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States

More information

Cisco VPDN Application

Cisco VPDN Application SPECTRUM Enterprise Manager Device Management Titlepae Cisco VPDN Application Supports Management Module SM-CISAPP Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

Enterasys Vertical Horizon Suite

Enterasys Vertical Horizon Suite Enterasys Vertical Horizon Suite Titlepae Supports Management Module SM-ENT14 Device Management Copyright Notice Document 582. Copyright 22-present by Aprisma Management Technologies, Inc. All rights reserved

More information

iagent User Guide Document 5159

iagent User Guide Document 5159 Notice Copyright Notice Copyright 2004-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

Enterprise Configuration Manager

Enterprise Configuration Manager Titlepage Enterprise Configuration Manager Document 9030944-04 SPECTRUM Management Copyright Notice Document 9030944-04. Copyright November 2001 by Aprisma Management Technologies, Inc. All rights reserved

More information

SPECTRUM Configuration Manager

SPECTRUM Configuration Manager SPECTRUM Configuration Manager Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States

More information

Event Log UserÕs Guide

Event Log UserÕs Guide Titlepage Event Log UserÕs Guide SPECTRUM Enterprise Manager Device Management Notice Aprisma Management Technologies, Inc. (Aprisma) reserves the right to make changes in speciþcations and other information

More information

Nokia Firewall Supports Management Module SM-NOK1000

Nokia Firewall Supports Management Module SM-NOK1000 Nokia Firewall Titlepae Supports Management Module SM-NOK1000 Device Management Copyright Notice Document 5001. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

SmartSwitch 7000 Supports Management Module SM-CSI1062

SmartSwitch 7000 Supports Management Module SM-CSI1062 SmartSwitch 7000 Titlepage Supports Management Module SM-CSI1062 Device Management Copyright Notice Document 2029. Copyright 2001-present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Frame Relay Manager User s Guide

Frame Relay Manager User s Guide Titlepage Frame Relay Manager User s Guide Document 2102 Device Management Copyright Notice Document 2102. Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Cisco Service Level Agreement Manager

Cisco Service Level Agreement Manager SPECTRUM Enterprise Manager Device Management Titlepae Cisco Service Level Agreement Manager Supports Management Module SM-CIS1013 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right

More information

Cisco Secure PIX Firewall Supports Management Module SM-CIS1011

Cisco Secure PIX Firewall Supports Management Module SM-CIS1011 Cisco Secure PIX Firewall Titlepae Supports Management Module SM-CIS1011 Device Management Copyright Notice Document 9035022-02. Copyright October 2001 Aprisma Management Technologies, Inc., 121 Technology

More information

Wellfleet Series 5 Router Supports Management Module SM-WEL1002

Wellfleet Series 5 Router Supports Management Module SM-WEL1002 Wellfleet Series 5 Router Titlepage Supports Management Module SM-WEL1002 Device Management Copyright Notice Document 9030497-02. Copyright September 2001 Aprisma Management Technologies, Inc., 121 Technology

More information

Titlepage. JMibTools. Document 1426 Network Management

Titlepage. JMibTools. Document 1426 Network Management Titlepage JMibTools Document 1426 Network Management Copyright Notice Document 1426. Copyright August 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure

More information

SPECTRUM Security Manager (SSM) 1.2 Normalizer and Agent Configuration Guide

SPECTRUM Security Manager (SSM) 1.2 Normalizer and Agent Configuration Guide Normalizer and Agent Configuration Guide Notice Copyright Notice Copyright 2001 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States

More information

Level II Toolkit Overview

Level II Toolkit Overview Level II Toolkit Overview Summary of Changes Version Date Reason/Rational Nature of Changes Level II Toolkit Overview Notice Cabletron Systems reserves the right to make changes in specifications and other

More information

Copper Mountain 200/150/OnPrem2400/ DSL. Supports Management Module SM-CPM1000. Device Management

Copper Mountain 200/150/OnPrem2400/ DSL. Supports Management Module SM-CPM1000. Device Management Copper Mountain 200/150/OnPrem2400/ DSL Supports Management Module SM-CPM1000 Device Management Copyright Notice Document 5007. Copyright 2002-present Aprisma Management Technologies, Inc. All rights reserved

More information

Integrator Guide. Document 5068

Integrator Guide. Document 5068 Notice Copyright Notice Copyright 2002- present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

DOCSIS Devices Supports Management Module SM-DCS1000

DOCSIS Devices Supports Management Module SM-DCS1000 DOCSIS Devices Titlepage Supports Management Module SM-DCS1000 Device Management Copyright Notice Document 5090. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

SPECTRUM Enterprise Manager. Device Management. Titlepage. Lucent Definity. Supports Management Module SM-LUC1001

SPECTRUM Enterprise Manager. Device Management. Titlepage. Lucent Definity. Supports Management Module SM-LUC1001 SPECTRUM Enterprise Manager Device Management Titlepage Lucent Definity Supports Management Module SM-LUC1001 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

SPECTRUM Extension Integration (SEI) Developer Guide

SPECTRUM Extension Integration (SEI) Developer Guide Titlepage SPECTRUM Extension Integration (SEI) Developer Guide Document 0623 Customization Copyright Notice Document 0623. Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved

More information

Cayman II Router Device

Cayman II Router Device SPECTRUM Enterprise Manager Device Management Titlepae Cayman II Router Device Supports Management Module SM-CAY1001 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

Titlepage. SPECTRUM Menus. Document SPECTRUM Operation

Titlepage. SPECTRUM Menus. Document SPECTRUM Operation Titlepage SPECTRUM Menus Document 9032519-05 SPECTRUM Operation Copyright Notice Document 9032519-05. Copyright November 2001 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use,

More information

SPECTRUM Views. Titlepage. SPECTRUM Operation

SPECTRUM Views. Titlepage. SPECTRUM Operation SPECTRUM Views Titlepage SPECTRUM Operation Copyright Notice Document 2517. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure

More information

Cisco Content Service Switches Management Module

Cisco Content Service Switches Management Module SPECTRUM Enterprise Manager Device Management Titlepage Cisco Content Service Switches Management Module Supports Management Module SM-CIS19 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves

More information

Titlepage. Agent Simulator. SPECTRUM Enterprise Manager Device Management

Titlepage. Agent Simulator. SPECTRUM Enterprise Manager Device Management Titlepage Agent Simulator SPECTRUM Enterprise Manager Device Management Notice Aprisma Management Technologies, Inc. (Aprisma) reserves the right to make changes in specifications and other information

More information

Frame Relay Manager User s Guide

Frame Relay Manager User s Guide Titlepage Frame Relay Manager User s Guide Document 9032102-03 Device Management Copyright Notice Document 9032102-03. Copyright February 2001 Aprisma Management Technologies, Inc., 121 Technology Drive,

More information

Sun Management Center Agent

Sun Management Center Agent Sun Management Center Agent Titlepage Supports Management Module SM-SUN1000 Device Management Copyright Notice Document 5044. Copyright 2002-present Aprisma Management Technologies, Inc. All rights reserved

More information

AT&T StarLAN 10 SmartHub

AT&T StarLAN 10 SmartHub AT&T StarLAN 10 SmartHub Titlepae Supports Management Module SM-ATT1000 Device Management Copyright Notice Document 9032026-01. Copyright September 2001 by Aprisma Management Technologies, Inc. All rights

More information

Multi-Protocol Label Switching (MPLS) Manager

Multi-Protocol Label Switching (MPLS) Manager Multi-Protocol Label Switching (MPLS) Manager Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the

More information

Model Type Editor User s Guide

Model Type Editor User s Guide Titlepage Model Type Editor User s Guide Document 0659 Customization Copyright Notice Document 0659. Copyright 2002 - present Aprisma Management Technologies, Inc., 273 Corporate Drive, Portsmouth, NH

More information

Compaq Insight Manager

Compaq Insight Manager Compaq Insight Manager Titlepage Supports Management Module SM-CPQ1000 Device Management Copyright Notice Document 9035026-04. Copyright April 2002 Aprisma Management Technologies, Inc. All rights reserved

More information

Bridging Applications

Bridging Applications Bridging Applications Titlepae Applications & Gateways Copyright Notice Document 2562. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or

More information