Class IIOPAddressClosureImpl

java.lang.Object
com.sun.corba.se.impl.ior.iiop.IIOPAddressClosureImpl
All Implemented Interfaces:
IIOPAddress, Writeable

public final class IIOPAddressClosureImpl extends Object
Author:
  • Constructor Details

    • IIOPAddressClosureImpl

      public IIOPAddressClosureImpl(Closure host, Closure port)
  • Method Details

    • getHost

      public String getHost()
    • getPort

      public int getPort()
    • intToShort

      protected short intToShort(int value)
    • shortToInt

      protected int shortToInt(short value)
    • write

      public void write(OutputStream os)
      Description copied from interface: Writeable
      Write this object directly to the output stream.
      Specified by:
      write in interface Writeable
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object