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

GetActualClass – PB Docs 2018 – PowerBuilder Library

GetActualClass – PB Docs 2018

GetActualClass

Description

Returns the class of the Java object that a PowerBuilder proxy
object represents.

Syntax

Argument

Description

javavm

An instance of the JavaVM class

proxyobject

An instantiated PowerBuilder proxy
object

Return value

String

Usage

If an EJB method is defined to return a Java class that is not the
actual object returned at runtime, but is instead a class that the
actual object’s class extends or implements, you can use
GetActualClass to return the class of the actual object returned. You
can then use the DynamicCast method to cast the proxy returned from the
method to a proxy for the actual class of the object.

For more information and an example, see the description of the
DynamicCast method.

See also

CreateJavaVM

DynamicCast

GetInterfaces

GetSuperClass


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