J-Integra® Espresso Programming Documentation (API)

Delegate.is_a Method

Checks if the object reference is an instance of the given interface.

bool is_a(
 CORBA.Object self,
 string repository_id
);

Parameters

self
The object reference to be checked.
repository_id
The repository identifier of the interface to check against.

Return Value

true if the object reference supports the interface.

Remarks

none

Exceptions

none

See Also

Delegate Interface | Delegate Members | CORBA.portable Namespace | Ics.CORBA Namespace