Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
Modifier and Type | Field and Description |
---|---|
protected ForwardRequest |
RequestInfoImpl.forwardRequest |
Modifier and Type | Method and Description |
---|---|
protected ForwardRequest |
RequestInfoImpl.getForwardRequestException()
Retrieves the ForwardRequest object as a ForwardRequest exception.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RequestInfoImpl.setForwardRequest(ForwardRequest forwardRequest)
Stores the given ForwardRequest object for later analysis.
|
Modifier and Type | Field and Description |
---|---|
ForwardRequest |
ForwardRequestHolder.value |
Modifier and Type | Method and Description |
---|---|
static ForwardRequest |
ForwardRequestHelper.extract(Any a) |
static ForwardRequest |
ForwardRequestHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
ForwardRequestHelper.insert(Any a,
ForwardRequest that) |
static void |
ForwardRequestHelper.write(OutputStream ostream,
ForwardRequest value) |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri)
Indicates to the interceptor that an exception occurred.
|
void |
ClientRequestInterceptorOperations.receive_other(ClientRequestInfo ri)
Allows an Interceptor to query the information available when a
request results in something other than a normal reply or an
exception.
|
void |
ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
Allows the interceptor to process service context information.
|
void |
ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
Allows an Interceptor to query request information after all the
information, including operation parameters, are available.
|
void |
ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
Allows an Interceptor to query the exception information and modify
the reply service context before the exception is thrown to the client.
|
void |
ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
Allows an Interceptor to query the information available when a
request results in something other than a normal reply or an
exception.
|
void |
ClientRequestInterceptorOperations.send_request(ClientRequestInfo ri)
Allows an Interceptor to query request information and modify the
service context before the request is sent to the server.
|
Constructor and Description |
---|
ForwardRequestHolder(ForwardRequest initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.