Router.removeNeighborInterface()

Method

Related Forms

Router.removeNeighborInterfaces()

Declaration

Router removeNeighborInterface(
    java.lang.String  interfaceId)
  throws ConfigurationException
Router removeNeighborInterfaces(
    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

interfaceId

Remove the neighbor interface with this ID.

interfaceIds

Remove all the neighbor interfaces specified in this array.

See Also

LocalNetworkInterface

Router

Router.addAcceptAnyInterface()

Router.addActiveInterface()

Router.addPassiveInterface()

Router.addSeekAnyInterface()

Router.getNeighborInterfaces()

For the corresponding browser page, see Neighbor Interfaces in TIBCO Rendezvous Administration

For background information, see Neighbors in TIBCO Rendezvous Administration