Uses of Class
org.omg.IOP.ServiceContext

Packages that use ServiceContext
org.jacorb.orb.dsi   
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.omg.GIOP   
org.omg.IOP   
org.omg.PortableInterceptor   
 

Uses of ServiceContext in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return ServiceContext
 ServiceContext[] ServerRequest.getServiceContext()
           
 

Uses of ServiceContext in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return ServiceContext
 ServiceContext RequestInputStream.getServiceContext(int id)
           
static ServiceContext CodeSet.createCodesetContext(int tcs, int tcsw)
           
 ServiceContext ReplyInputStream.getServiceContext(int id)
          Returns the ServiceContext with the given id, if one is present.
 

Methods in org.jacorb.orb.giop with parameters of type ServiceContext
static CodeSetContext CodeSet.getCodeSetContext(ServiceContext[] contexts)
           
 void ServiceContextTransportingOutputStream.addServiceContext(ServiceContext ctx)
           
 

Uses of ServiceContext in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that return ServiceContext
 ServiceContext RequestInfoImpl.get_reply_service_context(int id)
           
 ServiceContext RequestInfoImpl.get_request_service_context(int id)
           
 ServiceContext ServerRequestInfoImpl.get_reply_service_context(int id)
           
 ServiceContext ClientRequestInfoImpl.get_request_service_context(int id)
           
 ServiceContext ClientRequestInfoImpl.get_reply_service_context(int id)
           
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type ServiceContext
 void RequestInfoImpl.setRequestServiceContexts(ServiceContext[] ctx)
          Make the existing request ServiceContexts available to the interceptors.
 void RequestInfoImpl.setReplyServiceContexts(ServiceContext[] ctx)
          Make the existing reply ServiceContexts available to the interceptors.
 void ServerRequestInfoImpl.add_reply_service_context(ServiceContext service_context, boolean replace)
           
 void ClientRequestInfoImpl.add_request_service_context(ServiceContext service_context, boolean replace)
           
 

Uses of ServiceContext in org.omg.GIOP
 

Fields in org.omg.GIOP declared as ServiceContext
 ServiceContext[] ReplyHeader_1_0.service_context
           
 ServiceContext[] RequestHeader_1_2.service_context
           
 ServiceContext[] RequestHeader_1_1.service_context
           
 ServiceContext[] ReplyHeader_1_2.service_context
           
 ServiceContext[] RequestHeader_1_0.service_context
           
 

Constructors in org.omg.GIOP with parameters of type ServiceContext
ReplyHeader_1_0(ServiceContext[] service_context, int request_id, ReplyStatusType_1_0 reply_status)
           
RequestHeader_1_2(int request_id, byte response_flags, byte[] reserved, TargetAddress target, java.lang.String operation, ServiceContext[] service_context)
           
RequestHeader_1_1(ServiceContext[] service_context, int request_id, boolean response_expected, byte[] reserved, byte[] object_key, java.lang.String operation, byte[] requesting_principal)
           
ReplyHeader_1_2(int request_id, ReplyStatusType_1_2 reply_status, ServiceContext[] service_context)
           
RequestHeader_1_0(ServiceContext[] service_context, int request_id, boolean response_expected, byte[] object_key, java.lang.String operation, byte[] requesting_principal)
           
 

Uses of ServiceContext in org.omg.IOP
 

Fields in org.omg.IOP declared as ServiceContext
 ServiceContext[] ServiceContextListHolder.value
           
 ServiceContext ServiceContextHolder.value
           
 

Methods in org.omg.IOP that return ServiceContext
static ServiceContext[] ServiceContextListHelper.extract(Any any)
           
static ServiceContext[] ServiceContextListHelper.read(InputStream _in)
           
static ServiceContext ServiceContextHelper.extract(Any any)
           
static ServiceContext ServiceContextHelper.read(InputStream in)
           
 

Methods in org.omg.IOP with parameters of type ServiceContext
static void ServiceContextListHelper.insert(Any any, ServiceContext[] s)
           
static void ServiceContextListHelper.write(OutputStream _out, ServiceContext[] _s)
           
static void ServiceContextHelper.insert(Any any, ServiceContext s)
           
static void ServiceContextHelper.write(OutputStream out, ServiceContext s)
           
 

Constructors in org.omg.IOP with parameters of type ServiceContext
ServiceContextListHolder(ServiceContext[] initial)
           
ServiceContextHolder(ServiceContext initial)
           
 

Uses of ServiceContext in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that return ServiceContext
 ServiceContext RequestInfoOperations.get_request_service_context(int id)
           
 ServiceContext RequestInfoOperations.get_reply_service_context(int id)
           
 

Methods in org.omg.PortableInterceptor with parameters of type ServiceContext
 void ServerRequestInfoOperations.add_reply_service_context(ServiceContext service_context, boolean replace)
           
 void ClientRequestInfoOperations.add_request_service_context(ServiceContext service_context, boolean replace)