Package com.sun.corba.ee.spi.ior
Interface ObjectKey
-
- All Superinterfaces:
Writeable
- All Known Implementing Classes:
ObjectKeyImpl
public interface ObjectKey extends Writeable
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getBytes(ORB orb)
ObjectId
getId()
Return the object identifier for this Object key.ServerRequestDispatcher
getServerRequestDispatcher()
ObjectKeyTemplate
getTemplate()
Return the template for this object key.
-
-
-
Method Detail
-
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
byte[] getBytes(ORB orb)
-
getServerRequestDispatcher
ServerRequestDispatcher getServerRequestDispatcher()
-
-