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
public final class JIDLObjectKeyTemplate extends NewObjectKeyTemplateBase
-
-
Field Summary
-
Fields inherited from class com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
JIDL_OAID, JIDL_ORB_ID, wrapper
-
-
Constructor Summary
Constructors Constructor Description JIDLObjectKeyTemplate(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeTemplate(OutputStream os)
-
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 Detail
-
JIDLObjectKeyTemplate
public JIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
This constructor reads the template ONLY from the stream.- Parameters:
orb
- ORB to usemagic
- Magic numberscid
- ID of templateis
- stream to read from
-
JIDLObjectKeyTemplate
public JIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
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
public JIDLObjectKeyTemplate(ORB orb, int scid, int serverid)
-
-
Method Detail
-
writeTemplate
protected void writeTemplate(OutputStream os)
- Specified by:
writeTemplate
in classObjectKeyTemplateBase
-
-