public interface IORInfoOperations
IORInterceptor.establish_components
。
IORInterceptor
Modifier and Type | Method and Description |
---|---|
ObjectReferenceTemplate |
adapter_template()
返回的对象适配器,刚刚创建和运行IOR拦截对象参考模板。
|
void |
add_ior_component_to_profile(TaggedComponent tagged_component, int profile_id)
一种便携式ORB服务实现电话
add_ior_component_to_profile 从实施
establish_components 添加标签组件的设置将包括在构建模式。
|
void |
add_ior_component(TaggedComponent tagged_component)
一种便携式ORB服务实现电话实现
establish_components
add_ior_component 添加标签组件的设置将包括在构建模式。
|
ObjectReferenceFactory |
current_factory()
在读,返回当前的工厂,将用于创建对象适配器,刚刚创建和运行IOR拦截器对象引用。
|
void |
current_factory(ObjectReferenceFactory newCurrent_factory)
在读,返回当前的工厂,将用于创建对象适配器,刚刚创建和运行IOR拦截器对象引用。
|
Policy |
get_effective_policy(int type)
允许ORB服务实现来确定哪些服务器端政策的某一特定类型是影响IOR的构造。
|
int |
manager_id()
返回的对象适配器,刚刚创建和运行IOR拦截器的适配器标识符。
|
short |
state()
返回的对象适配器,刚刚创建和运行IOR拦截器适配器状态。
|
Policy get_effective_policy(int type)
get_effective_policy
的
PortableServer.POA.create_POA
呼叫。
如果一个给定类型的政策是不知道的天体,那么这个操作将把INV_POLICY
与标准的小代码2。
type
指定返回类型int的政策。
CORBA.Policy
对象。如果已知给定的策略类型,但没有该类型的策略是有效的,那么此操作将返回一个无对象引用。
void add_ior_component(TaggedComponent tagged_component)
add_ior_component
从实施
establish_components
添加标签组件的设置将包括在构建模式。此集合中的组件将包含在所有配置文件中。
任何数量的组件可能存在相同的组件标识。
tagged_component
- iop.taggedcomponent添加。
void add_ior_component_to_profile(TaggedComponent tagged_component, int profile_id)
add_ior_component_to_profile
从实施
establish_components
添加标签组件的设置将包括在构建模式。此集合中的组件将包含在指定的配置文件中。
任何数量的组件可能存在相同的组件标识。
tagged_component
-
IOP.TaggedComponent
添加。
profile_id
-配置文件ID的轮廓,组件将被添加。
BAD_PARAM
-扔,一个标准的小代码29,如果指定的配置文件ID不定义一个已知的轮廓或是不可能的,配置文件中添加组件。
int manager_id()
short state()
ObjectReferenceTemplate adapter_template()
ObjectReferenceFactory current_factory()
void current_factory(ObjectReferenceFactory newCurrent_factory)
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.