Class IIOPEndpointInfo


  • public class IIOPEndpointInfo
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String host  
      private int major  
      private int minor  
      private int port  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump()
      Internal Debug Method.
      java.lang.String getHost()  
      int getMajor()  
      int getMinor()  
      int getPort()  
      void setHost​(java.lang.String theHost)  
      void setPort​(int thePort)  
      void setVersion​(int theMajor, int theMinor)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • major

        private int major
      • minor

        private int minor
      • host

        private java.lang.String host
      • port

        private int port
    • Constructor Detail

      • IIOPEndpointInfo

        IIOPEndpointInfo()
    • Method Detail

      • toString

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

        public void setHost​(java.lang.String theHost)
      • getHost

        public java.lang.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.