Router

Class

Declaration

class com.tibco.tibrv.config.Router
  extends java.lang.Object

Purpose

Represent a router interface.

Remarks

The method RvrdProxy.getRouter() returns an object of this class (or its subclass, BorderRouter).

Method

Description

Router.addAcceptAnyInterface()

Specify a neighbor interface that accepts any neighbor.

Router.addActiveInterface()

Specify a neighbor interface that actively connects with its neighbor.

Router.addLocalNetworkInterface()

Specify a local network interface.

Router.addPassiveInterface()

Specify a neighbor interface that passively accepts connections from its neighbor.

Router.addSeekAnyInterface()

Specify a neighbor interface that seeks any neighbor.

Router.clearMaxBacklog()

Disable protection against large backlog.

Router.getLocalNetworkInterfaces()

Get the local network interfaces of the router.

Router.getMaxBacklog()

Get the maximum backlog (in kilobytes).

Router.getName()

Get the name of the router.

Router.getNeighborInterfaces()

Get the neighbor interfaces of the router.

Router.removeLocalNetworkInterface()

Router.removeLocalNetworkInterfaces()

Remove local network interfaces from the router.

Router.removeNeighborInterface()

Router.removeNeighborInterfaces()

Remove neighbor interfaces from the router.

Router.setMaxBacklog()

Set the maximum backlog, and enable protection against large backlog.

Router.toXml()

Format the router information as an XML document.

See Also

RvrdProxy.addRouter()

RvrdProxy.getRouter()

For the corresponding browser pages, see Routers in TIBCO Rendezvous Administration, and the sections that follow it

For background information, see Routing Table Entry in TIBCO Rendezvous Administration