com.vhosting.netconf.yuma
Class NoOp

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

public class NoOp
extends Operation

The Yuma Netconf server no-op. This operation not do anything. Serves to keep the connection open for long periods, when there may be a long time between one operation to another.

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
NoOp(Session session)
          Create the no-op 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

NoOp

public NoOp(Session session)
     throws CapabilityException
Create the no-op operation.

Throws:
CapabilityException - Throw this exception when the YUMA SYSTEM capability is not registered or not supported by the server.