corba中当前执行请求的信息
我需要有关 CORBA 应用程序中服务器中当前正在执行的请求的信息。我正在使用 CorbaomniORB。我知道,在 Ice 中,服务器端实现的每个函数都有一个参数 Ice::Current。 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 there is parameter Ice::Current. Is there something similar in CORBA ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CORBA 规范故意抽象了客户端证书和其他与传输相关的详细信息。 OmniORB 可能有一些扩展允许这种调查,但我对此表示怀疑。
最好的办法是将日志记录调到最大,看看客户端证书的详细信息是否出现在任何地方。
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.