Interface OCI::Current

interface Current
inherits from CORBA::Current

Interface to access Transport and Acceptor information objects related to the current request.



Operation Index

get_oci_acceptor_info
This method returns the Acceptor information object for the Acceptor which created the Transport used to invoke the current request.
get_oci_transport_info
This method returns the Transport information object for the Transport used to invoke the current request.

Operations

get_oci_acceptor_info
AcceptorInfo get_oci_acceptor_info();

This method returns the Acceptor information object for the Acceptor which created the Transport used to invoke the current request.


get_oci_transport_info
TransportInfo get_oci_transport_info();

This method returns the Transport information object for the Transport used to invoke the current request.



Generated by the ORBacus IDL-to-HTML translator (non-commercial)