Package | Description |
---|---|
com.esf.net.netconf.service |
Modifier and Type | Method and Description |
---|---|
void |
INetconfModule.copyConfig(IConfigElement topElement)
Replaces an entire configuration with the supplied configuration.
|
void |
INetconfModule.deleteConfig()
Deletes an entire configuration datastore.
|
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.
|
void |
INetconfModule.lock(int sessionId)
Locks the resources represented by this module from modifications
outside of the current NetConf session.
|
void |
IDataStoreElement.setValue(java.lang.String value)
Sets the value for the IDataStoreElement object.
|
void |
INetconfModule.unlock(int sessionId)
Unlocks the resources represented by this module.
|
Copyright © 2009 Eurotech Inc. All rights reserved.