Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Object_To_String – PB Docs 126 – PowerBuilder Library

Object_To_String – PB Docs 126

Object_To_String PowerScript function

Description

Gets the string form of an object.

This function is used by PowerBuilder clients connecting to EAServer.

Controls

JaguarORB objects

Syntax

Argument

Description

jaguarorb

An instance of JaguarORB.

object

The CORBA object that will be converted
to a string.

The string representation of a CORBA object is an Interoperable
Object Reference (IOR) that describes how to connect to the server
hosting the object. EAServer supports both
standard format IORs (which are hex-encoded) and a URL format that
is human-readable.

Return Values

String. Returns the string representation
of a CORBA object.

Usage

The Object_To_String function
can be used to serialize a proxy object reference. By serializing
an object reference, you can save the state of the object so that it
persists after the client terminates processing.

Object_To_String is typically
used in conjunction with String_To_Object,
which allows you to deserialize an object reference.

Examples

The following example shows the use of the Object_To_String function
to serialize a proxy object reference:

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x