com.vhosting.netconf
Class PartialUnlock

java.lang.Object
  extended by com.vhosting.netconf.Operation
      extended by com.vhosting.netconf.PartialUnlock

public class PartialUnlock
extends Operation

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
 

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri

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

PartialUnlock

public PartialUnlock(Session session,
                     int lockId)
              throws CapabilityException
Create the partial-unlock Netconf operation.

Parameters:
session - The active session.
lockId - The lock identifier.
Throws:
CapabilityException - Throw this exception if the server does not have the :xpath:1.0 capability or the :partial-lock:1.0 capability.