Uses of Class
org.omg.IOP.TaggedProfile
-
Packages that use TaggedProfile 软件包 描述 org.omg.IOP 该包包含OMG文档 “通用对象请求代理:体系结构和规范 ” formal/99-10-07 ,第13.6节中指定的IOP
模块。org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of TaggedProfile in org.omg.IOP
Fields in org.omg.IOP declared as TaggedProfile Modifier and Type Field 描述 TaggedProfile[]
IOR. profiles
与此对象引用相关联的已标记配置文件的数组。TaggedProfile
TaggedProfileHolder. value
Methods in org.omg.IOP that return TaggedProfile Modifier and Type 方法 描述 static TaggedProfile
TaggedProfileHelper. extract(Any a)
static TaggedProfile
TaggedProfileHelper. read(InputStream istream)
Methods in org.omg.IOP with parameters of type TaggedProfile Modifier and Type 方法 描述 static void
TaggedProfileHelper. insert(Any a, TaggedProfile that)
static void
TaggedProfileHelper. write(OutputStream ostream, TaggedProfile value)
Constructors in org.omg.IOP with parameters of type TaggedProfile Constructor 描述 IOR(String _type_id, TaggedProfile[] _profiles)
TaggedProfileHolder(TaggedProfile initialValue)
-
Uses of TaggedProfile in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return TaggedProfile Modifier and Type 方法 描述 TaggedProfile
ClientRequestInfoOperations. effective_profile()
返回将用于发送请求的配置文件。
-