| Package | Description |
|---|---|
| org.jacorb.orb.portableInterceptor | |
| org.omg.PortableInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientRequestInfoImpl
This class represents the type of info object,
that will be passed to the ClientRequestInterceptors.
|
class |
RequestInfoImpl
This is the abstract base class of the two
Info classes, namely ClientRequestInfo and
ServerRequestInfo.
|
class |
ServerRequestInfoImpl
This class represents the type of info object
that will be passed to the ServerRequestInterceptors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientRequestInfo
Generated from IDL interface "ClientRequestInfo".
|
interface |
ServerRequestInfo
Generated from IDL interface "ServerRequestInfo".
|
| Modifier and Type | Field and Description |
|---|---|
RequestInfo |
RequestInfoHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static RequestInfo |
RequestInfoHelper.extract(Any any) |
static RequestInfo |
RequestInfoHelper.narrow(Object obj) |
static RequestInfo |
RequestInfoHelper.read(InputStream in) |
static RequestInfo |
RequestInfoHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RequestInfoHelper.insert(Any any,
RequestInfo s) |
static void |
RequestInfoHelper.write(OutputStream _out,
RequestInfo s) |
| Constructor and Description |
|---|
RequestInfoHolder(RequestInfo initial) |