AdventNet Web NMS 4 API Specification
A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

ABORT - Static variable in interface com.adventnet.nms.admin.StartUpAction
This constant refers to stop the nms server
abort(String, Throwable) - Method in class com.adventnet.management.log.LogUser
Deprecated.  
ABORTED - Static variable in interface com.adventnet.nms.provisioning.ProvisioningConstants
Indicates that the provisioning operation is aborted due to some error or intentionally by the client.
AbstractBaseNmsPanel - class com.adventnet.nms.startclient.AbstractBaseNmsPanel.
This abstract class implements NmsPanel Interface.
AbstractBaseNmsPanel() - Constructor for class com.adventnet.nms.startclient.AbstractBaseNmsPanel
The default constructor that is called on instantiation.
AbstractFailOverTransmitter - class com.adventnet.nms.util.AbstractFailOverTransmitter.
In normal BE Failover,it will take minimum three minute for standby server to take over after primary server failure.Any operation or request in the Network during the intervening period (i.e., the time period between the failure of primary and the subsequent complete take over by standby) will be lost.This abstract class is used to identify the primary failover quickly and avoid the loss of device notifications.
AbstractFailOverTransmitter() - Constructor for class com.adventnet.nms.util.AbstractFailOverTransmitter
 
AbstractNmsPanel - class com.adventnet.nms.startclient.AbstractNmsPanel.
This abstract class extends AbstractBaseNmsPanel class which in turn implements NmsPanel Interface.
AbstractNmsPanel() - Constructor for class com.adventnet.nms.startclient.AbstractNmsPanel
Default constructor.
AbstractTopoActionListener - class com.adventnet.nms.topodb.AbstractTopoActionListener.
This is an abstract class implementing the TopoActionListener interface.
AbstractTopoActionListener() - Constructor for class com.adventnet.nms.topodb.AbstractTopoActionListener
 
AbstractTopoListener - class com.adventnet.nms.topodb.AbstractTopoListener.
This is an abstract class implementing the ExtendedTopoListener interface.This class provides default implementation of the methods AbstractTopoListener.deleteObject(XMLNode) and AbstractTopoListener.addObjects(Vector).
AbstractTopoListener() - Constructor for class com.adventnet.nms.topodb.AbstractTopoListener
 
AbstractXmlUIElement - class com.adventnet.nms.provisioning.ui.uielements.AbstractXmlUIElement.
The abstract implementation of the interface XmlUIElement.
AbstractXmlUIElement() - Constructor for class com.adventnet.nms.provisioning.ui.uielements.AbstractXmlUIElement
 
ACCESS_VIOLATION - Static variable in interface com.adventnet.nms.tftp.Tftp1350
Constant to indicate that certain operation cannot be performed.
AccessDeniedException - exception com.adventnet.nms.util.AccessDeniedException.
 
AccessDeniedException() - Constructor for class com.adventnet.nms.util.AccessDeniedException
 
AccessDeniedException(String) - Constructor for class com.adventnet.nms.util.AccessDeniedException
 
ACCESSID - Static variable in interface com.adventnet.management.config.tl1.TL1AttributeConstants
Constant which indicates the accessID of TL1Attribute
ACK - Static variable in interface com.adventnet.nms.tftp.Tftp1350
Constant to indicate that an acknowledgement packet is being received.
action_type - Variable in class com.adventnet.nms.util.NmsMenuItem
 
action_value - Variable in class com.adventnet.nms.util.NmsMenuItem
 
actionList - Variable in class com.adventnet.nms.eventdb.FilterAction
List of filter actions
actionNames - Variable in class com.adventnet.nms.alertdb.AlertFilter
 
actionNames - Variable in class com.adventnet.nms.eventdb.EventFilter
 
actionPerformed(ActionEvent) - Method in class com.adventnet.nms.broadcast.BroadcastMessage
 
actionPerformed(ActionEvent) - Method in class com.adventnet.nms.util.DeviceQuery
 
actionPerformed(ActionEvent) - Method in class com.adventnet.nms.mapui.MapApplet
 
actionPerformed(ActionEvent) - Method in class com.adventnet.nms.mapui.EditableMap
 
actionPerformed(ActionEvent) - Method in class com.adventnet.nms.startclient.AbstractBaseNmsPanel
The default implementation of the ActionListener method.
actionPerformed(ActionEvent) - Method in class com.adventnet.nms.startclient.AbstractNmsPanel
Implements java.awt.event.ActionListener interface method.
actionPerformed(ActionEvent) - Method in class com.adventnet.nms.startclient.MainPanel
Handle toolbar's "goback" and "goforward" functions
actionPerformed(ActionEvent) - Method in class com.adventnet.nms.startclient.WebNMSClient
 
