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 boolean
equals(java.lang.Object obj)
int
hashCode()
protected short
intToShort(int value)
protected int
shortToInt(short value)
java.lang.String
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
-
-
-
-
Method Detail
-
intToShort
protected short intToShort(int value)
-
shortToInt
protected int shortToInt(short value)
-
write
public void write(OutputStream os)
Description copied from interface:Writeable
Write this object directly to the output stream.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-