Uses of Interface
com.sun.corba.ee.spi.servicecontext.ServiceContexts
-
-
Uses of ServiceContexts in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ServiceContexts Modifier and Type Method Description protected void
RequestInfoImpl. addServiceContext(java.util.Map<java.lang.Integer,ServiceContext> cachedServiceContexts, ServiceContexts serviceContexts, ServiceContext service_context, boolean replace)
Utility method to add an IOP.ServiceContext to a core.ServiceContexts object.protected ServiceContext
RequestInfoImpl. getServiceContext(java.util.Map<java.lang.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 ServiceContexts Modifier and Type Method Description ServiceContexts
MessageMediatorImpl. getReplyServiceContexts()
ServiceContexts
MessageMediatorImpl. getRequestServiceContexts()
protected ServiceContexts
MessageMediatorImpl. getServiceContextsForReply(MessageMediator messageMediator, ServiceContexts contexts)
Methods in com.sun.corba.ee.impl.protocol with parameters of type ServiceContexts Modifier and Type Method Description protected void
ClientRequestDispatcherImpl. addCodeSetServiceContext(Connection conn, ServiceContexts ctxs, GIOPVersion giopVersion)
private void
MessageMediatorImpl. addExceptionDetailMessage(MessageMediator mediator, SystemException ex, ServiceContexts serviceContexts)
MessageMediator
MessageMediatorImpl. createLocationForward(MessageMediator messageMediator, IOR ior, ServiceContexts svc)
MessageMediator
MessageMediatorImpl. createResponse(MessageMediator messageMediator, ServiceContexts svc)
protected MessageMediator
MessageMediatorImpl. createResponseHelper(MessageMediator messageMediator, ServiceContexts svc)
protected MessageMediator
MessageMediatorImpl. createResponseHelper(MessageMediator messageMediator, ServiceContexts svc, boolean user)
MessageMediator
MessageMediatorImpl. createSystemExceptionResponse(MessageMediator messageMediator, SystemException ex, ServiceContexts svc)
MessageMediator
MessageMediatorImpl. createUserExceptionResponse(MessageMediator messageMediator, ServiceContexts svc)
protected ServiceContexts
MessageMediatorImpl. getServiceContextsForReply(MessageMediator messageMediator, ServiceContexts contexts)
protected boolean
ServerRequestDispatcherImpl. processCodeSetContext(MessageMediator request, ServiceContexts contexts)
Handles setting the connection's code sets if required.void
MessageMediatorImpl. setRequestServiceContexts(ServiceContexts sc)
-
Uses of ServiceContexts in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as ServiceContexts Modifier and Type Field Description private ServiceContexts
ReplyMessage_1_0. service_contexts
private ServiceContexts
ReplyMessage_1_1. service_contexts
private ServiceContexts
ReplyMessage_1_2. service_contexts
private ServiceContexts
RequestMessage_1_0. service_contexts
private ServiceContexts
RequestMessage_1_1. service_contexts
private ServiceContexts
RequestMessage_1_2. service_contexts
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return ServiceContexts Modifier and Type Method Description ServiceContexts
ReplyMessage_1_0. getServiceContexts()
ServiceContexts
ReplyMessage_1_1. getServiceContexts()
ServiceContexts
ReplyMessage_1_2. getServiceContexts()
ServiceContexts
ReplyMessage. getServiceContexts()
ServiceContexts
RequestMessage_1_0. getServiceContexts()
ServiceContexts
RequestMessage_1_1. getServiceContexts()
ServiceContexts
RequestMessage_1_2. getServiceContexts()
ServiceContexts
RequestMessage. getServiceContexts()
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type ServiceContexts Modifier and Type Method Description static ReplyMessage
MessageBase. createReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior)
private static RequestMessage
MessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)
static RequestMessage
MessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)
void
RequestMessage_1_0. setServiceContexts(ServiceContexts sc)
void
RequestMessage_1_1. setServiceContexts(ServiceContexts sc)
void
RequestMessage_1_2. setServiceContexts(ServiceContexts sc)
void
RequestMessage. setServiceContexts(ServiceContexts sc)
Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type ServiceContexts Constructor Description ReplyMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior)
ReplyMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior)
ReplyMessage_1_2(ORB orb, int _request_id, int _reply_status, ServiceContexts _service_contexts, IOR _ior)
RequestMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _object_key, java.lang.String _operation, Principal _requesting_principal)
RequestMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, java.lang.String _operation, Principal _requesting_principal)
RequestMessage_1_2(ORB orb, int _request_id, byte _response_flags, byte[] _reserved, TargetAddress _target, java.lang.String _operation, ServiceContexts _service_contexts)
-
Uses of ServiceContexts in com.sun.corba.ee.impl.servicecontext
Classes in com.sun.corba.ee.impl.servicecontext that implement ServiceContexts Modifier and Type Class Description class
ServiceContextsImpl
Methods in com.sun.corba.ee.impl.servicecontext that return ServiceContexts Modifier and Type Method Description ServiceContexts
ServiceContextsImpl. 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 ServiceContexts Modifier and Type Method Description ServiceContexts
MessageMediator. getReplyServiceContexts()
ServiceContexts
MessageMediator. getRequestServiceContexts()
Methods in com.sun.corba.ee.spi.protocol with parameters of type ServiceContexts Modifier and Type Method Description MessageMediator
ProtocolHandler. createLocationForward(MessageMediator messageMediator, IOR ior, ServiceContexts svc)
MessageMediator
ProtocolHandler. createResponse(MessageMediator messageMediator, ServiceContexts svc)
MessageMediator
ProtocolHandler. createSystemExceptionResponse(MessageMediator messageMediator, SystemException ex, ServiceContexts svc)
MessageMediator
ProtocolHandler. createUserExceptionResponse(MessageMediator messageMediator, ServiceContexts svc)
void
MessageMediator. setRequestServiceContexts(ServiceContexts sc)
-
Uses of ServiceContexts in com.sun.corba.ee.spi.servicecontext
Fields in com.sun.corba.ee.spi.servicecontext with type parameters of type ServiceContexts Modifier and Type Field Description private java.util.EnumMap<ServiceContextsCache.CASE,ServiceContexts>
ServiceContextsCache. data
Methods in com.sun.corba.ee.spi.servicecontext that return ServiceContexts Modifier and Type Method Description ServiceContexts
ServiceContexts. copy()
ServiceContexts
ServiceContextsCache. get(ServiceContextsCache.CASE c)
static ServiceContexts
ServiceContextDefaults. makeServiceContexts(ORB orb)
static ServiceContexts
ServiceContextDefaults. makeServiceContexts(InputStream is)
-