Class IIOPEndpointInfo
java.lang.Object
com.sun.corba.ee.impl.naming.namingutil.IIOPEndpointInfo
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
major
private int major -
minor
private int minor -
host
-
port
private int port
-
-
Constructor Details
-
IIOPEndpointInfo
IIOPEndpointInfo()
-
-
Method Details
-
toString
-
setHost
-
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.
-