SecureDaemonProxy.setDefaultNetworkAndService()

Method

Declaration

SecureDaemonProxy setDefaultNetworkAndService(
    java.lang.String  networkSpecification,
    int               servicePort)
  throws ConfigurationException

Purpose

Set the default network and service pair of the secure daemon.

Remarks

When a client transport does not specify particular network and service parameters, it automatically communicates over this default network and service. For example, when the client program supplies null values for either of these parameters, the secure daemon supplies this pair as a default.

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

Parameter

Description

networkSpecification

Use this network as the default.

servicePort

Use this UDP service as the default.

See Also

SecureDaemonProxy

SecureDaemonProxy.getDefaultNetworkAndService()

NetworkServicePair

For the corresponding browser pages, see Default Network and Service in TIBCO Rendezvous Administration

For background information, see Network and Service Authorization in TIBCO Rendezvous Administration