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

All Superinterfaces:
AcceptorInfoOperations
All Known Subinterfaces:
AcceptorInfo

public interface AcceptorInfoOperations
extends AcceptorInfoOperations

Information on an IIOP OCI Acceptor object.

See Also:
Acceptor, AcceptorInfo

Method Summary
 String addr()
          The local IP address on which this acceptor accepts.
 String[] hosts()
          Hostnames used for creation of IIOP object references.
 short port()
          The local port on which this acceptor accepts.
 
Methods inherited from interface org.apache.yoko.orb.OCI.AcceptorInfoOperations
add_accept_cb, describe, id, remove_accept_cb, tag
 

Method Detail

hosts

String[] hosts()
Hostnames used for creation of IIOP object references.


addr

String addr()
The local IP address on which this acceptor accepts.


port

short port()
The local port on which this acceptor accepts.



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