com.vhosting.netconf
Class KillSession

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

public class KillSession
extends Operation

The kill-session Netconf operation. Force the 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
KillSession(Session session, int sesionId)
          Create the kill-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

KillSession

public KillSession(Session session,
                   int sesionId)
Create the kill-session Netconf operation.

Parameters:
session - The active session.
sesionId - The session id of the session to kill.