RvrdProxy.addRouter()

Method

Related Forms

RvrdProxy.addRouters()

Declaration

Router addRouter(
    java.lang.String routerName)
  throws ConfigurationException
Router[] addRouters(
    java.lang.String[] routerNames)
  throws ConfigurationException

Purpose

Add router names to the routing daemon.

Remarks

When adding more than one router name, the second method is faster than repeatedly calling the first method.

Parameter

Description

routerName

Add this router name.

routerNames

Add all the router names in this array.

See Also

RvrdProxy.getRouter()

RvrdProxy.removeRouter()

Router

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

For the corresponding browser page, see Routers in TIBCO Rendezvous Administration