|
||||||||||
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.yuma.Load
public class Load
Load a YANG module into the server.
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 |
---|
public Load(Session session, YANGCapability cap) throws CapabilityException
session
- The active session.cap
- The capability of the YANG module.
CapabilityException
- Throw this exception when the YUMA SYSTEM capability
is not registered or not supported by the server.public Load(Session session, YANGCapability cap, Date revision) throws CapabilityException
CapabilityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |