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
public final class OldPOAObjectKeyTemplate extends OldObjectKeyTemplateBase
-
-
Field Summary
-
Fields inherited from class com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
JIDL_OAID, JIDL_ORB_ID, wrapper
-
-
Constructor Summary
Constructors Constructor Description OldPOAObjectKeyTemplate(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ORBVersion
getORBVersion()
void
writeTemplate(OutputStream os)
-
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 Detail
-
OldPOAObjectKeyTemplate
public OldPOAObjectKeyTemplate(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
-
OldPOAObjectKeyTemplate
public OldPOAObjectKeyTemplate(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
-
OldPOAObjectKeyTemplate
public OldPOAObjectKeyTemplate(ORB orb, int magic, int scid, int serverid, int orbid, int poaid)
-
-
Method Detail
-
writeTemplate
public void writeTemplate(OutputStream os)
- Specified by:
writeTemplate
in classObjectKeyTemplateBase
-
getORBVersion
public ORBVersion getORBVersion()
- Specified by:
getORBVersion
in interfaceObjectKeyTemplate
- Overrides:
getORBVersion
in classObjectKeyTemplateBase
-
-