Uses of Class org.omg.IOP.ServiceContext

Uses in package gnu.CORBA

Methods with parameter type org.omg.IOP.ServiceContext

void
gnuRequest.add_request_service_context(ServiceContext service_context, boolean replace)
Add context to request.

Methods with return type org.omg.IOP.ServiceContext

ServiceContext
ServiceContext

Uses in package gnu.CORBA.Interceptor

Methods with parameter type org.omg.IOP.ServiceContext

void
void

Methods with return type org.omg.IOP.ServiceContext

ServiceContext
ServiceContext
ServiceContext
ServiceContext

Uses in package gnu.CORBA.GIOP

Constructors with parameter type org.omg.IOP.ServiceContext

Create from omg context.

Methods with parameter type org.omg.IOP.ServiceContext

ServiceContext[]
ServiceContext.add(ServiceContext[] cx, ServiceContext service_context, boolean replace)
Add context to the given array of contexts.
void
ServiceContext.add(ServiceContext[] cx, ServiceContext service_context, boolean replace)
Add context to the given array of contexts.
void
ContextHandler.addContext(ServiceContext context_to_add, boolean replace)
Add service context to this header.
ServiceContext
Find context with the given name in the context array.

Methods with return type org.omg.IOP.ServiceContext

ServiceContext
Find context with the given name in the context array, converting into org.omg.IOP.ServiceContext.
ServiceContext
Find context with the given name in the context array.

Uses in package org.omg.IOP

Constructors with parameter type org.omg.IOP.ServiceContext

Create the initialised instance.
Create the initialised instance.

Fields of type org.omg.IOP.ServiceContext

ServiceContext
The stored ServiceContext value.
ServiceContext[]
The stored ServiceContext[] value.

Methods with parameter type org.omg.IOP.ServiceContext

void
Insert the ServiceContext into the given Any.
void
Insert the ServiceContext[] into the given Any.
void
Write the context to the CDR output stream (first id, then data as a flexible length byte sequence).
void
Write the ServiceContext[] to the CDR output stream as a flexible length sequence.

Methods with return type org.omg.IOP.ServiceContext

ServiceContext
Extract the ServiceContext from given Any.
ServiceContext[]
Extract the ServiceContext[] from given Any.
ServiceContext
Read the context from the CDR intput stream (first id, then data as a flexible length byte sequence).
ServiceContext[]
Read the ServiceContext[] from the CDR intput stream as a flexible lenth sequence.

Uses in package org.omg.PortableInterceptor

Methods with parameter type org.omg.IOP.ServiceContext

void
Allows the interceptor to add service contexts to the request.
void
Allows the interceptor to add the service contexts to the request.

Methods with return type org.omg.IOP.ServiceContext

ServiceContext
Get the service context with the given ctx_name that is associated with the reply.
ServiceContext
Get the service context with the given ctx_name that is associated with the request.