Skip navigation.

Using CORBA Request-Level Interceptors

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


Interceptor::id

Synopsis

Obtains the vendor assigned identity of the interceptor as a string value.

C++ Mapping

virtual CORBA::String id() = 0;

Parameters

None.

Exceptions

None.

Description

The id accessor operation is used by the ORB to obtain the vendor assigned identity of the interceptor as a string value. This attribute is used primarily for debugging and tracing of operations on the interceptors called by the ORB.

Return Values

This operation returns a pointer to a null-terminated string containing the identity of the interceptor as assigned by the provider of the interceptor implementation.

 

Skip navigation bar  Back to Top Previous Next