LocalNetworkInterface

Class

Declaration

class com.tibco.tibrv.config.LocalNetworkInterface
  extends java.lang.Object

Purpose

Represent a local network interface of a router.

Remarks

The method Router.getLocalNetworkInterfaces() returns an array of objects of this class.

Constant

Description

LocalNetworkInterface.DEFAULT_COST

Default path cost (1) between a local network and a router. To use the default cost, supply this constant to Router.addLocalNetworkInterface().

LocalNetworkInterface.UNSPECIFIED

To use default values for the service parameter of a local network interface, supply this constant to Router.addLocalNetworkInterface().

Method

Description

LocalNetworkInterface.addExportSubject()

Permit the router to export a subject from this local network.

LocalNetworkInterface.addImportSubject()

Permit the router to import a subject into this local network.

LocalNetworkInterface.addSubject()

Permit the router to import and export a subject.

LocalNetworkInterface.getCost()

Get the path cost for routing between the local network and its router.

LocalNetworkInterface.getExportSubjects()

Get the subjects that the router may export from this local network.

LocalNetworkInterface.getImportSubjects()

Get the subjects that the router may import into this local network.

LocalNetworkInterface.getName()

Get the unique name of the local network.

LocalNetworkInterface.getNetwork()

Get the network specification of the local network.

LocalNetworkInterface.getService()

Get the UDP service of the local network.

LocalNetworkInterface.removeExportSubject()

LocalNetworkInterface.removeExportSubjects()

Stop exporting a subject from this local network.

LocalNetworkInterface.removeImportSubject()

LocalNetworkInterface.removeImportSubjects()

Stop importing a subject from this local network.

LocalNetworkInterface.removeSubject()

LocalNetworkInterface.removeSubjects()

Stop importing and exporting a subject.

LocalNetworkInterface.toXml()

Format the local network information as an XML document.

See Also

Router.addLocalNetworkInterface()

Router.getLocalNetworkInterfaces()

For the corresponding browser pages, see Local Network Interfaces Configuration in TIBCO Rendezvous Administration, and the sections that follow it

For background information, see Local Network in TIBCO Rendezvous Administration