Class IIOPEndpointInfo

java.lang.Object
com.sun.corba.ee.impl.naming.namingutil.IIOPEndpointInfo

public class IIOPEndpointInfo extends Object
EndpointInfo is used internally by CorbaLoc object to store the host information used in creating the Service Object reference from the -ORBInitDef and -ORBDefaultInitDef definitions.
  • Field Details

    • major

      private int major
    • minor

      private int minor
    • host

      private String host
    • port

      private int port
  • Constructor Details

    • IIOPEndpointInfo

      IIOPEndpointInfo()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setHost

      public void setHost(String theHost)
    • getHost

      public String getHost()
    • setPort

      public void setPort(int thePort)
    • getPort

      public int getPort()
    • setVersion

      public void setVersion(int theMajor, int theMinor)
    • getMajor

      public int getMajor()
    • getMinor

      public int getMinor()
    • dump

      public void dump()
      Internal Debug Method.