Router.removeLocalNetworkInterface()

Method

Related Forms

Router.removeLocalNetworkInterfaces()

Declaration

Router removeLocalNetworkInterface(
    java.lang.String  localNetworkName)
  throws ConfigurationException
Router removeLocalNetworkInterfaces(
    java.lang.String[]  localNetworkNames)
  throws ConfigurationException

Purpose

Remove local network interfaces from the router.

Remarks

When removing more than network 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

localNetworkName

Remove the network interface with this name.

localNetworkNames

Remove all the network interfaces named in this array.

See Also

LocalNetworkInterface

Router

Router.addLocalNetworkInterface()

Router.getLocalNetworkInterfaces()

For the corresponding browser page, see Local Network Interfaces Configuration in TIBCO Rendezvous Administration

For background information, see these sections:

Routing Table Entry in TIBCO Rendezvous Administration
Local Network in TIBCO Rendezvous Administration