Class IIOPEndpointInfo
- java.lang.Object
-
- com.sun.corba.ee.impl.naming.namingutil.IIOPEndpointInfo
-
public class IIOPEndpointInfo extends java.lang.ObjectEndpointInfo is used internally by CorbaLoc object to store the host information used in creating the Service Object reference from the -ORBInitDef and -ORBDefaultInitDef definitions.
-
-
Constructor Summary
Constructors Constructor Description IIOPEndpointInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump()Internal Debug Method.java.lang.StringgetHost()intgetMajor()intgetMinor()intgetPort()voidsetHost(java.lang.String theHost)voidsetPort(int thePort)voidsetVersion(int theMajor, int theMinor)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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.
-
-