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 booleanequals(java.lang.Object other)inthashCode()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.ObjectAdapterId
getAdapterName, getNumLevels, iterator
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- 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
-
write
public void write(OutputStream os)
Description copied from interface:WriteableWrite this object directly to the output stream.
-
-