Package com.sun.corba.ee.impl.ior
Class POAObjectKeyTemplate
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
com.sun.corba.ee.impl.ior.NewObjectKeyTemplateBase
com.sun.corba.ee.impl.ior.POAObjectKeyTemplate
- 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
ConstructorsConstructorDescriptionPOAObjectKeyTemplate
(ORB orb, int scid, int serverid, String orbid, ObjectAdapterId objectAdapterId) POAObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is) This constructor reads the template ONLY from the stream.POAObjectKeyTemplate
(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.NewObjectKeyTemplateBase
setORBVersion, write, write
Methods inherited from class com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
equals, getAdapterId, getMagic, getObjectAdapterId, getORBId, getORBVersion, getServerId, getServerRequestDispatcher, getSubcontractId, hashCode, readObjectKey, setORBVersion, toString
-
Constructor Details
-
POAObjectKeyTemplate
This constructor reads the template ONLY from the stream.- Parameters:
orb
- ORB to usemagic
- Magic numberscid
- ID of templateis
- stream to read from
-
POAObjectKeyTemplate
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
-
POAObjectKeyTemplate
public POAObjectKeyTemplate(ORB orb, int scid, int serverid, String orbid, ObjectAdapterId objectAdapterId)
-
-
Method Details
-
readPOAName
-
writeTemplate
- Specified by:
writeTemplate
in classObjectKeyTemplateBase
-