com.vhosting.netconf.yuma
Class Restart

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

public class Restart
extends Operation

Restart the Yuma Netconf server.

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
Restart(Session session)
          Create the Restart 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

Restart

public Restart(Session session)
        throws CapabilityException
Create the Restart operation.

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