actions - Variable in class com.adventnet.nms.alertdb.AlertFilter
The variable will contain all the actions that have been configured for this filter.
actions - Variable in class com.adventnet.nms.server.FilterObject
The array of filter actions for this filter.
actions - Variable in class com.adventnet.nms.eventdb.EventFilter
The variable will contain all the actions that have been configured for this filter.
actions - Variable in class com.adventnet.management.policydb.PolicyObject
HashTable which stores all the valid Actions of this PolicyObject
ADD_GROUPLINKS - Static variable in class com.adventnet.nms.mapui.MapEvent
Standard value for the event of type Add GroupLinks.
ADD_GROUPS - Static variable in class com.adventnet.nms.mapui.MapEvent
Standard value for the event of type Add Groups.
ADD_LEAF_TO_MENU - Static variable in interface com.adventnet.nms.startclient.NmsPanel
This constant refers to the NmsPanelEvent Event Id to be associated for the event to add a tree node in the client tree.
ADD_LINKS - Static variable in class com.adventnet.nms.mapui.MapEvent
Standard value for the event of type Add Links.
ADD_NEW_OBJECT - Static variable in interface com.adventnet.nms.poll.PollConstants
Constant used when a new PolledData is added.
ADD_NEW_THRESHOLD_OBJECT - Static variable in interface com.adventnet.nms.poll.PollConstants
Constant used when a ThresholdObject is added
ADD_OPERATION - Static variable in interface com.adventnet.security.authorization.AuthObserver
Implies that the operations have been added in the database for the users.
ADD_POLLING_OBJECT - Static variable in interface com.adventnet.nms.poll.PollConstants
Constant used when a PollingObject is added.
ADD_ROW - Variable in class com.adventnet.nms.fe.common.UpdateHandlerImpl
ADD_ROW To specify that the action to be performed is an add event.
ADD_SYMBOLS - Static variable in class com.adventnet.nms.mapui.MapEvent
Standard value for the event of type Add Symbols.
ADD_USER - Static variable in interface com.adventnet.security.authorization.AuthObserver
Implies that a new user has been added to the database.
add(Properties) - Method in class com.adventnet.nms.store.DBHashtable
Adds bulk of Key-Value pairs into a module specific table, through a Batch Update feature, only if database supports this feature.
add(String, String) - Method in class com.adventnet.nms.store.DBVectortable
Deprecated. use com.adventnet.nms.store.DBVectortable#addPut(String,Vector) instead.
add(String, String) - Method in class com.adventnet.nms.store.DBHashtable
Adds the passed key and value into DBHashtable.
addAction(PolicyAction) - Method in class com.adventnet.management.policydb.PolicyObject
Adds the PolicyAction to the PolicyObject.
addAction(String, PolicyAction) - Method in interface com.adventnet.management.policydb.NmsPolicyAPI
Deprecated. We strongly recommend you to use NmsPolicyAPI.addPolicyActionAndCondition(String policyname , PolicyAction pa , PolicyCondition pc)
addActionListener(ActionListener) - Method in class com.adventnet.nms.util.ToolBar
This method actually adds listener to the JButtons and not to the toolbar.
addActionListener(ActionListener) - Method in class com.adventnet.nms.mapui.EditableMap
Add a listener for ActionEvents.
addActiveUser(String) - Method in class com.adventnet.nms.commonfe.GenericFEAPIImpl
 
addActiveUserProps(Object, Properties) - Method in class com.adventnet.nms.commonfe.GenericFEAPIImpl
 
addAlertListener(AlertListener) - Method in interface com.adventnet.nms.alertdb.AlertAPI
This method adds the given AlertListener into WebNMS so that it will get notification while about various alert related operations perfomed in NMS.
addAnnotation(AlertAnnotation) - Method in interface com.adventnet.nms.alertdb.AlertAPI
To add AlertAnnotation object to the Alert object which is specified by the entity field of the given object.
addAttribute(Attribute) - Method in class com.adventnet.management.config.TaskGenerator
Method which adds an attribute to the Configuration Task.
addAttribute(Attribute) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Method to add an attribute with Attribute as a parameter.
addAttribute(String, byte, String) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds to the snmp attribute list for generation of SNMP configuration information.
addAttribute(String, String, byte, String) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds to the snmp attribute list for generation of SNMP configuration information.
addAttribute(String, String, String) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds to the snmp attribute list for generation of SNMP configuration information.
addAttribute(String, String, String, String) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds to the snmp attribute list for generation of SNMP configuration information.
addAttributes(String[], byte[], String[]) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds to the snmp attribute list for generation of SNMP configuration information.
addAttributes(String[], String[], byte[], String[]) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds to the snmp attribute list for generation of SNMP configuration information.
addAttributes(String[], String[], String[]) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds to the snmp attribute list for generation of SNMP configuration information.
addAttributes(String[], String[], String[], String[]) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds to the snmp attribute list for generation of SNMP configuration information.
addBulkPolledData(Vector) - Method in class com.adventnet.nms.poll.PollMgr
 
