-
Key: CORBA35-44
-
Legacy Issue Number: 7732
-
Status: open
-
Source: National Lab, Distributed Process, China ( Deng Bo)
-
Summary:
There is no standard way for container to intercept component state management.
By which container can implement O/R mapping and management component states.Resolution:
Container can intercept state management by provide a storage object for executor segment.
Replace the following text in formal/02-06-05 on page 3-39module Components
{
local interface EnterpriseComponent
{};
};with
module Components
{ void set_persistent_object(in StorageObjectBase); }
{
local interface EnterpriseComponent
;
};and add the operation description
set_persistent_object
Set context object for executors
-
Reported: CORBA 3.0.3 — Fri, 10 Sep 2004 04:00 GMT
-
Updated: Wed, 1 Feb 2023 21:59 GMT
CORBA35 — EnterpriseComponent should have a set_persistent_object method
- Key: CORBA35-44
- OMG Task Force: CORBA 3.5 RTF