J-Integra® Espresso Programming Documentation (API)

Delegate.is_a Method

The default behavior of this function is to return the root POA from the ORB instance associated with the servant.

bool is_a(
 Servant a_oServant,
 string a_strId
);

Parameters

a_oServant
the servant.
a_strId
the repository_id to be checked in the repository list or against the id of generic CORBA object.

Return Value

Boolean indicating whether the specified repid is in the list or is same as that got generic CORBA object.

Remarks

none

Exceptions

none

See Also

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