Package com.sun.corba.ee.impl.ior
Class ObjectIdImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.ior.ObjectIdImpl
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]id
-
Constructor Summary
Constructors Constructor Description ObjectIdImpl(byte[] id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)byte[]getId()java.lang.StringgetIdString()inthashCode()java.lang.StringtoString()voidwrite(OutputStream os)Write this object directly to the output stream.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getIdString
public java.lang.String getIdString()
- Specified by:
getIdStringin interfaceObjectId
-
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.
-
-