public class _PolicyStub extends ObjectImpl implements Policy
org / omg / CORBA / _PolicyStub.java由IDL到Java编译器(便携式)生成,版本“3.0”来自../../../../../src/share/classes/org/ omg / PortableServer / corba.idl。 1999年7月17日星期六12:26:20 PDT
Constructor and Description |
---|
_PolicyStub()
构造函数注意:如果使用默认构造函数,则在_set_delegate(...)被调用之前,该对象是无用的。
|
_PolicyStub(Delegate delegate)
构造一个
_PolicyStub 给定初始化的对象
Delegate 对象。
|
Modifier and Type | Method and Description |
---|---|
String[] |
_ids()
检索包含此
ObjectImpl 对象支持的存储库标识符的字符串数组。
|
Policy |
copy()
复制策略对象。
|
void |
destroy()
销毁策略对象。
|
int |
policy_type()
返回与策略对象类型对应的常量值。
|
_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
clone, 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_override
public _PolicyStub()
public _PolicyStub(Delegate delegate)
_PolicyStub
对象,该对象使用给定的
Delegate
对象初始化。
delegate
- 一个委托对象
public int policy_type()
policy_type
在界面
PolicyOperations
public Policy copy()
copy
在接口
PolicyOperations
public void destroy()
destroy
在界面
PolicyOperations
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.