com.vhosting.netconf
Class Operation.Reply

java.lang.Object
  extended by com.vhosting.netconf.Operation.Reply
Direct Known Subclasses:
Get.GetReply, GetConfig.GetConfigReply, Load.LoadReply, PartialLock.PartialLockReply
Enclosing class:
Operation

public abstract class Operation.Reply
extends java.lang.Object

Represents the specific reply for the operation.

Author:
Giuseppe Palmeri

Constructor Summary
Operation.Reply(RpcReply reply)
          Create a specific reply to the operation.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operation.Reply

public Operation.Reply(RpcReply reply)
Create a specific reply to the operation.

Parameters:
reply - The RPC reply.