public interface HandlerFacet extends Facet
Modifier and Type | Method and Description |
---|---|
void |
apply()
Apply any pending configuration changes to the device.
|
void |
fetch()
Fetch information pertaining to this facet from the device.
|
IpAddress |
getIpAddress()
Gets the IP address of the device with which this facet is associated.
|
void |
setIpAddress(IpAddress ip)
Set the device IP address with which this facet is to be associated.
|
getContext, getTypeName
IpAddress getIpAddress()
void setIpAddress(IpAddress ip)
ip
- IP address of the device with which this facet is to be
associatedvoid fetch()
void apply()
Copyright © 2015. All Rights Reserved.