public class _IDLTypeStub extends ObjectImpl implements IDLType
org / omg / CORBA / _IDLTypeStub.java由IDL-to-Java编译器(便携式)生成,版本“3.0”来自ir.idl。 1999年6月03日11:33:44 00:00 GMT + 00:00
| Constructor and Description |
|---|
_IDLTypeStub()
构造一个默认的
_IDLTypeStub对象。
|
_IDLTypeStub(Delegate delegate)
构造一个
_IDLTypeStub对象,该对象使用给定的
Delegate对象初始化。
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids()
检索包含此
ObjectImpl对象支持的存储库标识符的字符串数组。
|
DefinitionKind |
def_kind()
返回
DefinitionKind对应于此接口存储库对象。
|
void |
destroy()
破坏这个对象。
|
TypeCode |
type()
type属性描述由
IDLType派生的对象定义的类型。
|
_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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic _IDLTypeStub()
_IDLTypeStub对象。
注意:如果使用默认构造函数,则在调用方法_set_delegate之前,该对象是无用的。
public _IDLTypeStub(Delegate delegate)
_IDLTypeStub对象,使用给定的
Delegate对象进行初始化。
delegate - 一个Delegate对象
public TypeCode type()
IDLTypeOperations
IDLType派生的对象定义的类型。
type在界面
IDLTypeOperations
TypeCode 。
public DefinitionKind def_kind()
IRObjectOperations复制
DefinitionKind对应于此接口存储库对象。
def_kind在接口
IRObjectOperations
DefinitionKind对应这个Interface Repository对象。
public void destroy()
IRObjectOperations复制
Repository或在PrimitiveDef则BAD_INV_ORDER引发异常轻微值2.一种企图破坏的对象将离开储存库在非相干状态导致BAD_INV_ORDER例外与次要代码1被升高。
destroy在界面
IRObjectOperations
public String[] _ids()
ObjectImpl
ObjectImpl对象支持的存储库标识符的字符串数组。
例如,对于stub,此方法返回有关stub支持的所有接口的信息。
_ids在
ObjectImpl
ObjectImpl实例支持的所有存储库标识符的数组
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.