Uses of Class gnu.CORBA.GIOP.ServiceContext

Uses in package gnu.CORBA.CDR

Methods with parameter type gnu.CORBA.GIOP.ServiceContext

ServiceContext[]
Encode exception and add its recored to the message service contexts.
Throwable
Read the data about an unknown exception from the UnknownExceptionInfo.

Methods with return type gnu.CORBA.GIOP.ServiceContext

ServiceContext[]
Encode exception and add its recored to the message service contexts.

Uses in package gnu.CORBA

Methods with parameter type gnu.CORBA.GIOP.ServiceContext

SystemException
Read the system exception from the given stream.

Uses in package gnu.CORBA.GIOP

Classes derived from gnu.CORBA.GIOP.ServiceContext

class
The code set service context.

Fields of type gnu.CORBA.GIOP.ServiceContext

ServiceContext[]
Empty array, indicating that no service context is available.
ServiceContext[]
The context data.

Methods with parameter type gnu.CORBA.GIOP.ServiceContext

ServiceContext[]
ServiceContext.add(ServiceContext[] cx, ServiceContext service_context, boolean replace)
Add context to the given array of contexts.
CodeSetServiceContext
Find and return the code set service context in the give contexts array.
ServiceContext
ServiceContext.find(int ctx_name, ServiceContext[] cx)
Find context with the given name in the context array without conversions.
ServiceContext
Find context with the given name in the context array, converting into org.omg.IOP.ServiceContext.
void
Write the sequence of contexts into the input stream.

Methods with return type gnu.CORBA.GIOP.ServiceContext

ServiceContext[]
ServiceContext.add(ServiceContext[] cx, ServiceContext service_context, boolean replace)
Add context to the given array of contexts.
ServiceContext
ServiceContext.find(int ctx_name, ServiceContext[] cx)
Find context with the given name in the context array without conversions.
ServiceContext
Read the context values from the stream.
ServiceContext[]
Read a sequence of contexts from the input stream.