_Is_A

Description

Checks to see whether a CORBA object is an instance of a class that implements a particular interface.

This function is used by PowerBuilder clients connecting to EAServer.

Applies to

CORBAObject objects

Syntax

corbaobject._Is_A ( classname )

Returns

Boolean. Returns true if the class of the object implements the specified interface and false if it does not.