SecureDaemonProxy.removeNetworkAndService()

Method

Related Form

SecureDaemonProxy.removeNetworksAndServices()

Declaration

SecureDaemonProxy removeNetworkAndService(
    java.lang.String  networkSpecification,
    int               servicePort)
  throws ConfigurationException
SecureDaemonProxy removeNetworksAndServices(
    java.lang.String[]  networksServices)
  throws ConfigurationException

Purpose

Remove authorization to communicate on a network and service pair.

Remarks

When removing more than one pairing of network and service, the second method is faster than repeatedly calling the first method.

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

Parameter

Description

networkSpecification

Remove authorization for this network.

servicePort

Remove authorization for this UDP service.

networksServices

Remove authorization for each pairing of network and service in this array. Each element in the array is a string that combines the network parameter with a UDP service; for example: ";225.1.1.1:5238"

To construct the two parts of these strings, see:

Constructing the Network Parameter in TIBCO Rendezvous Administration
Specifying the UDP Service in TIBCO Rendezvous Administration.

See Also

SecureDaemonProxy

SecureDaemonProxy.authorizeNetworkAndService()

SecureDaemonProxy.getNetworksAndServices()

NetworkServicePair

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

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