com.vhosting.netconf
Class PartialLock.PartialLockReply

java.lang.Object
  extended by com.vhosting.netconf.Operation.Reply
      extended by com.vhosting.netconf.PartialLock.PartialLockReply
Enclosing class:
PartialLock

public class PartialLock.PartialLockReply
extends Operation.Reply

This class provides specific methods to process the data obtained in response to a RpcReply after a partial-lock operation.

Author:
Giuseppe Palmeri

Constructor Summary
PartialLock.PartialLockReply(RpcReply reply)
          Constructs an instance of the class.
 
Method Summary
 java.lang.Integer getLockId()
          Get the lock identifier associated with the partial-lock operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialLock.PartialLockReply

public PartialLock.PartialLockReply(RpcReply reply)
Constructs an instance of the class.

Parameters:
reply - The Rpc Reply for the lock-id operation.
Method Detail

getLockId

public java.lang.Integer getLockId()
Get the lock identifier associated with the partial-lock operation.

Returns:
The lock identifier or null if the operation failed.