Interface IIOPAddress

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

@ManagedData @Description("An IP address for the IIOP protocol") 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.ee.spi.ior.Writeable

    write
  • Method Details

    • getHost

      @ManagedAttribute @Description("The target host (name or IP address)") String getHost()
    • getPort

      @ManagedAttribute @Description("The target port (0-65535)") int getPort()