addButton - Variable in class com.adventnet.nms.startclient.MainPanel
 
addButtonToAllPanels(JButton) - Method in class com.adventnet.nms.startclient.MainPanel
 
addCellEditorListener(CellEditorListener) - Method in class com.adventnet.nms.util.CustomTreeCellEditor
 
addChildNode(XMLNode) - Method in class com.adventnet.nms.util.XMLNode
Adds a node as a child node to this node.
addChildrenKeys(String[]) - Method in class com.adventnet.nms.topodb.ManagedObject
Adds the children keys to the already existing list of childrenKeys.
addClientDetails(String, String, byte[]) - Static method in class com.adventnet.nms.startnms.UpdateMaintainer
 
addComponent(JComponent, int) - Method in class com.adventnet.nms.util.ToolBar
 
addComponents(JComponent, GridBagConstraints, int, int, int) - Method in class com.adventnet.nms.provisioning.ui.uielements.AbstractXmlUIElement
 
addComponents(JComponent, GridBagConstraints, int, int, int) - Method in interface com.adventnet.nms.provisioning.ui.uielements.XmlUIElement
Adds the component that is present in this element to the passed parent component and returns the number of rows added by this method.
addComponentToStatusBar(JComponent, int, int) - Static method in class com.adventnet.nms.util.NmsClientUtil
This method can be used to add user defined components in the Status Bar of the Web NMS client.
addComponentToStatusBar(JComponent, int, int) - Method in class com.adventnet.nms.startclient.MainPanel
 
addCondition(PolicyCondition) - Method in class com.adventnet.management.policydb.PolicyObject
Deprecated. Instead use addPolicyActionAndCondition(PolicyAction , PolicyCondtion)
addCondition(String, PolicyCondition) - Method in interface com.adventnet.management.policydb.NmsPolicyAPI
Deprecated. We strongly recommend you to use NmsPolicyAPI.addPolicyActionAndCondition(String policyname , PolicyAction pa , PolicyCondition pc)
addContainer(MapContainerComponent) - Method in class com.adventnet.nms.mapui.MapModel
Adds a container into the model temporarily.
addContainer(MapContainerComponent) - Method in class com.adventnet.nms.mapui.DefaultMapModel
 
addContainer(MapContainerComponent, boolean) - Method in class com.adventnet.nms.mapui.MapModel
Adds a container into the model.
addContainer(MapContainerComponent, boolean) - Method in class com.adventnet.nms.mapui.DefaultMapModel
 
