Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • NetconfController, implemented by NetconfControllerImpl, tracks : tracks all the NETCONF devices, serves as a one stop for connecting and obtaining an active a device and (un)register listeners on devicesdevice events.

  • NetconfDevice implemented by NetconfDeviceImpl,NetconfSession implemented by NetconfSessionImpl,: represents a NETCONF capable device connected to the ONOS core with his own NetconfSession and his informations saved in an instance of NetconfDeviceInfo
  • NetconfSession: interface that every type of connection to a NETCONF device must implement, represents the single access point for any operation on the device. An example is NetconfSessionImpl:  uses an SSH2 Connection and Session to exchange information and perform operations like get/set-config with the physical NETCONF device.
  • NetconfDeviceProvider
  • NetconfDeviceListener implemented by InnerNetconfDeviceListener in NetconfDeviceProvider,
  • NetconfDeviceInfo
  • XMLConfigParser

...