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 ObjectIdprivate ObjectKeyTemplateprivate static final IORSystemException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getId()Return the object identifier for this Object key.Return the template for this object key.inthashCode()voidwrite(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:ObjectKeyReturn the template for this object key.- Specified by:
getTemplatein interfaceObjectKey- Returns:
- the template
-
getId
Description copied from interface:ObjectKeyReturn the object identifier for this Object key. -
write
Description copied from interface:WriteableWrite this object directly to the output stream. -
getBytes
-
getServerRequestDispatcher
- Specified by:
getServerRequestDispatcherin interfaceObjectKey
-