|
||||||||||
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.PartialUnlock
public class PartialUnlock
The partial-unlock Netconf operation. The operation unlocks the parts of the running Container that were previously locked using the PartialLock operation during the same session. Supported server capabilities:
urn:ietf:params:netconf:base:1.0 rn:ietf:params:netconf:capability:partial-lock:1.0 urn:ietf:params:netconf:xpath:1.0 RFC5717
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 | |
---|---|
PartialUnlock(Session session,
int lockId)
Create the partial-unlock 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 PartialUnlock(Session session, int lockId) throws CapabilityException
session
- The active session.lockId
- The lock identifier.
CapabilityException
- Throw this exception if the server
does not have the :xpath:1.0 capability or the
:partial-lock:1.0
capability.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |