Uses of Class
org.omg.IOP.ServiceContext
Packages that use ServiceContext
-
Uses of ServiceContext in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ServiceContextModifier and TypeFieldDescription(package private) ServiceContextServerRequestInfoImpl.AddReplyServiceContextCommand.service_contextFields in com.sun.corba.ee.impl.interceptors with type parameters of type ServiceContextModifier and TypeFieldDescriptionprivate Map<Integer, ServiceContext> ClientRequestInfoImpl.cachedReplyServiceContextsprivate HashMap<Integer, ServiceContext> ServerRequestInfoImpl.cachedReplyServiceContextsprivate Map<Integer, ServiceContext> ClientRequestInfoImpl.cachedRequestServiceContextsprivate HashMap<Integer, ServiceContext> ServerRequestInfoImpl.cachedRequestServiceContextsMethods in com.sun.corba.ee.impl.interceptors that return ServiceContextModifier and TypeMethodDescriptionClientRequestInfoImpl.get_reply_service_context(int id) does not contain an etry for that ID, BAD_PARAM with a minor code of TBD_BP is raised.abstract ServiceContextRequestInfoImpl.get_reply_service_context(int id) Implementation for get_reply_service_context() differs for client and server implementations.ServerRequestInfoImpl.get_reply_service_context(int id) See ServerRequestInfo for javadocs.ClientRequestInfoImpl.get_request_service_context(int id) See RequestInfoImpl for javadoc.abstract ServiceContextRequestInfoImpl.get_request_service_context(int id) Implementation for get_request_service_context() differs for client and server implementations.ServerRequestInfoImpl.get_request_service_context(int id) See ServerRequestInfo for javadocs.protected ServiceContextRequestInfoImpl.getServiceContext(Map<Integer, ServiceContext> cachedServiceContexts, ServiceContexts serviceContexts, int id) Utility method to look up a service context with the given id and convert it to an IOP.ServiceContext.Methods in com.sun.corba.ee.impl.interceptors with parameters of type ServiceContextModifier and TypeMethodDescriptionvoidServerRequestInfoImpl.add_reply_service_context(ServiceContext service_context, boolean replace) Allows Interceptors to add service contexts to the request.voidClientRequestInfoImpl.add_request_service_context(ServiceContext service_context, boolean replace) Allows interceptors to add service contexts to the request.protected voidRequestInfoImpl.addServiceContext(Map<Integer, ServiceContext> cachedServiceContexts, ServiceContexts serviceContexts, ServiceContext service_context, boolean replace) Utility method to add an IOP.ServiceContext to a core.ServiceContexts object.Method parameters in com.sun.corba.ee.impl.interceptors with type arguments of type ServiceContextModifier and TypeMethodDescriptionprotected voidRequestInfoImpl.addServiceContext(Map<Integer, ServiceContext> cachedServiceContexts, ServiceContexts serviceContexts, ServiceContext service_context, boolean replace) Utility method to add an IOP.ServiceContext to a core.ServiceContexts object.protected ServiceContextRequestInfoImpl.getServiceContext(Map<Integer, ServiceContext> cachedServiceContexts, ServiceContexts serviceContexts, int id) Utility method to look up a service context with the given id and convert it to an IOP.ServiceContext. -
Uses of ServiceContext in org.omg.IOP
Fields in org.omg.IOP declared as ServiceContextMethods in org.omg.IOP that return ServiceContextModifier and TypeMethodDescriptionstatic ServiceContextstatic ServiceContext[]static ServiceContextServiceContextHelper.read(InputStream istream) static ServiceContext[]ServiceContextListHelper.read(InputStream istream) Methods in org.omg.IOP with parameters of type ServiceContextModifier and TypeMethodDescriptionstatic 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 ServiceContextModifierConstructorDescriptionServiceContextHolder(ServiceContext initialValue) ServiceContextListHolder(ServiceContext[] initialValue) -
Uses of ServiceContext in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return ServiceContextModifier and TypeMethodDescriptionRequestInfoOperations.get_reply_service_context(int id) Returns a copy of the service context with the given ID that is associated with the reply.RequestInfoOperations.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 ServiceContextModifier and TypeMethodDescriptionvoidServerRequestInfoOperations.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.