org.apache.yoko.orb.OCI
Interface CurrentOperations

All Superinterfaces:
CurrentOperations
All Known Subinterfaces:
Current

public interface CurrentOperations
extends CurrentOperations

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


Method Summary
 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.
 TransportInfo get_oci_transport_info()
          This method returns the Transport information object for the Transport used to invoke the current request.
 

Method Detail

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.


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.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.