<lock-configuration>
Usage
<rpc><lock-configuration/><lock-configuration><rollback>automatic</rollback></lock-configuration></rpc>Description
Request that the JUNOScript server open and lock the current candidate configuration, enabling the client application both to read and change it, but preventing any other users or applications from changing it. The application must emit the
<unlock-configuration/>tag to unlock the configuration.To specify that any uncommitted changes are discarded from the candidate configuration if the JUNOScript session ends before the client application commits the configuration, set the value of the
<rollback>tag element toautomaticand enclose the<rollback>tag element in the<lock-configuration>tag element.See Also