Environment

Class

Superclasses

System.Object
  Environment

Visual Basic

NotInheritable Public Class Environment

C#

public sealed class Environment

Purpose

The Rendezvous environment.

Remarks

Programs do not create instances of Environment. Instead, programs use its static methods to open and close the Rendezvous environment.

Method

Description

Page

Public Static Methods

Environment.Open

Start Rendezvous internal machinery.

Environment.Open

Environment.Close

Stop and destroy Rendezvous internal machinery.

Environment.Close

IPM

Environment.IsIPM()

Test whether the IPM library is linked.

Environment.IsIPM()

Environment.SetRVParameters()

Set TIBCO Rendezvous daemon command line parameters for IPM.

Environment.SetRVParameters()

Member

Description

 

Public Static Properties

DefaultQueue

Queue

The default queue. Each process has exactly one default queue; the call Environment.Open automatically creates it. Programs must not destroy the default queue.

Get

IntraProcessTransport

IntraProcessTransport

The intra-process transport. Each process has exactly one intra-process transport; the call Environment.Open automatically creates it. Programs cannot destroy the intra-process transport.

If the Rendezvous environment is not open, this property is null.

Get

StringEncoding Encoding

The character encoding for converting between Unicode strings and Rendezvous wire format strings. For more information, see Strings and Character Encodings

.

Warning 

Do not set this property while any listener objects are valid. We recommend setting it at program start, before creating any listeners.

Note 

Encoding changes are not retroactive; that is, changing the encoding affects only future string translations.

Get

Set

Version String

TIBCO Rendezvous API release number.

Get