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

A

AbstractRTADataModel - class com.adventnet.nms.rta.fw.client.AbstractRTADataModel.
 
AbstractRTADataModel() - Constructor for class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
add(RTAData) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
add(RTAData) - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This will add a RTAData object of the configuration file into the uoList(ArrayList) of Data Model.
add(RTAData) - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This will add a RTAData object of the configuration file into the uoList(ArrayList) of Data Model.
addButton - Variable in class com.adventnet.nms.rta.fw.client.ProbePanel
 
addDetails(RTAException) - Method in class com.adventnet.nms.rta.fw.common.RTAException
This is to add RTAException itself (nested).
addDetails(String) - Method in class com.adventnet.nms.rta.fw.common.RTAException
Add the details to the RTAException, which will be shown in the Exception dialog.
addDetails(String, String) - Method in class com.adventnet.nms.rta.fw.common.RTAException
This is to add the details to the RTAException.
addDetails(String, String[]) - Method in class com.adventnet.nms.rta.fw.common.RTAException
This is to add the details to the RTAException as format string and values that of in MessageFormat class.
addProbePanelListener(ProbePanelListener) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method will be used to (Right hand side) register moduleUI which implemented the ProbePanelListenere interface with the ProbePanel for getting the notification about the selection/deselection/modification.
ALERT - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
APPLN_DATA - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
applyToServer() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is called on the actionPerformed event of the button Apply on the Right hand side moduleUI.

C

checkNOCProperties() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Checks the Central Server properties.
clone() - Method in interface com.adventnet.nms.rta.fw.common.RTAData
should return the clone of the node's RTAData implementation.
COLLECT_DATA - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
COLLECTED_INFO - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
com.adventnet.nms.extranet.remote.communication.datacustom - package com.adventnet.nms.extranet.remote.communication.datacustom
Provides interface for customizing the module data, before the data is sent through communication framework to the counter part (Central Server or DMS)
com.adventnet.nms.extranet.remote.communication.fw - package com.adventnet.nms.extranet.remote.communication.fw
Provides interface for customizing the communication between the Central Server and the DMS.
com.adventnet.nms.extranet.remote.communication.fw.fe - package com.adventnet.nms.extranet.remote.communication.fw.fe
Contains the class for transfering the data through the  Central Server Front End
com.adventnet.nms.extranet.remote.communication.fw.noc - package com.adventnet.nms.extranet.remote.communication.fw.noc
Contain a class which is referred by the modules in the Central Server for transfering data from and to the DMS
com.adventnet.nms.extranet.remote.communication.fw.probe - package com.adventnet.nms.extranet.remote.communication.fw.probe
Contains the class which is referred by the modules in the DMS for transfering data from and to the Central Server
com.adventnet.nms.extranet.remote.services.common.model - package com.adventnet.nms.extranet.remote.services.common.model
 
com.adventnet.nms.extranet.rta.fw.server - package com.adventnet.nms.extranet.rta.fw.server
This package contains the RTA related classes and interfaces.
com.adventnet.nms.extranet.utils.common - package com.adventnet.nms.extranet.utils.common
Contains the utility class which provides some basic methods for XML handling
com.adventnet.nms.rta.fw.client - package com.adventnet.nms.rta.fw.client
This package contains the RTA UI component model classes.
com.adventnet.nms.rta.fw.common - package com.adventnet.nms.rta.fw.common
This contains some of the classes which are used by the RTA module for different Configuration files(seed.file/trap.parsers etc).
COMMAND - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
CommunicationException - exception com.adventnet.nms.extranet.remote.communication.fw.CommunicationException.
This exception is thrown when communication between the Central Server and the DMS fails.
CommunicationException() - Constructor for class com.adventnet.nms.extranet.remote.communication.fw.CommunicationException
Constructs a new instance of CommunicationException without a detailed message.
CommunicationException(String) - Constructor for class com.adventnet.nms.extranet.remote.communication.fw.CommunicationException
Constructs a new instance of CommunicationException with the given detailed message.
CONF_UPDATE - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
CONFIG - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
ConfUpdnListener - interface com.adventnet.nms.extranet.rta.fw.server.ConfUpdnListener.
This interface has to be implemented by the modules for which configurations have been done via the Runtime Administration framework and whose respective configurations should take effect at the DMS end.
ConfUploadAPI - interface com.adventnet.nms.extranet.remote.communication.fw.probe.ConfUploadAPI.
The ConfUploadAPI defines the methods that allows uploading and downloading the required conf files from DMS to Central Server.
constructXML() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
constructXML() - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This method will be called when the changes are applied to the server.
constructXML() - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This method will be called when the changes are applied to the server.
copyButton - Variable in class com.adventnet.nms.rta.fw.client.ProbePanel
 
