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
-
Field Summary
Fields inherited from class com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
JIDL_OAID, JIDL_ORB_ID, wrapper
-
Constructor Summary
ConstructorsConstructorDescriptionNewObjectKeyTemplateBase
(ORB orb, int magic, int scid, int serverid, String orbid, ObjectAdapterId oaid) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
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 Details
-
NewObjectKeyTemplateBase
public NewObjectKeyTemplateBase(ORB orb, int magic, int scid, int serverid, String orbid, ObjectAdapterId oaid)
-
-
Method Details
-
write
- Specified by:
write
in interfaceObjectKeyTemplate
- Overrides:
write
in classObjectKeyTemplateBase
-
write
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
-