Interface IIOPAddress

All Superinterfaces:
Writeable
All Known Implementing Classes:
IIOPAddressClosureImpl, IIOPAddressImpl

public interface IIOPAddress extends Writeable
IIOPAddress represents the host and port used to establish a TCP connection for an IIOP request.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     

    Methods inherited from interface com.sun.corba.se.spi.ior.Writeable

    write
  • Method Details

    • getHost

      String getHost()
    • getPort

      int getPort()