Class ObjectIdImpl
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectIdImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getId()inthashCode()toString()voidwrite(OutputStream os) Write this object directly to the output stream.
-
Field Details
-
id
private byte[] id
-
-
Constructor Details
-
ObjectIdImpl
public ObjectIdImpl(byte[] id)
-
-
Method Details
-
equals
-
hashCode
-
getIdString
- Specified by:
getIdStringin interfaceObjectId
-
toString
-
getId
-
write
Description copied from interface:WriteableWrite this object directly to the output stream.
-