Uses of Interface
com.esf.net.netconf.service.IConfigElement

Packages that use IConfigElement
com.esf.net.netconf.service   
 

Uses of IConfigElement in com.esf.net.netconf.service
 

Methods in com.esf.net.netconf.service that return IConfigElement
 IConfigElement[] IConfigElement.getChildren()
          Returns an array of IDataStoreElement objects that are children of the IDataStoreElement.
 

Methods in com.esf.net.netconf.service with parameters of type IConfigElement
 void INetconfModule.copyConfig(IConfigElement topElement)
          Replaces an entire configuration with the supplied configuration.
 NetconfError[] INetconfModule.editConfig(IConfigElement topElement, boolean stopOnError)
          Supplies an IConfigElement representing the top element in the tree of elements that will be used to edit the configuration.