GNU Classpath (0.95) | |
Frames | No Frames |
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.
|
Methods with parameter type org.omg.IOP.ServiceContext | |
void | ServerRequestInfoOperations.add_reply_service_context(ServiceContext service_context, boolean replace) Allows the interceptor to add service contexts to the request. |
void | ClientRequestInfoOperations.add_request_service_context(ServiceContext service_context, boolean replace) Allows the interceptor to add the service contexts to the request. |
Methods with return type org.omg.IOP.ServiceContext | |
ServiceContext | RequestInfoOperations.get_reply_service_context(int ctx_name) Get the service context with the given ctx_name that is associated with the
reply.
|
ServiceContext | RequestInfoOperations.get_request_service_context(int ctx_name) Get the service context with the given ctx_name that is associated with the
request.
|
GNU Classpath (0.95) |