createDocElement(Element) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
Creates a new Document and appends the given element to the document.
createNewDocument() - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
Creates a new Document from the DocBuilder and Factory
createNode(Document, Properties, String) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
Creates the XML Element with the given tag name and the properties as attributes of the node with doc as additional property.
createNode(Properties, String) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
Creates the XML Element with the given tag name and the properties as attributes of the node.
createNodeFromProperties(Document, Properties, String) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
Creates the XML sub-elements with the given properties under the tag name as that of the given name.
createNodeFromProperties(Properties, String) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
Creates the XML Element with the given properties under the tag name as that of the given name.
cutButton - Variable in class com.adventnet.nms.rta.fw.client.ProbePanel
 

D

DATA_ACK - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
DataObject - class com.adventnet.nms.extranet.remote.communication.fw.DataObject.
For smooth data transfer between the DMS and Central Server, the data is sent as a modeled object called DataObject.
DataObject() - Constructor for class com.adventnet.nms.extranet.remote.communication.fw.DataObject
 
DataObjectUtil - class com.adventnet.nms.extranet.remote.communication.fw.DataObjectUtil.
Utility class to convert Element or serializable Object as DataObject, so that it can be sent to DMS from CentralServer or vice versa.
DataObjectUtil() - Constructor for class com.adventnet.nms.extranet.remote.communication.fw.DataObjectUtil
 
DataPriorityID - interface com.adventnet.nms.extranet.remote.communication.fw.DataPriorityID.
As the amount of data transfered through the communication framework is large, various priorities with IDs are defined to control the data flow according to requirements.
DataTransferID - interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID.
This interface defines IDs for predefined modules.
DefaultMultiObjectModel - class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel.
This class has to be extended to provide the RTA UI impl for the conf-file, which contains more than one entries in it(for ex: trap.parsers, Polling.conf).
DefaultMultiObjectModel() - Constructor for class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
 
DefaultSingleObjectModel - class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel.
This class has to be extended to provide the RTA UI impl for the conf-file, which contains only one entry(node) in it(for ex: seed.file).
DefaultSingleObjectModel() - Constructor for class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
 