addContainer(String, Properties) - Method in interface com.adventnet.nms.mapdb.MapAPI
Adds a Container to the specified map.
addContainer(String, String, Properties) - Method in interface com.adventnet.nms.fe.map.ejb.MapSessionRemote
To add a Container to a map.
addContainer(String, String, Properties) - Method in class com.adventnet.nms.fe.map.MapSessionBean
To add a Container to a map.
addContainer(String, String, Properties) - Method in interface com.adventnet.nms.fe.map.ThinMapAPI
To add a Container to a map.
addCorbaConfigResultListener(String, CorbaConfigResultListener) - Static method in class com.adventnet.management.config.corba.CorbaConfigProvider
Method for the application to register themselves for the ConfigResult.
addCreateSchema(String, String) - Method in class com.adventnet.nms.poll.PollMgr
Adds a new table name and the respective schema to Poll Engine to create this table.
addCreateSchema(String, String) - Method in interface com.adventnet.nms.poll.PollAPI
Adds a new table name and the respective schema to Poll Engine to create this table.
addCreateSchema(String, String) - Method in class com.adventnet.nms.fe.perf.PollAPIProxyImpl
This method adds a new table and a respective schema to create that table.When this table name is given for the PolledData the table will be created and the Collected Data will be stored in this table.
addCustomMap(String, Properties, Properties) - Method in interface com.adventnet.nms.mapdb.MapAPI
Adds a custom map into the map server.
addCustomMap(String, Properties, Properties, int) - Method in interface com.adventnet.nms.mapdb.MapAPI
Use this method to insert the new custom map being added at the specified index.
addCustomMap(String, String, Properties, Properties) - Method in interface com.adventnet.nms.fe.map.ejb.MapSessionRemote
To add a Custom map into the system.
addCustomMap(String, String, Properties, Properties) - Method in class com.adventnet.nms.fe.map.MapSessionBean
To add a Custom map into the system.
addCustomMap(String, String, Properties, Properties) - Method in interface com.adventnet.nms.fe.map.ThinMapAPI
To add a Custom map into the system.
addCustomMap(String, String, Properties, Properties, int) - Method in interface com.adventnet.nms.fe.map.ejb.MapSessionRemote
Use this method to insert the new custom map being added at the specified index.
addCustomMap(String, String, Properties, Properties, int) - Method in class com.adventnet.nms.fe.map.MapSessionBean
Use this method to insert the new custom map being added at the specified index.
addCustomMap(String, String, Properties, Properties, int) - Method in interface com.adventnet.nms.fe.map.ThinMapAPI
Use this method to insert the new custom map being added at the specified index.
addCustomView(String, String, Properties, Properties, boolean) - Static method in class com.adventnet.nms.util.NmsUiAPI
Adds a Custom View whose Module is passed as the argument to moduleId, under the node whose id is parentNodeId.
addCustomView(String, String, String, Hashtable, boolean) - Static method in class com.adventnet.nms.util.NmsUiAPI
Deprecated. The method is deprecated because it does not directly take the tree node properties as an argument. The new method is
public static String addCustomView(String moduleId,String parentNodeId,Properties criteria,Properties treeNodeProps,boolean sync)
ADDED_CUSTOM_VIEW - Static variable in interface com.adventnet.security.authorization.AuthObserver
Implies that a new custom view has been added.
addedLink(MapLinkComponent) - Method in class com.adventnet.nms.mapui.MapModel
Reserved for internal use.
addedLink(MapLinkComponent) - Method in class com.adventnet.nms.mapui.DefaultMapModel
Display added a link.
addedSymbol(MapSymbolComponent) - Method in class com.adventnet.nms.mapui.MapModel
Reserved for internal use.
addedSymbol(MapSymbolComponent) - Method in class com.adventnet.nms.mapui.DefaultMapModel
Display added a Symbol.
addElement(long, String) - Method in class com.adventnet.nms.store.DBSchedulerVector
Deprecated. Adds the element to this vector.
addElement(String) - Method in class com.adventnet.nms.store.DBIndexedVector
Deprecated. Adds the specified element to the end of this vector, increasing its size by one.
addElement(String) - Method in class com.adventnet.nms.store.DBVector
Adds the element into the DBVector.
addEvent(Event) - Method in class com.adventnet.nms.alertdb.FaultMgr
This adds the event to the input queue of the Fault Manager.
addEvent(Event) - Method in class com.adventnet.nms.eventdb.EventMgr
This adds the event to the input queue
addEvent(Event) - Method in interface com.adventnet.nms.eventdb.EventAPI
To add an event into the system.
addEvent(InputEvent) - Method in interface com.adventnet.nms.eventdb.EventAPI
To add an event into the system.
addEvents(Vector) - Method in class com.adventnet.nms.eventdb.EventMgr
This adds the event to the input queue
addGNE(GNEConfig) - Method in interface com.adventnet.nms.tl1.config.TL1ConfigAPI
Deprecated.  
addGroup(MapGroupComponent) - Method in class com.adventnet.nms.mapui.MapModel
Adds a group into the model temporarily.
addGroup(MapGroupComponent) - Method in class com.adventnet.nms.mapui.DefaultMapModel
Adds the specified MapGroupComponent to the model.
addGroup(MapGroupComponent, boolean) - Method in class com.adventnet.nms.mapui.MapModel
Adds a group into the model.
addGroup(MapGroupComponent, boolean) - Method in class com.adventnet.nms.mapui.DefaultMapModel
Adds the specified MapGroupComponent to the model.
addGroup(String, Properties) - Method in interface com.adventnet.nms.mapdb.MapAPI
Adds a group to a map specified.
addGroup(String, String, Properties) - Method in interface com.adventnet.nms.fe.map.ejb.MapSessionRemote
To add a group to a map.
addGroup(String, String, Properties) - Method in class com.adventnet.nms.fe.map.MapSessionBean
To add a group to a map.
addGroup(String, String, Properties) - Method in interface com.adventnet.nms.fe.map.ThinMapAPI
To add a group to a map.
addGroup(TL1Config) - Method in interface com.adventnet.nms.tl1.config.TL1ConfigAPI
This method is used to add a new Group.
addGroupAttribute(Attribute[], Properties) - Method in class com.adventnet.management.config.TaskGenerator
Method which adds a group of config attributes and its user properties to the task.
addGroupAttribute(Attribute[], Properties) - Method in class com.adventnet.management.config.snmp.SnmpTaskGenerator
Adds snmpattributes as a group in the ConfigTask
addGroupMembers(String[]) - Method in class com.adventnet.nms.topodb.ManagedObject
Adds the group members to the already existing list of groupMembers.
addGroupNames(String[]) - Method in class com.adventnet.nms.topodb.ManagedObject
Adds the group names to the already existing list of groupNames.
addIcon(Image, String, String) - Method in class com.adventnet.nms.util.ToolBar
Method to add a single Icon to the toolbar
addIcons(Image[], String[], String[]) - Method in class com.adventnet.nms.util.ToolBar
Method to add Icons to the Toolbar
addInventory(NetworkInventory) - Method in interface com.adventnet.nms.provisioning.inventorydb.InventoryAPI
Adds the NetworkInventory into the database.
addInventory(NetworkInventory) - Method in class com.adventnet.nms.provisioning.inventorydb.InventoryAPIImpl
 
