From: Epi S. <ep...@nm...> - 2003-06-03 11:56:54
|
Dear all, I want to create a simple trace log application for CORBA objects, so I've started to work with INTERCEPTOR, I've created a class that implements ClientRequestInterceptor interface and each time a request is send and the reply is received the interceptor is called. But I have a problem, I don't know how to identify which client that has generated the request, ClientRequestInfo class only gives me the request_id but according to the CORBA specification this request_id is unique only during the send request-receive reply lifecycle so I cannot use it to identify how is the client. Any idea how to identify who is the client that has generated the request? Do you know where I can found any documentation about that? Thanks in advanced Cheers, Epi |