Package com.sun.corba.ee.spi.ior
Interface ObjectKey
- All Superinterfaces:
Writeable
- All Known Implementing Classes:
ObjectKeyImpl
The full object key, which is contained in an IIOPProfile.
The object identifier corresponds to the information passed into
POA::create_reference_with_id and POA::create_reference
(in the POA case). The template
represents the information that is object adapter specific and
shared across multiple ObjectKey instances.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getId()
Return the object identifier for this Object key.Return the template for this object key.
-
Method Details
-
getId
ObjectId getId()Return the object identifier for this Object key.- Returns:
- the object identifier
-
getTemplate
ObjectKeyTemplate getTemplate()Return the template for this object key.- Returns:
- the template
-
getBytes
-
getServerRequestDispatcher
ServerRequestDispatcher getServerRequestDispatcher()
-