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 voidsetORBVersion(InputStream is)voidwrite(ObjectId objectId, OutputStream os)voidwrite(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:
writein interfaceObjectKeyTemplate- Overrides:
writein classObjectKeyTemplateBase
-
write
public void write(OutputStream os)
Description copied from interface:WriteableWrite this object directly to the output stream.- Specified by:
writein interfaceWriteable- Overrides:
writein classObjectKeyTemplateBase- Parameters:
os- stream to write to
-
setORBVersion
protected void setORBVersion(InputStream is)
-
-