RvrdProxy.getRouter()

Method

Related Forms

RvrdProxy.getRouters()

Declaration

Router getRouter(
    java.lang.String routerName)
  throws ConfigurationException
Router[] getRouters()
  throws ConfigurationException

Purpose

Get routers from the routing daemon.

Remarks

getRouters() returns an array containing all the routers configured for the routing daemon.

getRouter() queries the routing daemon for a router with a specific router name, and returns that router (if it exists). If it does not exist, the method throws an exception.

Parameter

Description

routerName

Return the router with this router name, if it exists.

See Also

RvrdProxy.addRouter()

Router

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

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