public interface NetconfDevice
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect()
Ensures that all sessions are closed.
|
NetconfDeviceInfo |
getDeviceInfo()
return all the info associated with this device.
|
NetconfSession |
getSession()
Returns a NETCONF session context for this device.
|
boolean |
isActive()
Returns whether a device is a NETCONF device with a capabilities list
and is accessible.
|
boolean isActive()
NetconfSession getSession()
void disconnect()
NetconfDeviceInfo getDeviceInfo()