Class IIOPEndpointInfo
- java.lang.Object
-
- com.sun.corba.ee.impl.naming.namingutil.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.
-
-
Constructor Summary
Constructors Constructor Description IIOPEndpointInfo()
-
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()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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.
-
-