Package com.sun.corba.ee.impl.ior
Class ObjectAdapterIdBase
- java.lang.Object
-
- com.sun.corba.ee.impl.ior.ObjectAdapterIdBase
-
- All Implemented Interfaces:
ObjectAdapterId
,Writeable
,java.lang.Iterable<java.lang.String>
- Direct Known Subclasses:
ObjectAdapterIdArray
abstract class ObjectAdapterIdBase extends java.lang.Object implements ObjectAdapterId
-
-
Constructor Summary
Constructors Constructor Description ObjectAdapterIdBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
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.ObjectAdapterId
getAdapterName, getNumLevels, iterator
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- 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
-
write
public void write(OutputStream os)
Description copied from interface:Writeable
Write this object directly to the output stream.
-
-