Issue 6689: HomeExecutorBase should have a get_servant method (components-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: This question is similar to the first one. When creating component or facet reference of service or session component, the first step is creating the object reference and associating its PortableServer::ObjectId with servant. Currently, the container manages executor, but the HomeExecutorBase interface does not provide a mechanism to get servant. The method would be very useful as it means the container can use executor to get servant, which is not possible now. Resolution: Replace the following text in formal/02-06-05 on page 3-40 module Components { local interface HomeExecutorBase {}; }; with module Components { local interface HomeExecutorBase { Servant get_servant() raises (CCMException); }; }; and add the operation description get_servant The get_servant operation returns a reference to the servant. Resolution: Revised Text: Actions taken: December 5, 2003: received issue Discussion: End of Annotations:===== 2. HomeExecutorBase should have a get_servant method This question is similar to the first one. When creating component or facet reference of service or session component, the first step is creating the object reference and associating its PortableServer::ObjectId with servant. Currently, the container manages executor, but the HomeExecutorBase interface does not provide a mechanism to get servant. The method would be very useful as it means the container can use executor to get servant, which is not possible now. Resolution: Replace the following text in formal/02-06-05 on page 3-40 module Components { local interface HomeExecutorBase {}; }; with module Components { local interface HomeExecutorBase { Servant get_servant() raises (CCMException); }; }; and add the operation description get_servant The get_servant operation returns a reference to the servant. Best Regards Sincerely, Deng Bo ---------------------------------------- Deng Bo National Lab. on Distributed Processing YanWaChi Street 47# Changsha, Hunan 410073 P.R.China Tel: +86-0731-4519624 Mobile: +86-13787419328 E-mail: db_zq@yahoo.com.cn ---------------------------------------- __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com