RvrdProxy.removeRouter()

Method

Related Forms

RvrdProxy.removeRouters()

Declaration

RvrdProxy removeRouter(
    java.lang.String routerName)
  throws ConfigurationException
RvrdProxy removeRouters(
    java.lang.String[] routerNames)
  throws ConfigurationException

Purpose

Remove router names from the routing daemon.

Remarks

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

These methods return the RvrdProxy object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

routerName

Remove this router name.

routerNames

Remove all the router names in this array.

See Also

RvrdProxy.addRouter()

RvrdProxy.getRouter()

Router

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

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