com.vhosting.netconf
Class CloseSession

java.lang.Object
  extended by com.vhosting.netconf.Operation
      extended by com.vhosting.netconf.CloseSession

public class CloseSession
extends Operation

The close-session Netconf operation. Request graceful termination of a NETCONF session. Supported server capabilities:

 urn:ietf:params:netconf:base:1.0
 

Version:
1.00, 02/11/2010
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
CloseSession(Session session)
          Create the close-session Netconf 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

CloseSession

public CloseSession(Session session)
Create the close-session Netconf operation.

Parameters:
session - The active session.