- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- org.omg.CORBA.DynamicImplementation
-
- org.omg.CosNaming._NamingContextImplBase
-
- All Implemented Interfaces:
-
Serializable
,Object
,IDLEntity
,NamingContext
,NamingContextOperations
public abstract class _NamingContextImplBase extends DynamicImplementation implements NamingContext
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 _NamingContextImplBase()
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 String[]
_ids()
检索包含此ObjectImpl
对象支持的存储库标识符的字符串数组。void
invoke(ServerRequest r)
-
Methods inherited from interface org.omg.CosNaming.NamingContextOperations
bind, bind_context, bind_new_context, destroy, list, new_context, rebind, rebind_context, resolve, unbind
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
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
-
-
-
-
方法详细信息
-
_ids
public String[] _ids()
描述从类别复制:ObjectImpl
检索包含此ObjectImpl
对象支持的存储库标识符的字符串数组。 例如,对于stub,此方法返回有关stub支持的所有接口的信息。- 重写:
-
_ids
在DynamicImplementation
- 结果
-
该
ObjectImpl
实例支持的所有存储库标识的数组
-
invoke
public void invoke(ServerRequest r)
-
-