com.vhosting.netconf.yuma
Class Shutdown

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

public class Shutdown
extends Operation

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

Shutdown

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

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