java.lang.Object org.omg.CORBA.portable.ObjectImpl org.omg.CORBA._IDLTypeStub
public class _IDLTypeStub
IDLType 的 Stub。有关 Stub 文件的更多信息,请参阅“生成的文件:Stub”。
org/omg/CORBA/_IDLTypeStub.java 由 "3.0" 版的 DL-to-Java 编译器(可移植)从 ir.idl 中生成,生成时间为 1999 年 6 月 3 日 11:33:44 (GMT+00:00)
构造方法摘要 | |
---|---|
_IDLTypeStub() 构造一个默认 _IDLTypeStub 对象。 |
|
_IDLTypeStub(Delegate delegate) 构造一个 _IDLTypeStub 对象,并使用给定 Delegate 对象初始化。 |
方法摘要 | |
---|---|
String[] |
_ids() 获得包含此 ObjectImpl 对象所支持的存储库标识符的字符串数组。 |
DefinitionKind |
def_kind() 返回对应于此接口存储库对象的 DefinitionKind 。 |
void |
destroy() 销毁此对象。 |
TypeCode |
type() type 属性描述源自 IDLType 的对象定义的类型。 |
从类 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 |
从类 java.lang.Object 继承的方法 |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
从接口 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 |
构造方法详细信息 |
---|
public _IDLTypeStub()
_IDLTypeStub
对象。注:如果使用默认构造方法,则该对象在调用
_set_delegate
方法前没有用。
public _IDLTypeStub(Delegate delegate)
_IDLTypeStub
对象,并使用给定
Delegate
对象初始化。
delegate
- Delegate 对象
方法详细信息 |
---|
public TypeCode type()
IDLTypeOperations
复制的描述
IDLType
的对象定义的类型。
IDLTypeOperations
中的
type
TypeCode
。
public DefinitionKind def_kind()
IRObjectOperations
复制的描述
DefinitionKind
。
IRObjectOperations
中的
def_kind
DefinitionKind
。
public void destroy()
IRObjectOperations
复制的描述
Repository
或
PrimitiveDef
调用此方法,则将引发
BAD_INV_ORDER
异常,并带有次要值 (minor value) 2。试图销毁将导致存储库处于不一致状态的对象将引发
BAD_INV_ORDER
异常,并带有次要代码 1。
IRObjectOperations
中的
destroy
public String[] _ids()
ObjectImpl
复制的描述
ObjectImpl
对象所支持的存储库标识符的字符串数组。例如,对于 sub,此方法返回所有关于该 stub 所支持的接口的信息。
ObjectImpl
中的
_ids
ObjectImpl
实例支持的所有存储库标识符所组成的数组