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 | Class and Description |
---|---|
class |
ClientRequestInfoImpl
Implementation of the ClientRequestInfo interface as specified in
orbos/99-12-02 section 5.4.2.
|
Modifier and Type | Field and Description |
---|---|
ClientRequestInfo |
ClientRequestInfoHolder.value |
Modifier and Type | Method and Description |
---|---|
static ClientRequestInfo |
ClientRequestInfoHelper.extract(Any a) |
static ClientRequestInfo |
ClientRequestInfoHelper.narrow(Object obj) |
static ClientRequestInfo |
ClientRequestInfoHelper.read(InputStream istream) |
static ClientRequestInfo |
ClientRequestInfoHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientRequestInfoHelper.insert(Any a,
ClientRequestInfo that) |
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 |
ClientRequestInterceptorOperations.receive_reply(ClientRequestInfo ri)
Allows an Interceptor to query the information on a reply after it
is returned from the server and before control is returned to the
client.
|
void |
ClientRequestInterceptorOperations.send_poll(ClientRequestInfo ri)
Allows an Interceptor to query information during a Time-Independent
Invocation (TII) polling get reply sequence.
|
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.
|
static void |
ClientRequestInfoHelper.write(OutputStream ostream,
ClientRequestInfo value) |
Constructor and Description |
---|
ClientRequestInfoHolder(ClientRequestInfo initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.