addInventoryInput(String, Properties) - Method in class com.adventnet.management.config.DataSourceGenerator
Adds an InventoryInput for the DataSource.
addInventoryInput(String, String, String) - Method in class com.adventnet.management.config.DataSourceGenerator
Adds an InventoryInput for the DataSource.
addInventoryInput(String, String, String, String) - Method in class com.adventnet.management.config.DataSourceGenerator
Adds an InventoryInput for the DataSource.
addInventoryInput(String, String, String, String, String) - Method in class com.adventnet.management.config.DataSourceGenerator
Adds an InventoryInput for the DataSource.
addItemToHeader(Vector) - Method in class com.adventnet.nms.util.DeviceQuery
 
addLayoutObject(MapSymbolComponent, MapContainerComponent, int) - Method in interface com.adventnet.nms.mapui.AutoLayout
This method gets called when any map object gets added to the map model or to any of the containers in the map model.
addLink(MapLinkComponent) - Method in class com.adventnet.nms.mapui.MapContainerComponent
Adds the given Maplink into the container .
addLink(MapLinkComponent) - Method in class com.adventnet.nms.mapui.MapModel
Adds a link into the model temporarily.
addLink(MapLinkComponent) - Method in class com.adventnet.nms.mapui.DefaultMapModel
Adds the link to the model.
addLink(MapLinkComponent) - Method in class com.adventnet.nms.mapui.MapGroupComponent
Add the given Maplink into the MapGroupComponent .
addLink(MapLinkComponent, boolean) - Method in class com.adventnet.nms.mapui.MapModel
Adds a link into the model.
addLink(MapLinkComponent, boolean) - Method in class com.adventnet.nms.mapui.DefaultMapModel
Adds the link to the model.
addLink(String, Properties) - Method in interface com.adventnet.nms.mapdb.MapAPI
Adds a link to the map specified.
addLink(String, String, Properties) - Method in interface com.adventnet.nms.fe.map.ejb.MapSessionRemote
To add a link to a map.
addLink(String, String, Properties) - Method in class com.adventnet.nms.fe.map.MapSessionBean
To add a link to a map.
addLink(String, String, Properties) - Method in interface com.adventnet.nms.fe.map.ThinMapAPI
To add a link to a map.
addLinks(Vector) - Method in class com.adventnet.nms.mapui.MapGroupComponent
Adds the given Maplinks into the MapGroupComponent .
addMap(DefaultMapModel) - Method in class com.adventnet.nms.mapui.MapClientAPI
Adding non-persistent temporary maps on the client side is made possible through this method.
addMap(String, Properties) - Method in interface com.adventnet.nms.mapdb.MapAPI
Adds a default map into the map server.
addMap(String, Properties, int) - Method in interface com.adventnet.nms.mapdb.MapAPI
Use this method to insert the new map being added at the specified index.
addMap(String, String, Properties) - Method in interface com.adventnet.nms.fe.map.ejb.MapSessionRemote
To add a default map into the system.
addMap(String, String, Properties) - Method in class com.adventnet.nms.fe.map.MapSessionBean
To add a default map into the system.
addMap(String, String, Properties) - Method in interface com.adventnet.nms.fe.map.ThinMapAPI
To add a default map into the system.
addMap(String, String, Properties, int) - Method in interface com.adventnet.nms.fe.map.ejb.MapSessionRemote
Use this method to insert the new map being added at the specified index.
addMap(String, String, Properties, int) - Method in class com.adventnet.nms.fe.map.MapSessionBean
Use this method to insert the new map being added at the specified index.
addMap(String, String, Properties, int) - Method in interface com.adventnet.nms.fe.map.ThinMapAPI
Use this method to insert the new map being added at the specified index.
addMapListener(MapListener) - Method in class com.adventnet.nms.mapui.MapModel
Adds a listener for MapEvents.
addMapListener(MapListener) - Method in class com.adventnet.nms.mapui.DefaultMapModel
Add a listener for MapEvents.
addMenuAndGifs(String) - Static method in class com.adventnet.nms.util.NmsClientUtil
 
