Uses of Class
org.omg.IOP.ServiceContext
-
Packages that use ServiceContext Package Description org.omg.IOP This package contains theIOPmodule specified in the OMG document The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 13.6.org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. -
-
Uses of ServiceContext in org.omg.IOP
Fields in org.omg.IOP declared as ServiceContext Modifier and Type Field Description ServiceContextServiceContextHolder. valueServiceContext[]ServiceContextListHolder. valueMethods in org.omg.IOP that return ServiceContext Modifier and Type Method Description 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 Method Description 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 Description ServiceContextHolder(ServiceContext initialValue)ServiceContextListHolder(ServiceContext[] initialValue) -
Uses of ServiceContext in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return ServiceContext Modifier and Type Method Description ServiceContextRequestInfoOperations. get_reply_service_context(int id)Returns a copy of the service context with the given ID that is associated with the reply.ServiceContextRequestInfoOperations. get_request_service_context(int id)Returns a copy of the service context with the given ID that is associated with the request.Methods in org.omg.PortableInterceptor with parameters of type ServiceContext Modifier and Type Method Description voidServerRequestInfoOperations. add_reply_service_context(ServiceContext service_context, boolean replace)Allows Interceptors to add service contexts to the request.voidClientRequestInfoOperations. add_request_service_context(ServiceContext service_context, boolean replace)Allows Interceptors to add service contexts to the request.
-