|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.Operation
com.vhosting.netconf.DiscardChanges
public class DiscardChanges
The discard-changes Netconf operation. If the client decides that the candidate configuration should not be committed, this operation can be used to revert the candidate configuration to the current running configuration. Supported server capabilities:
urn:ietf:params:netconf:capability:candidate:1.0
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.vhosting.netconf.Operation |
---|
Operation.Reply |
Field Summary |
---|
Fields inherited from class com.vhosting.netconf.Operation |
---|
operation, session |
Constructor Summary | |
---|---|
DiscardChanges(Session session)
Create the discard-changes Netconf operation. |
Method Summary |
---|
Methods inherited from class com.vhosting.netconf.Operation |
---|
execute, execute, executeSync |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiscardChanges(Session session) throws CapabilityException
session
- The active session.
CapabilityException
- Throw this exception if the server
does not have the :candidate:1.0 capability.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |