Package com.sun.corba.ee.impl.ior
Class ObjectKeyImpl
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectKeyImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private ObjectId
private ObjectKeyTemplate
private static final IORSystemException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
byte[]
getId()
Return the object identifier for this Object key.Return the template for this object key.int
hashCode()
void
write
(OutputStream os) Write this object directly to the output stream.
-
Field Details
-
wrapper
-
oktemp
-
id
-
array
private byte[] array
-
-
Constructor Details
-
ObjectKeyImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getTemplate
Description copied from interface:ObjectKey
Return the template for this object key.- Specified by:
getTemplate
in interfaceObjectKey
- Returns:
- the template
-
getId
Description copied from interface:ObjectKey
Return the object identifier for this Object key. -
write
Description copied from interface:Writeable
Write this object directly to the output stream. -
getBytes
-
getServerRequestDispatcher
- Specified by:
getServerRequestDispatcher
in interfaceObjectKey
-