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
abstract class IIOPAddressBase extends java.lang.Object implements IIOPAddress
-
-
Constructor Summary
Constructors Constructor Description IIOPAddressBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()protected shortintToShort(int value)protected intshortToInt(short value)java.lang.StringtoString()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, wait
-
Methods inherited from interface com.sun.corba.ee.spi.ior.iiop.IIOPAddress
getHost, getPort
-
-
-
-
Method Detail
-
intToShort
protected short intToShort(int value)
-
shortToInt
protected int shortToInt(short value)
-
write
public void write(OutputStream os)
Description copied from interface:WriteableWrite this object directly to the output stream.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-