See: Description
PICurrent) is merely a slot table, the slots of which are used by each service to transfer their context data between their context and the request's or reply's service context.
PICurrent) is merely a slot table, the slots of which are used by each service to transfer their context data between their context and the request's or reply's service context.
ORBInitializer, allowing it to to register interceptors and perform other duties while the ORB is initializing.
ORBInitializer, allowing it to to register interceptors and perform other duties while the ORB is initializing.
CORBA.ORB.create_policy.
CORBA.ORB.create_policy.
PICurrent) is merely a slot table, the slots of which are used by each service to transfer their context data between their context and the request's or reply's service context.
IORInterceptor - Used to establish tagged components in the profiles within an IOR.ClientRequestInterceptor - Intercepts the flow of a request/reply sequence through the ORB on the client side.ServerRequestInterceptor - Intercepts the flow of a request/reply sequence through the ORB on the server side. ORBInitializer for how to go about registering interceptors.
org.omg.PortableInterceptor
- RequestInfo
- sync_scope(): Always returns SYNC_WITH_TRANSPORT
- arguments(): Only supported for DII/DSI calls
- exceptions(): Only supported for DII calls on client side. Not supported on server-side.
- contexts(): Only supported for DII calls on client side. Not supported on server-side since our ORB does not send contexts.
- operation_context(): Only supported for DII calls on client side. Not supported on server-side since ORB does not send contexts.
- result(): Only supported for DII/DSI calls
- ClientRequestInfo
- received_exception_id(): Always returns null in the DII case
- get_request_policy(int type): Not implemented.
- ServerRequestInfo
- sending_exception(): Does not support user exceptions on the server side in non-DSI case.
For a precise list of supported sections of official OMG specifications with which the Java[tm] Platform, Standard Edition 6 complies, see Official Specifications for CORBA support in Java SE 6.