AdventNet Web NMS 4 API Specification

Package com.adventnet.nms.fe.common

Provides the API for manipulating the Custom Views on the FE server.

See:
          Description

Interface Summary
BEFailOverListener The listener interface for receiving the BE fail over event.
BEFailOverObserver Deprecated. - Use BEFailOverListener instead of BEFailOverObserver.
NmsTreeAPI      This a RMI based API which provides methods to access and modify the user based client tree structure present in the database.
ServerCustomViewAPI RMI API over session beans.
SessionNarrowerInterface This interface defines methods that are common to all EJB/non-EJB session beans.
 

Class Summary
BEFailOverEvent An event which indicates to the modules in the FE server, about the switch over of the FE server to the standby BE server.
CustomSessionBean This class contains methods to deal with Custom Views.
CustomViewProperties The CustomViewProperties class is intended to hold all information about a custom view.
NmsTreeAPIImpl A Class which implements NmsTreeAPI and to get the handle to access the DBXmlutility methods
PanelTreeNode A class which holds data related to Tree node .
ServerCVAPIImpl Class for custom view creation logic and bind in rmi.
TableColumn This class stores a single column information such as columnname, displayname and width of the column while viewing in the UI.
UpdateHandlerImpl UpdateHandlerImpl handles updates from BE and decides on the action and informs the same to the CustomViewUser.
ViewCriteria Objects of this class are used to specify various parameters that are needed for getting data through CustomSessionRemote.getData() method.
ViewData A class which holds the data to be viewed.
 

Package com.adventnet.nms.fe.common Description

Provides the API for manipulating the Custom Views on the FE server. The APIs can be used both in the EJB and non-EJB modes of the FE server.

This API provides


In addition to Custom Views, this package also provides the classes and interfaces for the modules in FE servers to handle the switch over of the FE server to the standby BE server, when the primary BE fails.


AdventNet Web NMS 4 API Specification