Class OldPOAObjectKeyTemplate
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
com.sun.corba.ee.impl.ior.OldObjectKeyTemplateBase
com.sun.corba.ee.impl.ior.OldPOAObjectKeyTemplate
- All Implemented Interfaces:
ObjectKeyTemplate, Writeable
-
Field Summary
Fields inherited from class ObjectKeyTemplateBase
JIDL_OAID, JIDL_ORB_ID, wrapper -
Constructor Summary
ConstructorsConstructorDescriptionOldPOAObjectKeyTemplate(ORB orb, int magic, int scid, int serverid, int orbid, int poaid) OldPOAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is) This constructor reads the template ONLY from the streamOldPOAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh) This constructor reads a complete ObjectKey (template and Id) from the stream. -
Method Summary
Methods inherited from class ObjectKeyTemplateBase
equals, getAdapterId, getMagic, getObjectAdapterId, getORBId, getServerId, getServerRequestDispatcher, getSubcontractId, hashCode, readObjectKey, setORBVersion, toString, write, write
-
Constructor Details
-
OldPOAObjectKeyTemplate
This constructor reads the template ONLY from the stream- Parameters:
orb- ORB to usemagic- Magic numberscid- ID of templateis- stream to read from
-
OldPOAObjectKeyTemplate
This constructor reads a complete ObjectKey (template and Id) from the stream.- Parameters:
orb- ORB to usemagic- Magic numberscid- ID of the Objectis- Stream to read fromosh- Holder for Octet
-
OldPOAObjectKeyTemplate
-
-
Method Details
-
writeTemplate
- Specified by:
writeTemplatein classObjectKeyTemplateBase
-
getORBVersion
- Specified by:
getORBVersionin interfaceObjectKeyTemplate- Overrides:
getORBVersionin classObjectKeyTemplateBase
-