Package com.sun.corba.ee.impl.ior
Class NewObjectKeyTemplateBase
- java.lang.Object
-
- com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
-
- com.sun.corba.ee.impl.ior.NewObjectKeyTemplateBase
-
- All Implemented Interfaces:
ObjectKeyTemplate
,Writeable
- Direct Known Subclasses:
JIDLObjectKeyTemplate
,POAObjectKeyTemplate
public abstract class NewObjectKeyTemplateBase extends ObjectKeyTemplateBase
-
-
Field Summary
-
Fields inherited from class com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
JIDL_OAID, JIDL_ORB_ID, wrapper
-
-
Constructor Summary
Constructors Constructor Description NewObjectKeyTemplateBase(ORB orb, int magic, int scid, int serverid, java.lang.String orbid, ObjectAdapterId oaid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setORBVersion(InputStream is)
void
write(ObjectId objectId, OutputStream os)
void
write(OutputStream os)
Write this object directly to the output stream.-
Methods inherited from class com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
equals, getAdapterId, getMagic, getObjectAdapterId, getORBId, getORBVersion, getServerId, getServerRequestDispatcher, getSubcontractId, hashCode, readObjectKey, setORBVersion, toString, writeTemplate
-
-
-
-
Constructor Detail
-
NewObjectKeyTemplateBase
public NewObjectKeyTemplateBase(ORB orb, int magic, int scid, int serverid, java.lang.String orbid, ObjectAdapterId oaid)
-
-
Method Detail
-
write
public void write(ObjectId objectId, OutputStream os)
- Specified by:
write
in interfaceObjectKeyTemplate
- Overrides:
write
in classObjectKeyTemplateBase
-
write
public void write(OutputStream os)
Description copied from interface:Writeable
Write this object directly to the output stream.- Specified by:
write
in interfaceWriteable
- Overrides:
write
in classObjectKeyTemplateBase
- Parameters:
os
- stream to write to
-
setORBVersion
protected void setORBVersion(InputStream is)
-
-