FileDocCategorySizeDatePackage
ObjectKey.javaAPI DocJava SE 5 API1017Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.ior

ObjectKey

public interface ObjectKey implements 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.

Fields Summary
Constructors Summary
Methods Summary
public byte[]getBytes(org.omg.CORBA.ORB orb)

public ObjectIdgetId()
Return the object identifier for this Object key.

public com.sun.corba.se.spi.protocol.CorbaServerRequestDispatchergetServerRequestDispatcher(com.sun.corba.se.spi.orb.ORB orb)

public ObjectKeyTemplategetTemplate()
Return the template for this object key.