AdventNet Web NMS 4 DMS API Specification

com.adventnet.nms.extranet.rta.fw.server
Interface ConfUpdnListener
public interface 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.


Method Summary
 void fireConfUpdate(java.util.Properties confProps, com.adventnet.nms.util.XMLNode xmlElem)
          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.
 

Method Detail

fireConfUpdate

public void fireConfUpdate(java.util.Properties confProps,
                           com.adventnet.nms.util.XMLNode xmlElem)
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.
Parameters:
confProps - the module configuration properties returned from the RTADataModel class implementation
xmlElem - element which has the RTA changes

AdventNet Web NMS 4 DMS API Specification