AddMenuBean - class com.adventnet.nms.jsp.AddMenuBean.
 
AddMenuBean() - Constructor for class com.adventnet.nms.jsp.AddMenuBean
 
addmessage - Static variable in class com.adventnet.nms.fe.common.UpdateHandlerImpl
addmessage the standard update message to be sent to the client.
addMIBModule(String) - Static method in class com.adventnet.nms.util.NmsClientUtil
To add a MIB module to MibOperations.
addMIBModule(String) - Method in class com.adventnet.nms.util.NmsCommonUtilServerImpl
 
addMIBModule(String) - Static method in class com.adventnet.nms.util.NmsUtil
This method can be used to add a MIB module.
addMIBModule(String) - Method in interface com.adventnet.nms.util.NmsCommonUtil
To add a MIB module to MibOperations.
addModelListener(MapModelListener) - Method in class com.adventnet.nms.mapui.MapClientInitializer
 
addNEInput(String, ConfigTask) - Method in class com.adventnet.management.config.DataSourceGenerator
Adds an NEInput to the DataSource.
addNEInput(String, String) - Method in class com.adventnet.management.config.DataSourceGenerator
Adds an NEInput to the DataSource.
addNetwork(String, String) - Method in interface com.adventnet.nms.topodb.TopoAPI
Adds a network object of given IP address and netmask to the topology database and starts off its discovery.
addNetwork(String, String, String) - Method in interface com.adventnet.nms.fe.topo.ejb.TopoSessionRemote
Adds a network of given IP address and netmask to the topology database and starts off its discovery.
addNetwork(String, String, String) - Method in class com.adventnet.nms.fe.topo.TopoSessionBean
Adds a network of given IP address and netmask to the topology database and starts off its discovery.
addNetwork(String, String, String) - Method in interface com.adventnet.nms.fe.topo.ThinTopoAPI
Adds a network of given IP address and netmask to the topology database and starts off its discovery.
addNewMap(String, String, int, Properties, Properties) - Method in class com.adventnet.nms.mapui.MapModelAPI
This method can be used to add a new map programmatically.
addNewMap(String, String, int, Properties, Properties) - Method in class com.adventnet.nms.mapui.MapClientInitializer
 
addNewMap(String, String, int, Properties, Properties, boolean) - Method in class com.adventnet.nms.mapui.MapModelAPI
This method can be used to add a new map.
addNewMap(String, String, int, Properties, Properties, boolean) - Method in class com.adventnet.nms.mapui.MapClientInitializer
 
addNmsPanelEventListener(NmsPanelEventListener) - Method in class com.adventnet.nms.mapui.MapApplet
 
addNmsPanelEventListener(NmsPanelEventListener) - Method in interface com.adventnet.nms.startclient.NmsPanel
This method should add NmsPanelEvent listener to this panel instance.
addNmsPanelEventListener(NmsPanelEventListener) - Method in class com.adventnet.nms.startclient.AbstractBaseNmsPanel
The method adds NmsPanelEvent Listeners to this panel instance.
addNode(ManagedObject) - Method in interface com.adventnet.nms.topodb.TopoAPI
Adds a Node object to the database.
addNode(ManagedObject, boolean, boolean) - Method in interface com.adventnet.nms.topodb.TopoAPI
Adds a Node object to the database.
addNode(ManagedObject, boolean, boolean, boolean) - Method in interface com.adventnet.nms.topodb.TopoAPI
Adds a Node object to the database.
addNode(PanelTreeNode) - Method in interface com.adventnet.nms.fe.common.NmsTreeAPI
This method adds a node as the last child of the specified parent in the user defined tree.
addNode(PanelTreeNode) - Method in class com.adventnet.nms.fe.common.NmsTreeAPIImpl
 
