com.vhosting.netconf.yuma
Class Load

java.lang.Object
  extended by com.vhosting.netconf.Operation
      extended by com.vhosting.netconf.yuma.Load

public class Load
extends Operation

Load a YANG module into the server.

Author:
Giuseppe Palmeri

Nested Class Summary
 class Load.LoadReply
          This class provides specific methods to process the data obtained in response to a RpcReply after a load operation.
 
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
Load(Session session, YANGCapability cap)
          Create the Load operation.
Load(Session session, YANGCapability cap, Date revision)
           
 
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

Load

public Load(Session session,
            YANGCapability cap)
     throws CapabilityException
Create the Load operation.

Parameters:
session - The active session.
cap - The capability of the YANG module.
Throws:
CapabilityException - Throw this exception when the YUMA SYSTEM capability is not registered or not supported by the server.

Load

public Load(Session session,
            YANGCapability cap,
            Date revision)
     throws CapabilityException
Throws:
CapabilityException