Package com.sun.corba.ee.impl.ior
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 com.sun.corba.ee.impl.ior.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 com.sun.corba.ee.impl.ior.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:
writeTemplate
in classObjectKeyTemplateBase
-
getORBVersion
- Specified by:
getORBVersion
in interfaceObjectKeyTemplate
- Overrides:
getORBVersion
in classObjectKeyTemplateBase
-