Uses of Class
org.omg.IOP.ServiceContext
-
Packages that use ServiceContext 软件包 描述 org.omg.IOP 该包包含OMG文档 “通用对象请求代理:体系结构和规范 ” formal/99-10-07第13.6节中指定的IOP模块。org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of ServiceContext in org.omg.IOP
Fields in org.omg.IOP declared as ServiceContext Modifier and Type Field 描述 ServiceContextServiceContextHolder. valueServiceContext[]ServiceContextListHolder. valueMethods in org.omg.IOP that return ServiceContext Modifier and Type 方法 描述 static ServiceContextServiceContextHelper. extract(Any a)static ServiceContext[]ServiceContextListHelper. extract(Any a)static ServiceContextServiceContextHelper. read(InputStream istream)static ServiceContext[]ServiceContextListHelper. read(InputStream istream)Methods in org.omg.IOP with parameters of type ServiceContext Modifier and Type 方法 描述 static voidServiceContextHelper. insert(Any a, ServiceContext that)static voidServiceContextListHelper. insert(Any a, ServiceContext[] that)static voidServiceContextHelper. write(OutputStream ostream, ServiceContext value)static voidServiceContextListHelper. write(OutputStream ostream, ServiceContext[] value)Constructors in org.omg.IOP with parameters of type ServiceContext Constructor 描述 ServiceContextHolder(ServiceContext initialValue)ServiceContextListHolder(ServiceContext[] initialValue) -
Uses of ServiceContext in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return ServiceContext Modifier and Type 方法 描述 ServiceContextRequestInfoOperations. get_reply_service_context(int id)使用与回复关联的给定ID返回服务上下文的副本。ServiceContextRequestInfoOperations. get_request_service_context(int id)使用与请求相关联的给定ID返回服务上下文的副本。Methods in org.omg.PortableInterceptor with parameters of type ServiceContext Modifier and Type 方法 描述 voidServerRequestInfoOperations. add_reply_service_context(ServiceContext service_context, boolean replace)允许拦截器向请求添加服务上下文。voidClientRequestInfoOperations. add_request_service_context(ServiceContext service_context, boolean replace)允许拦截器向请求添加服务上下文。
-