| Package | Description |
|---|---|
| org.omg.PortableInterceptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientRequestInfo
Request Information, accessible to client-side request interceptors.
|
interface |
ServerRequestInfo
Request Information, accessible to server-side request interceptors.
|
| Modifier and Type | Field and Description |
|---|---|
RequestInfo |
RequestInfoHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static RequestInfo |
RequestInfoHelper.extract(Any a) |
static RequestInfo |
RequestInfoHelper.narrow(Object obj) |
static RequestInfo |
RequestInfoHelper.read(InputStream istream) |
static RequestInfo |
RequestInfoHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RequestInfoHelper.insert(Any a,
RequestInfo that) |
static void |
RequestInfoHelper.write(OutputStream ostream,
RequestInfo value) |
| Constructor and Description |
|---|
RequestInfoHolder(RequestInfo initialValue) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.