public interface ObjectReferenceFactory
对象引用工厂。此接口提供创建对象引用的能力。
方法摘要 | |
---|---|
Object |
make_object(String repositoryId, byte[] object_id) make_object 根据此模板中的数据,使用给定的存储库 ID 和对象 ID 创建 CORBA 对象引用。 |
从接口 org.omg.CORBA.portable.ValueBase 继承的方法 |
---|
_truncatable_ids |
方法详细信息 |
---|
Object make_object(String repositoryId, byte[] object_id)