addNode(String, String, String, String, String, Properties, Properties) - Method in class com.adventnet.nms.db.util.DBXmlUtility
Adds the node to table specified when registering ( registerObjectForTable() ) and then adds to PanelTree and PanelProps tables.
addNodesToTopoDB(String[], String) - Method in interface com.adventnet.nms.topodb.TopoAPI
Discovers and adds nodes of the given list of IP addresses to the database.
addNodesToTopoDB(String, String[], String) - Method in interface com.adventnet.nms.fe.topo.ejb.TopoSessionRemote
Discovers and adds nodes of the given list of IP addresses to the database.
addNodesToTopoDB(String, String[], String) - Method in class com.adventnet.nms.fe.topo.TopoSessionBean
Discovers and adds nodes of the given list of IP addresses to the database.
addNodesToTopoDB(String, String[], String) - Method in interface com.adventnet.nms.fe.topo.ThinTopoAPI
Discovers and adds nodes of the given list of IP addresses to the database.
addNodesToTopoDB(String, String, String) - Method in interface com.adventnet.nms.topodb.TopoAPI
Discovers and adds nodes of the given IP address range to the database.
addNodesToTopoDB(String, String, String, String) - Method in interface com.adventnet.nms.fe.topo.ejb.TopoSessionRemote
Discovers and adds nodes of the given IP address range to the database.
addNodesToTopoDB(String, String, String, String) - Method in class com.adventnet.nms.fe.topo.TopoSessionBean
Discovers and adds nodes of the given IP address range to the database.
addNodesToTopoDB(String, String, String, String) - Method in interface com.adventnet.nms.fe.topo.ThinTopoAPI
Discovers and adds nodes of the given IP address range to the database.
addNodesToTree(Properties[], String) - Static method in class com.adventnet.nms.util.NmsUiAPI
Adds nodes to the tree under the parent parentId.
addNodesToTree(Properties[], String, String, boolean) - Static method in class com.adventnet.nms.util.NmsUiAPI
Adds nodes to the tree under the node parentNodeId and selects the node tobeselected.
addNodesToTree(Properties[], String, String, String) - Static method in class com.adventnet.nms.util.NmsUiAPI
Deprecated. Since the Properties object should contain "panelkey" as a key, the extra argument panelKey is not required. The new method is
public static boolean addNodesToTree (Properties[] prop,String parentNodeId, String tobeselected,boolean sync )
addNodeToTopoDB(String, String) - Method in interface com.adventnet.nms.topodb.TopoAPI
Discovers and adds a node of the given ip address and netmask to the database.
addNodeToTopoDB(String, String, String) - Method in interface com.adventnet.nms.fe.topo.ejb.TopoSessionRemote
Discovers and adds a node of the given ip address and netmask to the database.
addNodeToTopoDB(String, String, String) - Method in class com.adventnet.nms.fe.topo.TopoSessionBean
Discovers and adds a node of the given ip address and netmask to the database.
addNodeToTopoDB(String, String, String) - Method in interface com.adventnet.nms.fe.topo.ThinTopoAPI
Discovers and adds a node of the given ip address and netmask to the database.
addNodeToTopoDB(String, String, String, int) - Method in interface com.adventnet.nms.topodb.TopoAPI
Discovers and adds a node of the given IP address, netmask, SNMP community and SNMP port to the database.
addNodeToTopoDB(String, String, String, String, int) - Method in interface com.adventnet.nms.fe.topo.ejb.TopoSessionRemote
Discovers and adds a node of the given IP address, netmask, SNMP community and SNMP port to the database.
addNodeToTopoDB(String, String, String, String, int) - Method in class com.adventnet.nms.fe.topo.TopoSessionBean
Discovers and adds a node of the given IP address, netmask, SNMP community and SNMP port to the database.
addNodeToTopoDB(String, String, String, String, int) - Method in interface com.adventnet.nms.fe.topo.ThinTopoAPI
Discovers and adds a node of the given IP address, netmask, SNMP community and SNMP port to the database.
addObject(ManagedObject) - Method in interface com.adventnet.nms.topodb.TopoAPI
Adds a ManagedObject to the database.
addObject(ManagedObject, boolean) - Method in interface com.adventnet.nms.topodb.TopoAPI
Adds a ManagedObject to the database.
addObject(ManagedObject, boolean, boolean) - Method in interface com.adventnet.nms.topodb.TopoAPI
Adds a ManagedObject to the database.
addObject(MapSymbolComponent) - Method in class com.adventnet.nms.mapui.DefaultMapModel
Adds the specified MapSymbolComponent to the model.
addObject(Object, String) - Method in interface com.adventnet.nms.store.UserStorageAPI
Adds the user-defined custom object into the database.
addObject(String, Properties) - Method in interface com.adventnet.nms.tl1.config.TL1ConfigAPI
This method is used to add TL1 Objects such as TL1 Node, TL1 Gateway Node and TID Device.
addObjectProperties(String, Properties, boolean, boolean, boolean) - Method in interface com.adventnet.nms.fe.topo.ejb.TopoSessionRemote
 
