Martin Trappel
2008-08-08 14:04:02 UTC
Hi all.
I have a IDL where the initial call from a client hands a Client
Reference to the server:
interface Client {
// ...
};
interface Server {
void initial_connect(in client c);
};
It would now be very nice to extract some information out of the
Client_ptr at the server side for logging purposes.
As far as I could see there is no standard way of getting, e.g. the
clients IP-address/port/... (or other endpoint information) out of the
_ptr. Is there any way with omniORB?
thanks,
Martin
I have a IDL where the initial call from a client hands a Client
Reference to the server:
interface Client {
// ...
};
interface Server {
void initial_connect(in client c);
};
It would now be very nice to extract some information out of the
Client_ptr at the server side for logging purposes.
As far as I could see there is no standard way of getting, e.g. the
clients IP-address/port/... (or other endpoint information) out of the
_ptr. Is there any way with omniORB?
thanks,
Martin