TAO_PortableGroup
2.2.8
|
import"PortableGroup.idl";
Public Member Functions | |
PortableServer::ObjectId | create_id_for_reference (in Object the_ref) raises (NotAGroupObject) |
IDs | reference_to_ids (in Object the_ref) raises (NotAGroupObject) |
void | associate_reference_with_id (in Object ref, in PortableServer::ObjectId oid) raises (NotAGroupObject) |
void | disassociate_reference_with_id (in Object ref, in PortableServer::ObjectId oid) raises (NotAGroupObject) |
Public Member Functions inherited from PortableServer::POA | |
ServantManager | get_servant_manager () |
Servant | get_servant () |
void PortableGroup::GOA::associate_reference_with_id | ( | in Object | ref, |
in PortableServer::ObjectId | oid | ||
) | |||
raises | ( | NotAGroupObject | |
) |
PortableServer::ObjectId PortableGroup::GOA::create_id_for_reference | ( | in Object | the_ref | ) | |
raises | ( | NotAGroupObject | |||
) |
void PortableGroup::GOA::disassociate_reference_with_id | ( | in Object | ref, |
in PortableServer::ObjectId | oid | ||
) | |||
raises | ( | NotAGroupObject | |
) |
IDs PortableGroup::GOA::reference_to_ids | ( | in Object | the_ref | ) | |
raises | ( | NotAGroupObject | |||
) |