org.apache.yoko.orb.OCI.IIOP
Interface TransportInfoOperations

All Superinterfaces:
TransportInfoOperations
All Known Subinterfaces:
TransportInfo

public interface TransportInfoOperations
extends TransportInfoOperations

Information on an IIOP OCI Transport object.

See Also:
Transport, TransportInfo

Method Summary
 String addr()
          The local IP address.
 short port()
          The local port.
 String remote_addr()
          The remote IP address.
 short remote_port()
          The remote port.
 
Methods inherited from interface org.apache.yoko.orb.OCI.TransportInfoOperations
acceptor_info, add_close_cb, connector_info, describe, endpoint_alias_match, get_service_contexts, handle_service_contexts, id, origin, received_bidir_SCL, remove_close_cb, tag
 

Method Detail

addr

String addr()
The local IP address.


port

short port()
The local port.


remote_addr

String remote_addr()
The remote IP address.


remote_port

short remote_port()
The remote port.



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