J-Integra® Espresso Programming Documentation (API)

Servant._is_a Method

Checks to see if the specified repository_id is present on the list returned by _all_interfaces() or is the repository_id for the generic CORBA Object.

bool _is_a(
 string a_strId
);

Parameters

a_strId
the id to be checked in the repository list or against the id of generic CORBA objects.

Return Value

The boolean indicating whether the specified a_strId is in the repository list or is same as a generic CORBA object.

Remarks

none

Exceptions

none

See Also

Servant Interface | Servant Members | Ics.PortableServer Namespace | Ics Namespace