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

All Superinterfaces:
ConnectorInfoOperations
All Known Subinterfaces:
ConnectorInfo

public interface ConnectorInfoOperations
extends ConnectorInfoOperations

Information on an IIOP OCI Connector object.

See Also:
Connector, ConnectorInfo

Method Summary
 String remote_addr()
          The remote IP address to which this connector connects.
 short remote_port()
          The remote port to which this connector connects.
 
Methods inherited from interface org.apache.yoko.orb.OCI.ConnectorInfoOperations
add_connect_cb, describe, id, remove_connect_cb, tag
 

Method Detail

remote_addr

String remote_addr()
The remote IP address to which this connector connects.


remote_port

short remote_port()
The remote port to which this connector connects.



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