BorderRouter

Class

Declaration

class com.tibco.tibrv.config.BorderRouter
  extends Router

Purpose

Represent a border router interface.

Remarks

The method RvrdProxy.getRouter() can return an object of this class.

Once a border router is configured, you cannot remove it, rename it, nor convert it to a first-tier router. Nor can you convert a first-tier router to a border router.

Method

Description

BorderRouter.addPolicyRule()

Add a policy rule for a pair of interfaces.

BorderRouter.getPolicyRule()

BorderRouter.getPolicyRules()

Get policy rules of a border router.

BorderRouter.removePolicyRule()

Remove a policy rule from the border router.

BorderRouter.toXml()

Format the border router information as an XML document.

Inherited Methods

Router.addAcceptAnyInterface()

Router.addActiveInterface()

Router.addLocalNetworkInterface()

Router.addPassiveInterface()

Router.addSeekAnyInterface()

Router.clearMaxBacklog()

Router.getLocalNetworkInterfaces()

Router.getMaxBacklog()

Router.getName()

Router.getNeighborInterfaces()

Router.removeLocalNetworkInterface()

Router.removeLocalNetworkInterfaces()

Router.removeNeighborInterface()

Router.removeNeighborInterfaces()

Router.setMaxBacklog()

Router.toXml() override

See Also

RvrdProxy.addBorderRouter()

RvrdProxy.getRouter()

PolicyRule

For the corresponding browser pages and background information, see Border Routing in TIBCO Rendezvous Administration, and the sections that follow it