delete(String) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
delete(String) - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This will delete the RTA Data from the Data Model
delete(String) - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This will delete the RTA Data from the Data Model
deleteBuffer(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.fe.SPPRegionalCommFE
After the successful transmission of data to the DMS, data stored in the buffer can be deleted by calling this method.
destroy() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This is the ParameterChangeListener interface method implementation.
display() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
display() - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This is for internal use
display() - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This is for internal use
dispose() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is called by Right hand side moduleUI in the implementation of dispose method of ApplyToServerInterface
DOWNLOAD_REQUEST - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
downloadFile(String, String, String, String) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.probe.ConfUploadAPI
This method is to download configuration files from Centeral Server to DMS.
DUMIfc - interface com.adventnet.nms.extranet.remote.communication.fw.noc.DUMIfc.
This interface is used to upgrade/downgrade the module data and the configuration data from DMS to Central Server and vice versa.

E

ELEMENT - Static variable in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Identifies the type of data given as input data to construct DataObject.
enableControllPanel(boolean) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is to enable/disable some of the UI components based on the selection/operation.
enableCutCopyPaste - Variable in class com.adventnet.nms.rta.fw.client.ProbePanel
 
equals(Object) - Method in interface com.adventnet.nms.rta.fw.common.RTAData
Should compare the old value of the RTAData impl object for the selected leaf node and the one which is returned after deselecting that leaf node.
EVENT - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 

F

fireConfUpdate(Properties, XMLNode) - Method in interface com.adventnet.nms.extranet.rta.fw.server.ConfUpdnListener
This method will be fired for all the modules, should handle in its implementation the relevant action that should take place at the back end for the configuration change, based on Add, Modify or Delete being performed.
fireProbeSelectionChanged() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be called whenever the change of probe selection happens.
folderPopup - Variable in class com.adventnet.nms.rta.fw.client.ProbePanel
 

G

getBufferSize() - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Returns the size of the data buffer.
getBytes(Element) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
This method will return a byte array for the given XML element.
getCommTable() - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Returns the entire communication table.
getCommunicationProperty(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.SPPCommParser
Returns the value corresponding to the given key from communication properties configured in CommunicationInfo.xml.
getCommunicationProps() - Method in class com.adventnet.nms.extranet.remote.communication.fw.SPPCommParser
Returns all the communication properties configured in CommunicationInfo.xml.
getConfProperties() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
getConfProperties() - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This will return a Properties, which contains the details like \"moduleName\", which is the key in the ConfUpdnListeners.xml file for the ConfUpdnListener implementation and the configuration file name, etc.
getConfProperties() - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This should return a Properties, which contains the details like \"moduleName\", which is the key in the ConfUpdnListeners.xml file for the ConfUpdnListener implementation and the configuration file name, etc.
getCustomerInfo() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the information about the Customer given in NOCServerDetails.xml
getCustomizedData(String, DataObject, boolean) - Method in interface com.adventnet.nms.extranet.remote.communication.datacustom.ModuleDataCustomizer
This method returns customized data in DMS and parsed data in Central Server.
getDataID() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Returns the Data ID of the DataObject.
getDataObject(Element) - Static method in class com.adventnet.nms.extranet.remote.communication.fw.DataObjectUtil
This method constructs DataObject from the given Element.
getDataObject(Object) - Static method in class com.adventnet.nms.extranet.remote.communication.fw.DataObjectUtil
This method constructs DataObject from the given Object.
getDataPriority() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Returns the priority set to send the DataObject.
getDataType() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Returns DataObject.OBJECT or DataObject.ELEMENT according to the data type set.
getDefaultUserObject() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
getDefaultUserObject() - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This method will be called when a leaf node is added to probe.
getDefaultUserObject() - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This method will be called when the user tries to add a leaf node for a probe.
getDetails() - Method in class com.adventnet.nms.rta.fw.common.RTAException
Returns all the exception details in the String format.
getDetailsList() - Method in class com.adventnet.nms.rta.fw.common.RTAException
Returns all the exception details.
getDnsName() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the DNSName of the machine in which the Distributed Mediation Server is running.
getDTDName(File) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
 
getElement(byte[]) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
This method will return a XML element for the given byte array.
getElementData() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
This method returns the Element with which this DataObject is constructed.
getFirstChild(Element) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
For a given Element node this method will return the first Element child node
getInstance() - Static method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the reference of this object.
getInstance() - Static method in class com.adventnet.nms.extranet.remote.communication.fw.SPPCommParser
Returns a reference of this object.
getInstance() - Static method in class com.adventnet.nms.extranet.remote.communication.fw.fe.SPPRegionalCommFE
Returns the reference of this object.
getInstance() - Static method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
This method gets the reference of a SPPNOCHandler object.
getIpAddress() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the IpAddress of the machine in which the Distributed Mediation Server is running.
getKey() - Method in interface com.adventnet.nms.rta.fw.common.RTAData
This will be shown in the ProbePanel component as a leaf node.
getKeyList() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
getKeyList() - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This will return the list of keys in the Data Model, i.e the list of tree nodes(node names) in the data model
getKeyList() - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This will return the list of keys in the Data Model, i.e the list of tree nodes(node names) in the data model
getLastChild(Element) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
For a given Element node this method will return the last Element child node
getLastUpdateTime() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the time in seconds at which the Distributed Mediation Server last contacted the Central Server.
getMainProperty(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.SPPCommParser
Returns the value corresponding to the given key from main communication properties configured in CommunicationInfo.xml.
getMainProps() - Method in class com.adventnet.nms.extranet.remote.communication.fw.SPPCommParser
Returns the main communication properties configured in CommunicationInfo.xml for the corresponding key.
getMessage() - Method in class com.adventnet.nms.rta.fw.common.RTAException
Returns the Message of the Exception dialog.
getModuleDisplayName() - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelListener
Returns the display name of the module.
getModuleID() - Method in interface com.adventnet.nms.extranet.remote.communication.fw.ModuleListener
Returns the module ID.
getModuleID() - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelListener
This should return some unique integer values.
getNOCServerName() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the name of the Central Server to which the DMS is connected.
getNOCServerPort() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the port number in the Central Server through which the DMS is connected.
getNotificationType() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Returns the Notification Type of the DataObject.
getObjectData() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
This method returns the Object with which this DataObject is constructed.
getOsName() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the Operating System of the machine in which the Distributed Mediation Server is running.
getParameter(String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
getProbeDetails(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
* Returns the details(FP & SP details) of the Probe.
getProbeName() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
getProperties() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns all the properties of the RegionalServerInfo Object.
getProperties(Element) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
Provided an Element node which is having its attributes set,this method will return the attributes in Properties.
getReadInterval() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the Read Interval, in seconds, which is configured in the Distributed Mediation Server.
getReEstablishInterval() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the time period in seconds after which the DMS will start communicating again with the Primary Central Server.
getRegionID() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the ID with which the DMS is registered with the Central Server.
getRegionID() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Returns the Region ID of the DMS to which the data belongs.
getRequiredXMLFileNames() - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelListener
This should return list of configuration files, the content of those files will be returned while selecting the probe.
getRetries() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the count after which the DMS will start communicating with the Standby Central Server once the communication with Primary Central Server fails.
getSession(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
This method gets the reference of a SPPNOCSession object corresponding to the ID of the DMS.
getStandByNOCServerName() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the name of the StandBy Central Server to which the DMS will communicate once the primary Central Server is down.
getStandByNOCServerPort() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the port number in the StandBy Central Server through which the DMS will communicate once the primary Central Server is down.
getStoredData(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Returns the stored data corresponding to the DMS of the given ID.
getSwitchOverInterval() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Returns the time period in seconds after which the DMS will start communicating with the Standby Central Server once the communication with Primary Central Server fails.
getTimeDiff() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the difference in time, in seconds, between the Central Server and the distributed mediation server.
getTimeDiff(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Returns the difference in time, in seconds, between the Central Server and the distributed mediation server with the given ID.
getTimeZone() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the time zone to which the Distributed Mediation Server belongs
getTitle() - Method in class com.adventnet.nms.rta.fw.common.RTAException
Returns the title of the Exception dialog.
getUniqueID() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the UniqueID of the Distributed Mediation Server with which it is registered with the Central Server.
getUpdatedData(boolean, DataObject, String) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.noc.DUMIfc
This method will be called whenever the data flow from DMS to Central Server and vice versa, i.e when the module data is transferred from DMS to Central or Central to DMS, this method will be called.
getUpdatedData(boolean, Hashtable, String) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.noc.DUMIfc
This method will be called whenever the data flow from Client to Central Server and vice versa, i.e when the configuration data is transferred from Client(Central Server) to Central Server or Central Server to Client during the RTA, this method will be called.
getUserObject() - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelListener
This will be called when the node switching happens between the leaf nodes of the probe.
getUserObject(String) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
getUserObject(String) - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This will return the RTAData object for the given key
getUserObject(String) - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This will return the RTAData object for the given key
getUserProperties() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Returns the user property of the DataObject.
getUserProperty(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.SPPCommParser
Returns the value corresponding to the given key from user properties configured in CommunicationInfo.xml.
getUserProps() - Method in class com.adventnet.nms.extranet.remote.communication.fw.SPPCommParser
Returns the user properties configured in CommunicationInfo.xml.
getWriteInterval() - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Returns the Write Interval, in seconds, which is configured in the Distributed Mediation Server.
getXmlDocument(File) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
For the given XML file,the Root Element node is returned
getXmlDocument(File, boolean) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
For the given XML file,the Root Element node is returned

H

hasDetails() - Method in class com.adventnet.nms.rta.fw.common.RTAException
Returns true if any other exception details have been added into this exception.
HIGHPRIORITY - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataPriorityID
The data from the module with this priority will be stored in the high priority buffer and it will sent by a scheduler regularly based on the write interval configured.
HIGHPRIORITY_SEND_IMMEDIATE - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataPriorityID
The data from the module with this priority will be stored in the high priority buffer and a scheduler will be started immediately for sending the data available in the high priority buffer to the Central Server.

I

ID_REQUEST - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
INETSERVICE - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
init() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
init(Properties) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.SPPCommInitIfc
At the start up time, this method helps to initialize all the things required to establish a communication channel to the other end.
initialize() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is used to intialize the ProbePanel
initialize(Properties) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.SPPRegionalCommIfc
Initializes setting up of communication channel between Central Server and DMS.
initVariables() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
isDataAvailable() - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Checks for the availability of data in the DataObject.
isKeyExists(String) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
isKeyExists(String) - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This returns true if the given key exists in RTA Data Model.
isKeyExists(String) - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This returns true if the given key exists in RTA Data Model.
isModified() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
isMultiObjectModel() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
isNeedsToBeApplied() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is used by (Right hand side) moduleUI in the imeplentation of method isModified of ApplyToServerInterface
isProbeActive(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
 
isRegionRegistered() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Checks whether the DMS is registered with the Central Server or not.
isValidProbe(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Checks if the DMS name is valid.

L

leafPopup - Variable in class com.adventnet.nms.rta.fw.client.ProbePanel
 
loadAttributes(Element) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
This method will return a Properties object formed from the attributes of the given XML element.
loadData(Hashtable) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
loadData(Hashtable) - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This method will be called when a probe node in the ProbePanel component is selected.
loadData(Hashtable) - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This method will be called when a probe node in the ProbePanel component is selected.
LOWPRIORITY - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataPriorityID
The data from the module with this priority will be stored in the low priority buffer and it will sent by a scheduler regularly based on the write interval configured.

M

MIBBROWSER - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
modify(String, String) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
modify(String, String) - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This will modify the name of the tree node(RTAData's key) in the Data Model
modify(String, String) - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This will modify the name of the tree node(RTAData's key) in the Data Model
ModuleDataCustomizer - interface com.adventnet.nms.extranet.remote.communication.datacustom.ModuleDataCustomizer.
This interface helps in customizing or filtering the data sent from DMS to Central Server or vice versa.
ModuleListener - interface com.adventnet.nms.extranet.remote.communication.fw.ModuleListener.
Registered implementation class of this interface is responsible to handle all the data with the registered module ID coming from DMS or Central Server.

N

NOCServerCommAPI - class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI.
This class controls the working on the DMS side.

O

OBJECT - Static variable in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Identifies the type of data given as input data to construct DataObject.
open(Properties) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.SPPCommInitIfc
Creates and returns a new instance of SPPRegionalCommIfc.

P

parameterChanged(ParameterObject) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This is the ParameterChangeListener interface method implementation.
pasteButton - Variable in class com.adventnet.nms.rta.fw.client.ProbePanel
 
PATCH_VERSION - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
pMenu - Variable in class com.adventnet.nms.rta.fw.client.ProbePanel
 
POLLED_DATA - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
postAdd(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called after a leaf node has been added for a DMS.
postAdd(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called after a leaf node has been added for a probe.
postApply(AbstractRTADataModel, ArrayList) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called after applied the changes to the server.
postApply(AbstractRTADataModel, ArrayList) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called after applied the changes to the server.
postBEFailOverNotification(BEFailOverEvent) - Method in class com.adventnet.nms.extranet.remote.communication.fw.fe.SPPRegionalCommFE
This is an implementation method of BEFailOverListener, responsible for re-creating communication channel after successful failover operation.
postCopy(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called after a leaf node has been copied in the DMS.
postCopy(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called after a leaf node has been copied in the probe.
postCut(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called after a leaf node has been cut from the DMS.
postCut(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called after a leaf node has been cut from the probe.
postDelete(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called after a leaf node has been deleted from a DMS.
postDelete(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called after a leaf node has been deleted from a probe.
postModify(AbstractRTADataModel, String, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called after a leaf node(node name) has been modified for a DMS.
postModify(AbstractRTADataModel, String, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called after a leaf node(node name) has been modified for a probe.
postPaste(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called after a leaf node has been pasted into the DMS.
postPaste(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called after a leaf node has been pasted into the probe.
postSelection(AbstractRTADataModel, String, String, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called after a leaf node has been selected in the tree.
postSelection(AbstractRTADataModel, String, String, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called after a leaf node has been selected in the tree.
preAdd(AbstractRTADataModel, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called when a user tries to add a leaf node for a DMS.
preAdd(AbstractRTADataModel, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called when a user tries to add a leaf node for a probe.
preApply(AbstractRTADataModel, ArrayList) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called when a user tries to apply the changes that have been made.
preApply(AbstractRTADataModel, ArrayList) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called when a user tries to apply the changes that have been made.
preBEFailOverNotification(BEFailOverEvent) - Method in class com.adventnet.nms.extranet.remote.communication.fw.fe.SPPRegionalCommFE
This is an implementation method of BEFailOverListener, responsible for closing stream sockets when failover is taking place.
preCopy(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called when a user tries to copy a leaf node in a DMS.
preCopy(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called when a user tries to copy a leaf node in a probe.
preCut(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called when a user tries to cut a leaf node from a DMS.
preCut(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called when a user tries to cut a leaf node from a probe.
preDelete(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called when a user tries to delete a leaf node for a DMS.
preDelete(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called when a user tries to delete a leaf node for a probe.
preModify(AbstractRTADataModel, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called when a user tries to modify a leaf node(node name) for a DMS.
preModify(AbstractRTADataModel, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called when a user tries to modify a leaf node(node name) for a probe.
prePaste(AbstractRTADataModel, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called when a user tries to paste a leaf node in a DMS.
prePaste(AbstractRTADataModel, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called when a user tries to paste a leaf node in a probe.
preSelection(AbstractRTADataModel, String, String, String, String) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelActions
This method will be called when a user tries to select a node in the tree.
preSelection(AbstractRTADataModel, String, String, String, String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
This method will be called when a user tries to select a node in the tree.
PROBE_STATUS - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
ProbePanel - class com.adventnet.nms.rta.fw.client.ProbePanel.
This will acts as the RTA UI's Probe List Holder class.
ProbePanel() - Constructor for class com.adventnet.nms.rta.fw.client.ProbePanel
 
ProbePanel(Applet) - Constructor for class com.adventnet.nms.rta.fw.client.ProbePanel
 
ProbePanelActions - interface com.adventnet.nms.rta.fw.client.ProbePanelActions.
This interface has to be implemented, if the user wants to receive the notification before/after the actions(add/modify/delete) performed on the RTA UI.
ProbePanelActionsAdapter - class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter.
This is the Adapter class for the ProbePanelActions interface.
ProbePanelActionsAdapter() - Constructor for class com.adventnet.nms.rta.fw.client.ProbePanelActionsAdapter
 
ProbePanelListener - interface com.adventnet.nms.rta.fw.client.ProbePanelListener.
This interface has to be implemented by the RTA UI component(panel on the right side in the RTA UI) implementation.
processIdRequest(Element) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Processes the requests from the DMS.
processPatchVersionRequest(Element) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Processes Patch version request from the DMS.
processRegionIdRequest(Element) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Processes the requests from the DMS.
publish(DataObject) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Publishes the given DataObject to registered modules.
publish(DataObject, String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Data received from the distributed mediation servers are published to the registered modules.

R

read() - Method in interface com.adventnet.nms.extranet.remote.communication.fw.SPPRegionalCommIfc
This method receives data from the other end of the communication channel.
REGIONAL_SHUTDOWN - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
RegionalServerInfo - class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo.
This class extends the ManagedObject class and it defines the properties of the Distributed Mediation Server registered with the CentralServer.
RegionalServerInfo() - Constructor for class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
 
registerForActions(ProbePanelActions) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method will be used by (Right hand side) moduleUI to set the adpater for receiveing notifications of actions in the ProbePanel
registerForNotification(int, ModuleListener) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Modules register with the communication framework through this method.
reInitialize() - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
This method performs reinitialization.
removeControlPanel() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is to disable the UI component, which has the probes list in it.
removeSession(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Removes the session corresponding to the DMS of the given ID from communication table.
RTAData - interface com.adventnet.nms.rta.fw.common.RTAData.
This interface has to be implemented if the user wants to provide the RTA UI impl for the conf-file, and the user has to provide implementation for the methods in this interface, based on the need.
RTAException - exception com.adventnet.nms.rta.fw.common.RTAException.
This Exception will be extended by the RTA modules which like to throw exceptions from their applications.
RTAException() - Constructor for class com.adventnet.nms.rta.fw.common.RTAException
Constructs a new exception with empty string as its detail message.
RTAException(String) - Constructor for class com.adventnet.nms.rta.fw.common.RTAException
Constructs a new exception with the specified detail message.
RTAException(String, String) - Constructor for class com.adventnet.nms.rta.fw.common.RTAException
Constructs a new exception with the specified detail message and title.
RTAModuleException - exception com.adventnet.nms.rta.fw.common.RTAModuleException.
This exception will be thrown from the RTA module implementations when they encounter any problem.
RTAModuleException() - Constructor for class com.adventnet.nms.rta.fw.common.RTAModuleException
Constructs a new exception with empty string as its detail message.
RTAModuleException(String) - Constructor for class com.adventnet.nms.rta.fw.common.RTAModuleException
Constructs a new exception with the specified detail message.
RTAModuleException(String, String) - Constructor for class com.adventnet.nms.rta.fw.common.RTAModuleException
Constructs a new exception with the specified detail message and title.

S

saveDocument(XmlDocument, File, String, String) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
This method will save the given file, with the given encoding, dtd name and the XmlDocument with proper indentation.
saveDocument(XmlDocument, String) - Static method in class com.adventnet.nms.extranet.utils.common.XmlParseUtil
This method will save the XmlDocument in a file with the name, as that of the given name.
SEND_IMMEDIATE_WITHOUT_STORE - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataPriorityID
The data from the module with this priority will be sent to the Central Server immediately without being stored in the buffer.
sendData(DataObject, int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
The DataObject that needs to be transfered to the Central Server from the modules in the DMS can be sent through this method.
sendData(DataObject, int, int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
The DataObject that needs to be transfered to the Central Server from the modules in the DMS can be sent through this method.
sendDataToPeer(String, DataObject, int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
The DataObject that needs to be transfered to the Central Server from the modules in the DMS can be sent through this method.
sendDataToPeer(String, DataObject, int, boolean) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
The DataObject that needs to be transfered to the Central Server from the modules in the DMS can be sent through this method.
sendPatchVersionResponse(String, String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Sends response about the patch version to DMS.
sendShutdownResponse() - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Directs the DMS to shutdown.
setConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
setControllPanelDisplay(int) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is to enable/disable some of the UI components based on the selection/operation.
setDataID(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Sets the Data ID of the DataObject.
setDataPriority(int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Sets the priority to send the DataObject from DMS to Central Server.
setDataType(int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Sets the data type to the DataObject as either Element or Object.
setDefaultSelection() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is to set the default selection in the probelist tree.
setDnsName(String) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the DNSName of the machine in which the Distributed Mediation Server is running.
setElementData(Element) - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Sets the Element as data to the created DataObject instance.
setEnableCutCopyPasteMenu(boolean) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
 
setIpAddress(String) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the IpAddress of the machine in which the Distributed Mediation Server is running.
setKey(String) - Method in interface com.adventnet.nms.rta.fw.common.RTAData
The "key" value will be shown in the ProbePanel component as a leaf node.
setLastUpdateTime(long) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the time in seconds at which the Distributed Mediation Server last contacted the Central Server.
setMessage(String) - Method in class com.adventnet.nms.rta.fw.common.RTAException
Set the Message for the Exception dialog.
setModified(boolean) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
setModuleResourceBundle(BuilderResourceBundle) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method will be used to set the Resourcebundle of the custom module, so that the 'values' of the i18 keys can be obtained from that bundle.
setNOCServerName(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Sets the primary Central Server's name.
setNOCServerPort(int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Sets the primary Central Server port.
setNotificationType(int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Sets the Notification Type of the DataObject.
setObjectData(Object) - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
To transfer a serializable Object from or to DMS or Central Server, the Object is given as a parameter to this method for the created DataObject instance.
setOsName(String) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the Operation System of the machine in which the Distributed Mediation Server is running.
setParameterObject(ParameterObject) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This is the ParameterChangeListener interface method implementation.
setProbeDataModel(AbstractRTADataModel) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method will be used to set the DataModel impelemted for (Right hand side) moduleUI
setProbeDetails(String, HashMap) - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Setting the Probe's FP & SP details
setProbeName(String) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
setProperties(Properties) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the properties of the RegionalServerInfo Object.
setProperties(Properties) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
setReadInterval(long) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the Read Interval in seconds, which is configured in the Distributed Mediation Server.
setReEstablishInterval(int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Sets the re-establish interval in seconds.
setRegionID(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Sets the Region ID of the DMS to which the data belongs.
setRequest(DataObject) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.ModuleListener
This method will be invoked by the communication framework when DataObject with registered module ID is received from the other end (DMS or Central Server).
setRetries(int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Sets the retry count.
setStandByNOCServerName(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Sets the name of stand-by Central Server.
setStandByNOCServerPort(int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Sets the port of stand-by Central Server.
setSwitchOverInterval(int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Sets the switch over interval in seconds.
setTimeDiff(long) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the difference in time, in seconds, between the Central Server and the distributed mediation server.
setTimeZone(String) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the Timezone of the Distributed Mediation Server.
setTitle(String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is used to set the title displayed in the ProbePanel Component
setTitle(String) - Method in class com.adventnet.nms.rta.fw.common.RTAException
Set the title for the Exception dialog.
setUniqueID(long) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets an UniqueID to the Distributed Mediation Server.
setUpConnections() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
setUpGUI(Container) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
setUpProperties() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
setUserObject(Object) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelListener
This will be called when the node switching happens between the leaf nodes of the probe.
setUserProperties(Properties) - Method in class com.adventnet.nms.extranet.remote.communication.fw.DataObject
Sets the user property for the DataObject.Users can set their own property set to the DataObject before sending it.
setVisibleCustomizeView(boolean) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This is to anable/disable the 'CustomizeView' button.
setWriteInterval(long) - Method in class com.adventnet.nms.extranet.remote.services.common.model.RegionalServerInfo
Sets the Write Interval in seconds, which is configured in the Distributed Mediation Server.
showConfirmation(String, String, String, int) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This is to show the confirmation dialog.
showDialog(RTAException) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This is to show the status/error dialog.
showDialog(String, String, String[], String, int) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This is to show the status/error dialog.
showDialog(String, String, String, int) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This is to show the status/error dialog.
showStatus(String) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
showStatus(String, Exception) - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
shutdown() - Method in interface com.adventnet.nms.extranet.remote.communication.fw.SPPRegionalCommIfc
Shutdown notification is given to the method to take necessary actions.
shutdown() - Method in interface com.adventnet.nms.extranet.remote.communication.fw.SPPCommInitIfc
Shutdown notification will be given to this method to take necessary actions, like closing all sockets.
shutDown() - Method in interface com.adventnet.nms.extranet.remote.communication.fw.ModuleListener
Shutdown notification is given to this method, to take necessary actions.
shutDown() - Method in class com.adventnet.nms.extranet.remote.communication.fw.fe.SPPRegionalCommFE
This is an implementation method of SPPRegionalCommAPI, responsible for shutting down the Front End Component when this method is called.
shutDown() - Method in class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler
Shuts down the Central Server threads.
shutDownRegion(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Shuts down the DMS.
shutDownRegion(String, int) - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Shuts down the DMS.
SPPCommInitIfc - interface com.adventnet.nms.extranet.remote.communication.fw.SPPCommInitIfc.
Implementation of this interface is responsible for initializing communication related modules.
SPPCommParser - class com.adventnet.nms.extranet.remote.communication.fw.SPPCommParser.
This class provides the communication details configured in CommunicationInfo.xml for this DMS.
SPPNOCHandler - class com.adventnet.nms.extranet.remote.communication.fw.noc.SPPNOCHandler.
This class is referred by the modules in the Central Server to register with the communication framework for receiving data and to send the data to the DMS.
SPPRegionalCommFE - class com.adventnet.nms.extranet.remote.communication.fw.fe.SPPRegionalCommFE.
This class controls the data flow between Central Server and DMS.
SPPRegionalCommIfc - interface com.adventnet.nms.extranet.remote.communication.fw.SPPRegionalCommIfc.
To provide flexibility of using any communication protocol between Central Server and DMS, necessary methods have been provided in this interface.
start() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
stop() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This will be created by the Bean Builder, as this is the builder project.
SYSLOG - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 

T

TOPOLOGY - Static variable in interface com.adventnet.nms.extranet.remote.communication.fw.DataTransferID
 
toString() - Method in class com.adventnet.nms.rta.fw.common.RTAException
 
transferDataToNOC(DataObject, String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.fe.SPPRegionalCommFE
Forwards the data from the DMS to the Back-end component of Central Server.
transferDataToReg(String) - Method in class com.adventnet.nms.extranet.remote.communication.fw.fe.SPPRegionalCommFE
Transfers the data to DMS.

U

uo - Variable in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
 
uoList - Variable in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
 
update() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Updates all information about the Central Server.
updateCustomViewIcon() - Method in class com.adventnet.nms.rta.fw.client.ProbePanel
This method is to update the icon associated with the probe name in the probepanel tree, this is applicable only for the MultiObjectModel.
updateSession() - Method in class com.adventnet.nms.extranet.remote.communication.fw.probe.NOCServerCommAPI
Updates the communication session.
updateUserObject(Object) - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
updateUserObject(Object) - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This will update the RTAData in the Data Model
updateUserObject(Object) - Method in interface com.adventnet.nms.rta.fw.client.ProbePanelListener
This will be called when the name of the leaf node of the probe is edited.
updateUserObject(Object) - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This will update the RTAData in the Data Model
uploadFile(String, String, String) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.probe.ConfUploadAPI
This method is to upload configuration files from DMS to Centeral Server.

V

validate() - Method in class com.adventnet.nms.rta.fw.client.AbstractRTADataModel
 
validate() - Method in class com.adventnet.nms.rta.fw.client.DefaultSingleObjectModel
This is for internal use
validate() - Method in class com.adventnet.nms.rta.fw.client.DefaultMultiObjectModel
This is for internal use
validate() - Method in interface com.adventnet.nms.rta.fw.common.RTAData
Here the implementation has to be provided to validate the UI inputs for this leaf node.

W

write(DataObject) - Method in interface com.adventnet.nms.extranet.remote.communication.fw.SPPRegionalCommIfc
This method sends data to the other end of the communication channel.

X

XmlParseUtil - class com.adventnet.nms.extranet.utils.common.XmlParseUtil.
Utility class providing basic methods for XML customization.
XmlParseUtil() - Constructor for class com.adventnet.nms.extranet.utils.common.XmlParseUtil
 

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