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

GetSuperClass – PB Docs 125 – PowerBuilder Library

GetSuperClass – PB Docs 125

JavaVM:

GetSuperClass method

Description

Returns
the name of the super class of 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 Values

String. If the current Java object is Java.lang.Object or
an interface, returns null.

Examples

This example assumes that you have subclassed the
Java Decimal class. Your class, My.Decimal, extends java.lang.Decimal.
After you build a proxy project for this class, you can determine
the real Java class name that the proxy represents with code like
the following:

Usage

This method returns the name of the immediate parent of the
class referenced by the proxy object. For example, if proxyobject is
a java.io.FilterReader, GetSuperClass returns java.io.Reader. GetSuperClass can
be used in conjunction with the GetInterfaces and DynamicCast methods
to cast a proxy object returned from an EJB method call to a different
object.

For more information, see the description of the DynamicCast method.

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