RvcacheProxy.setNetworkParams()

Method

Declaration

RvcacheProxy setNetworkParams(
    int               servicePort,
    java.lang.String  network,
    java.lang.String  daemon)
  throws ConfigurationException

Purpose

Set transport parameters.

Remarks

rvcache uses the transport for all network communication.

This method returns the RvcacheProxy object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

servicePort

Communicate on this UDP service.

network

Communicate on this network.

daemon

Request a client connection to rvd on this TCP port.

See Also

RvcacheProxy

RvcacheProxy.getNetworkParams()

For background information, see Browser Administration Interface in TIBCO Rendezvous Administration.