Router.removeNeighborInterface()
Method
Related Forms
Router.removeNeighborInterfaces()
Declaration
RouterremoveNeighborInterface
(
java.lang.String interfaceId)
throws ConfigurationException
RouterremoveNeighborInterfaces
(
java.lang.String[] interfaceIds)
throws ConfigurationException
Purpose
Remove neighbor interfaces from the router.
Remarks
When removing more than neighbor interface, the second method is faster than repeatedly calling the first method.
These methods return the Router object, so programs can conveniently chain additional method calls to the return value.
Parameter |
Description |
|
Remove the neighbor interface with this ID. |
|
Remove all the neighbor interfaces specified in this array. |
See Also
Router.addAcceptAnyInterface()
Router.getNeighborInterfaces()
For the corresponding browser page, see Neighbor Interfaces in
For background information, see Neighbors in