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 描述 ServiceContext
ServiceContextHolder. value
ServiceContext[]
ServiceContextListHolder. value
Methods in org.omg.IOP that return ServiceContext Modifier and Type 方法 描述 static ServiceContext
ServiceContextHelper. extract(Any a)
static ServiceContext[]
ServiceContextListHelper. extract(Any a)
static ServiceContext
ServiceContextHelper. read(InputStream istream)
static ServiceContext[]
ServiceContextListHelper. read(InputStream istream)
Methods in org.omg.IOP with parameters of type ServiceContext Modifier and Type 方法 描述 static void
ServiceContextHelper. insert(Any a, ServiceContext that)
static void
ServiceContextListHelper. insert(Any a, ServiceContext[] that)
static void
ServiceContextHelper. write(OutputStream ostream, ServiceContext value)
static void
ServiceContextListHelper. 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 方法 描述 ServiceContext
RequestInfoOperations. get_reply_service_context(int id)
使用与回复关联的给定ID返回服务上下文的副本。ServiceContext
RequestInfoOperations. get_request_service_context(int id)
使用与请求相关联的给定ID返回服务上下文的副本。Methods in org.omg.PortableInterceptor with parameters of type ServiceContext Modifier and Type 方法 描述 void
ServerRequestInfoOperations. add_reply_service_context(ServiceContext service_context, boolean replace)
允许拦截器向请求添加服务上下文。void
ClientRequestInfoOperations. add_request_service_context(ServiceContext service_context, boolean replace)
允许拦截器向请求添加服务上下文。
-