The portability package contains interfaces and classes
that are designed for and intended to be used by ORB
implementor. It exposes the publicly defined APIs that
are used to connect stubs and skeletons to the ORB.
The Delegate interface provides the ORB vendor specific
implementation of PortableServer::Servant.
Conformant to spec CORBA V2.3.1, ptc/00-01-08.pdf
This method checks to see if the specified repid is present
on the list returned by _all_interfaces() or is the
repository id for the generic CORBA Object.
param
Self the servant.
param
Repository_Id the repository_id to be checked in the
repository list or against the id of generic CORBA
object.
return
boolean indicating whether the specified repid is
in the list or is same as that got generic CORBA
object.