Uses of Interface
com.sun.corba.ee.spi.servicecontext.ServiceContexts
Packages that use ServiceContexts
Package
Description
-
Uses of ServiceContexts in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ServiceContextsModifier 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 ServiceContexts in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return ServiceContextsModifier and TypeMethodDescriptionMessageMediatorImpl.getReplyServiceContexts()MessageMediatorImpl.getRequestServiceContexts()protected ServiceContextsMessageMediatorImpl.getServiceContextsForReply(MessageMediator messageMediator, ServiceContexts contexts) Methods in com.sun.corba.ee.impl.protocol with parameters of type ServiceContextsModifier and TypeMethodDescriptionprotected voidClientRequestDispatcherImpl.addCodeSetServiceContext(Connection conn, ServiceContexts ctxs, GIOPVersion giopVersion) MessageMediatorImpl.createLocationForward(MessageMediator messageMediator, IOR ior, ServiceContexts svc) MessageMediatorImpl.createResponse(MessageMediator messageMediator, ServiceContexts svc) protected MessageMediatorMessageMediatorImpl.createResponseHelper(MessageMediator messageMediator, ServiceContexts svc) protected MessageMediatorMessageMediatorImpl.createResponseHelper(MessageMediator messageMediator, ServiceContexts svc, boolean user) MessageMediatorImpl.createSystemExceptionResponse(MessageMediator messageMediator, SystemException ex, ServiceContexts svc) MessageMediatorImpl.createUserExceptionResponse(MessageMediator messageMediator, ServiceContexts svc) protected ServiceContextsMessageMediatorImpl.getServiceContextsForReply(MessageMediator messageMediator, ServiceContexts contexts) protected booleanServerRequestDispatcherImpl.processCodeSetContext(MessageMediator request, ServiceContexts contexts) Handles setting the connection's code sets if required.voidMessageMediatorImpl.setRequestServiceContexts(ServiceContexts sc) -
Uses of ServiceContexts in com.sun.corba.ee.impl.protocol.giopmsgheaders
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return ServiceContextsModifier and TypeMethodDescriptionReplyMessage_1_0.getServiceContexts()ReplyMessage_1_1.getServiceContexts()ReplyMessage_1_2.getServiceContexts()ReplyMessage.getServiceContexts()RequestMessage_1_0.getServiceContexts()RequestMessage_1_1.getServiceContexts()RequestMessage_1_2.getServiceContexts()RequestMessage.getServiceContexts()Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type ServiceContextsModifier and TypeMethodDescriptionstatic ReplyMessageMessageBase.createReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior) static RequestMessageMessageBase.createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, String operation, ServiceContexts service_contexts, Principal requesting_principal) voidRequestMessage_1_0.setServiceContexts(ServiceContexts sc) voidRequestMessage_1_1.setServiceContexts(ServiceContexts sc) voidRequestMessage_1_2.setServiceContexts(ServiceContexts sc) voidRequestMessage.setServiceContexts(ServiceContexts sc) -
Uses of ServiceContexts in com.sun.corba.ee.impl.servicecontext
Classes in com.sun.corba.ee.impl.servicecontext that implement ServiceContextsMethods in com.sun.corba.ee.impl.servicecontext that return ServiceContextsModifier and TypeMethodDescriptionServiceContextsImpl.copy()send back a shallow copy of the ServiceContexts container -
Uses of ServiceContexts in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return ServiceContextsModifier and TypeMethodDescriptionMessageMediator.getReplyServiceContexts()MessageMediator.getRequestServiceContexts()Methods in com.sun.corba.ee.spi.protocol with parameters of type ServiceContextsModifier and TypeMethodDescriptionProtocolHandler.createLocationForward(MessageMediator messageMediator, IOR ior, ServiceContexts svc) ProtocolHandler.createResponse(MessageMediator messageMediator, ServiceContexts svc) ProtocolHandler.createSystemExceptionResponse(MessageMediator messageMediator, SystemException ex, ServiceContexts svc) ProtocolHandler.createUserExceptionResponse(MessageMediator messageMediator, ServiceContexts svc) voidMessageMediator.setRequestServiceContexts(ServiceContexts sc) -
Uses of ServiceContexts in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext that return ServiceContextsModifier and TypeMethodDescriptionServiceContexts.copy()ServiceContextsCache.get(ServiceContextsCache.CASE c) static ServiceContextsServiceContextDefaults.makeServiceContexts(ORB orb) static ServiceContextsServiceContextDefaults.makeServiceContexts(InputStream is)