Information about currently executing request in corba
I need information about currently executing request in server in CORBA application. I am using Corba omniORB. I know, that in Ice for every function implemented in server-side the开发者_开发知识库re is parameter Ice::Current. Is there something similar in CORBA ?
Client certificates and other transport-related details were deliberately abstracted away by the CORBA spec. OmniORB might have some extension that allows this kind of investigation but I doubt it.
Your best bet is to turn up logging to the max and see if the client certificate's details appear anywhere.
精彩评论