14.13 PortableServerメンバー関数
PortableServerメンバー関数のC++へのマッピングは次のとおりです:
// C++
class PortableServer
{
public:
class LifespanPolicy;
class IdAssignmentPolicy;
class POA::find_POA
class reference_to_id
class POAManager;
class POA;
class Current;
class virtual ObjectId
class ServantBase
};-
ObjectId - 特定の抽象CORBAオブジェクトを識別するために、POAおよびユーザー指定の実装で使用される値です。
ObjectId値は、POAまたは実装で割り当ておよび管理できます。ObjectId値はリファレンスによってカプセル化されるので、クライアントからは隠ぺいされます。ObjectIdには標準の形式がないため、POAでは未解釈のオクテット・シーケンスとして管理されます。
次の項では、これ以外のクラスについて説明します。
- PortableServer::POA::activate_object
- PortableServer::POA::activate_object_with_id
- PortableServer::POA::create_id_assignment_policy
- PortableServer::POA::create_lifespan_policy
- PortableServer::POA::create_POA
- PortableServer::POA::create_reference
- PortableServer::POA::create_reference_with_id
- PortableServer::POA::deactivate_object
- PortableServer::POA::destroy
- PortableServer::POA::find_POA
- PortableServer::POA::reference_to_id
- PortableServer::POA::the_POAManager
- PortableServer::ServantBase::_default_POA
親トピック: CORBA API