addObjectProperties(String, Properties, boolean, boolean, boolean) - Method in class com.adventnet.nms.fe.topo.TopoSessionBean
Adds a ManagedObject to the database.
addObjectProperties(String, Properties, boolean, boolean, boolean) - Method in interface com.adventnet.nms.fe.topo.ThinTopoAPI
Adds a ManagedObject to the database.
addObjects(String, Vector) - Method in interface com.adventnet.nms.mapdb.MapAPI
Adds a vector of map objects into the Database.
addObjects(String, Vector) - Method in interface com.adventnet.nms.topodb.TopoAPI
Adds a Vector of ManagedObjects to the database.
addObjects(Vector) - Method in class com.adventnet.nms.store.relational.RelationalObject
 
addObjects(Vector) - Method in class com.adventnet.nms.topodb.AbstractTopoListener
Derived classes should override this method.
addObjects(Vector) - Method in interface com.adventnet.nms.topodb.ExtendedTopoListener
This method would be invoked whenever bulk add operation is done using the API TopoAPI.addObjects(String,Vector).The Listeners will be notified with the Vector of ManagedObjects which are added to the Topology database.
addObjTypes(Properties) - Static method in class com.adventnet.nms.mapui.MapSymbolComponent
Adds new object types.
addObjTypes(Properties) - Static method in class com.adventnet.nms.mapdb.MapSymbol
This method can be used to add new object types.
addOnDeletingMOVector(String) - Method in class com.adventnet.nms.alertdb.FaultMgr
This method will add into a Vector for taking action when a Managed Object is deleted.
addOperation(String, String) - Method in interface com.adventnet.security.authorization.AuthorizationAdmin
Method to add an operation in the OperationsTree Hierarchy.
addPanelToList(NmsPanel, boolean, String) - Method in class com.adventnet.nms.startclient.MainPanel
 
addPanelToList(NmsPanel, boolean, String, boolean, boolean) - Method in class com.adventnet.nms.startclient.MainPanel
 
addPanelToList(NmsPanel, String) - Method in class com.adventnet.nms.startclient.MainPanel
Adds the NmsPanel instance to the panelList Hashtable
addPolicy(PolicyObject) - Method in interface com.adventnet.management.policydb.NmsPolicyAPI
Adds the policy represented by the PolicyObject to the Policy Module.
addPolicyActionAndCondition(PolicyAction, PolicyCondition) - Method in class com.adventnet.management.policydb.PolicyObject
 
addPolicyActionAndCondition(String, PolicyAction, PolicyCondition) - Method in interface com.adventnet.management.policydb.NmsPolicyAPI
Adds the PolicyAction and PolicyCondition to the PolicyObject whose name corresponds to policyname.
addPolicyGroupsToTrigger(String) - Method in class com.adventnet.management.policydb.PolicyEvent
Adds a policy group to the list of policy groups to be triggered
addPolicyNamesToTrigger(String) - Method in class com.adventnet.management.policydb.PolicyEvent
Adds a policy to the list of policies to be triggered
addPoll(PolledData) - Method in class com.adventnet.nms.poll.PollMgr
Adds a PolledData object to the Polling Engine.
addPoll(PolledData) - Method in interface com.adventnet.nms.poll.PollAPI
Adds a PolledData object to the Polling Engine.
addPoll(PolledData) - Method in class com.adventnet.nms.fe.perf.PollAPIProxyImpl
Adds a PolledData into the database.
addPoll(PolledData, boolean) - Method in class com.adventnet.nms.poll.PollMgr
Deprecated. as of WebNMS2.1 use addPoll(PolledData) instead.
addPoll(PolledData, boolean) - Method in interface com.adventnet.nms.poll.PollAPI
Deprecated. as of WebNMS2.1 use addPoll(PolledData) instead.
addPoll(PolledData, boolean) - Method in class com.adventnet.nms.fe.perf.PollAPIProxyImpl
Deprecated. as of WebNMS2.1 use addPoll(PolledData) instead.
addPolledData(PolledData) - Method in class com.adventnet.nms.poll.CollectedInfo
Sets the PolledData for which data is collected in to the CollectedInfo.
addPolledData(PolledData, boolean) - Method in class com.adventnet.nms.poll.PollMgr
Adds a PolledData to the Polling Engine.
addPolledData(PolledData, boolean) - Method in interface com.adventnet.nms.poll.PollAPI
Adds a PolledData to the Polling Engine.
addPolledData(PolledData, boolean) - Method in class com.adventnet.nms.fe.perf.PollAPIProxyImpl
Adds a PolledData into the database.
addPolledDataForMO(ManagedObject) - Method in class com.adventnet.nms.poll.PollMgr
Adds PolledData to the Polling Engine for the ManagedObject which is passed as a Parameter.
addPolledDataForMO(ManagedObject) - Method in interface com.adventnet.nms.poll.PollAPI
Adds PolledData to the Polling Engine for the ManagedObject which is passed as a parameter.