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 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

      byte[] getBytes(ORB orb)
    • getServerRequestDispatcher

      ServerRequestDispatcher getServerRequestDispatcher()