LoggingParams

Class

Declaration

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

Purpose

Encapsulate logging parameters from Rendezvous routing daemons.

Method

Description

LoggingParams.connections()

Extract a flag that reflects logging for neighbor connections.

LoggingParams.getAsMap()

Format the logging parameters as a map.

LoggingParams.subjectData()

Extract a flag that reflects logging for subject data (forwarded messages).

LoggingParams.subjectInterest()

Extract a flag that reflects logging for subject interest (subscription requests).

Remarks

Instances of this class are read-only objects. Methods do not interact with the component.

RvrdProxy.getLoggingParams() returns instances of this class.

See Also

Read-Only Objects

RvrdProxy.getLoggingParams()