Package com.sun.corba.ee.impl.ior.iiop
Class IIOPAddressBase
java.lang.Object
com.sun.corba.ee.impl.ior.iiop.IIOPAddressBase
- All Implemented Interfaces:
IIOPAddress
,Writeable
- Direct Known Subclasses:
IIOPAddressClosureImpl
,IIOPAddressImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
protected short
intToShort
(int value) protected int
shortToInt
(short value) toString()
void
write
(OutputStream os) Write this object directly to the output stream.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.sun.corba.ee.spi.ior.iiop.IIOPAddress
getHost, getPort
-
Constructor Details
-
IIOPAddressBase
IIOPAddressBase()
-
-
Method Details
-
intToShort
protected short intToShort(int value) -
shortToInt
protected int shortToInt(short value) -
write
Description copied from interface:Writeable
Write this object directly to the output stream. -
equals
-
hashCode
public int hashCode() -
toString
-