- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- org.omg.CORBA.DynamicImplementation
-
- All Implemented Interfaces:
-
Object
已过时。org.omg.CORBA.DynamicImplementation
@Deprecated public class DynamicImplementation extends ObjectImpl
-
-
构造方法摘要
构造方法 Constructor 描述 DynamicImplementation()
已过时。
-
方法摘要
所有方法 接口方法 具体的方法 弃用的方法 Modifier and Type 方法 描述 String[]
_ids()
已过时。检索包含此ObjectImpl
对象支持的存储库标识符的字符串数组。void
invoke(ServerRequest request)
已过时。便携式对象适配器已弃用-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
-
-
-
-
方法详细信息
-
invoke
@Deprecated public void invoke(ServerRequest request)
已过时。 便携式对象适配器已弃用
-
_ids
public String[] _ids()
已过时。描述从类复制:ObjectImpl
检索包含此ObjectImpl
对象支持的存储库标识符的字符串数组。 例如,对于stub,此方法返回有关stub支持的所有接口的信息。- Specified by:
-
_ids
在ObjectImpl
- 结果
-
该
ObjectImpl
实例支持的所有存储库标识的数组
-
-