Inherits From:
NSObject
Declared In:
ADORB/IDLServiceContext.h
An IDLServiceContext object encapsulates a CORBA Service Context that provides a mechanism for passing a service-specific information as a "hidden" parameter.
Returns autoreleased IDLServiceContext object initialized with specified contextId and context.
Adds the context ID contextId to the known service contexts. ORB will use IDL definition with path idlPath to marshal and un-marshal the service context value.
The already known service contexts are CodeSets and BI_RIR_IIOP.
Returns the current request context dictionary with key/values pairs contextId/IDLServiceContext.
On client the current request context will be sent to the server with invocation. The service context can be modified by interceptors before sending.
On the server the current request context is received from the client with request and is available in the remote method implementation.
Returns the current request context object for contextId, if any, or nil.
Adds specified service context to the current request service contexts.
Removes context with specified contextId from the current service contexts.
Returns IDLServiceContext object initialized with specified contextId and context.
Returns receiver's contextId.
Returns receiver's context value.