Init

Sets ORB property values or initializes an instance of the CORBACurrent service object.

To

Use

Set ORB property values for client connections to EAServer using the JaguarORB object

Syntax 1For setting ORB property values

Initialize an instance of the CORBACurrent service object for client- or component-managed transactions

Syntax 2For initializing CORBACurrent


Syntax 1For setting ORB property values

Description

Sets ORB property values. This function is used by PowerBuilder clients connecting to EAServer.

Applies to

JaguarORB objects

Syntax

jaguarorb.Init ( options )

Returns

Long. Returns 0 if it succeeds and a negative number if an error occurs.


Syntax 2For initializing CORBACurrent

Description

Initializes an instance of the CORBACurrent service object.

Applies to

CORBACurrent objects

Syntax

CORBACurrent.Init ( { connection | URL} )

Returns

Integer. Returns 0 if it succeeds and a negative number if an error occurs.