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 TypeMethodDescriptionbooleaninthashCode()protected shortintToShort(int value) protected intshortToInt(short value) toString()voidwrite(OutputStream os) Write this object directly to the output stream.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:WriteableWrite this object directly to the output stream. -
equals
-
hashCode
public int hashCode() -
toString
-