|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestInfo | |
org.jacorb.orb.portableInterceptor | |
org.omg.PortableInterceptor |
Uses of RequestInfo in org.jacorb.orb.portableInterceptor |
Classes in org.jacorb.orb.portableInterceptor that implement RequestInfo | |
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. |
Uses of RequestInfo in org.omg.PortableInterceptor |
Subinterfaces of RequestInfo in org.omg.PortableInterceptor | |
interface |
ClientRequestInfo
Generated from IDL interface "ClientRequestInfo" |
interface |
ServerRequestInfo
Generated from IDL interface "ServerRequestInfo" |
Fields in org.omg.PortableInterceptor declared as RequestInfo | |
RequestInfo |
RequestInfoHolder.value
|
Methods in org.omg.PortableInterceptor that return RequestInfo | |
static RequestInfo |
RequestInfoHelper.extract(Any any)
|
static RequestInfo |
RequestInfoHelper.read(InputStream in)
|
static RequestInfo |
RequestInfoHelper.narrow(java.lang.Object obj)
|
static RequestInfo |
RequestInfoHelper.narrow(Object obj)
|
static RequestInfo |
RequestInfoHelper.unchecked_narrow(Object obj)
|
Methods in org.omg.PortableInterceptor with parameters of type RequestInfo | |
static void |
RequestInfoHelper.insert(Any any,
RequestInfo s)
|
static void |
RequestInfoHelper.write(OutputStream _out,
RequestInfo s)
|
Constructors in org.omg.PortableInterceptor with parameters of type RequestInfo | |
RequestInfoHolder(RequestInfo initial)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |