Package com.sun.corba.ee.impl.ior
Class ObjectIdImpl
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectIdImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
byte[]
getId()
int
hashCode()
toString()
void
write
(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
public int hashCode() -
getIdString
- Specified by:
getIdString
in interfaceObjectId
-
toString
-
getId
public byte[] getId() -
write
Description copied from interface:Writeable
Write this object directly to the output stream.
-