Modifier and Type | Method and Description |
---|---|
void |
BiDirConnectionServerInterceptor.receive_request_service_contexts(ServerRequestInfo requestInfo) |
Modifier and Type | Class and Description |
---|---|
class |
ServerRequestInfoImpl
This class represents the type of info object
that will be passed to the ServerRequestInterceptors.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultServerInterceptor.receive_request_service_contexts(ServerRequestInfo ri) |
void |
DefaultServerInterceptor.receive_request(ServerRequestInfo ri) |
void |
DefaultServerInterceptor.send_exception(ServerRequestInfo ri) |
void |
DefaultServerInterceptor.send_other(ServerRequestInfo ri) |
void |
DefaultServerInterceptor.send_reply(ServerRequestInfo ri) |
Modifier and Type | Method and Description |
---|---|
protected Any |
SASTargetInterceptor.makeCompleteEstablishContext(ServerRequestInfo ri,
long client_context_id,
SASPolicyValues sasValues) |
protected Any |
SASTargetInterceptor.makeContextError(ServerRequestInfo ri,
long client_context_id,
int major_status,
int minor_status,
byte[] error_token) |
void |
SASTargetInterceptor.receive_request_service_contexts(ServerRequestInfo ri) |
void |
SASTargetInterceptor.receive_request(ServerRequestInfo ri) |
void |
SASTargetInterceptor.send_exception(ServerRequestInfo ri) |
void |
SASTargetInterceptor.send_other(ServerRequestInfo ri) |
void |
SASTargetInterceptor.send_reply(ServerRequestInfo ri) |
boolean |
JsseContext.validate(ServerRequestInfo ri,
byte[] contextToken) |
Modifier and Type | Method and Description |
---|---|
void |
ServerInvocationInterceptor.receive_request_service_contexts(ServerRequestInfo ri) |
void |
ServerInvocationInterceptor.receive_request(ServerRequestInfo ri) |
void |
ServerInvocationInterceptor.send_exception(ServerRequestInfo ri) |
void |
ServerInvocationInterceptor.send_other(ServerRequestInfo ri) |
void |
ServerInvocationInterceptor.send_reply(ServerRequestInfo ri) |
Modifier and Type | Method and Description |
---|---|
void |
ServerContextTransferInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
Put the propagation context from the service context
into the PICurrent.
|
void |
ServerContextTransferInterceptor.receive_request(ServerRequestInfo ri) |
void |
ServerContextTransferInterceptor.send_exception(ServerRequestInfo ri) |
void |
ServerContextTransferInterceptor.send_other(ServerRequestInfo ri) |
void |
ServerContextTransferInterceptor.send_reply(ServerRequestInfo ri) |
Modifier and Type | Method and Description |
---|---|
void |
ServerTraceInterceptor.receive_request_service_contexts(ServerRequestInfo ri) |
void |
ServerTraceInterceptor.receive_request(ServerRequestInfo ri) |
void |
ServerTraceInterceptor.send_exception(ServerRequestInfo ri) |
void |
ServerTraceInterceptor.send_other(ServerRequestInfo ri) |
void |
ServerTraceInterceptor.send_reply(ServerRequestInfo ri) |
Modifier and Type | Field and Description |
---|---|
ServerRequestInfo |
ServerRequestInfoHolder.value |
Modifier and Type | Method and Description |
---|---|
static ServerRequestInfo |
ServerRequestInfoHelper.extract(Any any) |
static ServerRequestInfo |
ServerRequestInfoHelper.narrow(Object obj) |
static ServerRequestInfo |
ServerRequestInfoHelper.read(InputStream in) |
static ServerRequestInfo |
ServerRequestInfoHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerRequestInfoHelper.insert(Any any,
ServerRequestInfo s) |
void |
ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri) |
void |
ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri) |
void |
ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri) |
void |
ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri) |
void |
ServerRequestInterceptorOperations.send_reply(ServerRequestInfo ri) |
static void |
ServerRequestInfoHelper.write(OutputStream _out,
ServerRequestInfo s) |
Constructor and Description |
---|
ServerRequestInfoHolder(ServerRequestInfo initial) |
Copyright © 2016 JacORB. All rights reserved.