- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- org.omg.CORBA_2_3.portable.ObjectImpl
-
- All Implemented Interfaces:
-
Object
- 已知直接子类:
-
Stub
public abstract class ObjectImpl extends ObjectImpl
ObjectImpl类是所有存根的基类。 它提供了基本的授权机制。 它扩展了org.omg.CORBA.portable.ObjectImpl,并提供了由CORBA 2.3定义的新方法。- 从以下版本开始:
- JDK1.2
- 另请参见:
-
ObjectImpl
-
-
构造方法摘要
构造方法 Constructor 描述 ObjectImpl()
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 String
_get_codebase()
返回此对象引用的代码库。-
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, _ids, _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
-
-
-
-
方法详细信息
-
_get_codebase
public String _get_codebase()
返回此对象引用的代码库。- 结果
- 代码库作为空格分隔的url字符串列表,如果没有,则为null。
-
-