Package com.sun.corba.ee.impl.ior
Class JIDLObjectKeyTemplate
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
com.sun.corba.ee.impl.ior.NewObjectKeyTemplateBase
com.sun.corba.ee.impl.ior.JIDLObjectKeyTemplate
- 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
ConstructorsConstructorDescriptionJIDLObjectKeyTemplate
(ORB orb, int scid, int serverid) JIDLObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is) This constructor reads the template ONLY from the stream.JIDLObjectKeyTemplate
(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
-
JIDLObjectKeyTemplate
This constructor reads the template ONLY from the stream.- Parameters:
orb
- ORB to usemagic
- Magic numberscid
- ID of templateis
- stream to read from
-
JIDLObjectKeyTemplate
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
-
JIDLObjectKeyTemplate
-
-
Method Details
-
writeTemplate
- Specified by:
writeTemplate
in classObjectKeyTemplateBase
-