Class IIOPEndpointInfo

java.lang.Object
com.sun.corba.se.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.
Author:
Tomasz Adamski
  • Method Details

    • setHost

      public void setHost(String theHost)
    • getHost

      public String getHost()
    • setPort

      public void setPort(int thePort)
    • getPort

      public int getPort()
    • setSecured

      public void setSecured(boolean secured)
    • isSecured

      public boolean isSecured()
    • setVersion

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

      public int getMajor()
    • getMinor

      public int getMinor()
    • dump

      public void dump()
      Internal Debug Method.