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
public final class POAObjectKeyTemplate 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 POAObjectKeyTemplate(ORB orb, int scid, int serverid, java.lang.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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String[]
readPOAName(InputStream istream)
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
-
POAObjectKeyTemplate
public POAObjectKeyTemplate(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
-
POAObjectKeyTemplate
public POAObjectKeyTemplate(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
-
POAObjectKeyTemplate
public POAObjectKeyTemplate(ORB orb, int scid, int serverid, java.lang.String orbid, ObjectAdapterId objectAdapterId)
-
-
Method Detail
-
readPOAName
public static java.lang.String[] readPOAName(InputStream istream)
-
writeTemplate
public void writeTemplate(OutputStream os)
- Specified by:
writeTemplate
in classObjectKeyTemplateBase
-
-