public final class OldJIDLObjectKeyTemplate extends OldObjectKeyTemplateBase
Modifier and Type | Field and Description |
---|---|
static byte |
NULL_PATCH_VERSION
JDK 1.3.1 FCS did not include a version byte at the end of
its object keys.
|
JIDL_OAID, JIDL_ORB_ID, wrapper
Constructor and Description |
---|
OldJIDLObjectKeyTemplate(ORB orb,
int magic,
int scid,
InputStream is) |
OldJIDLObjectKeyTemplate(ORB orb,
int magic,
int scid,
InputStream is,
OctetSeqHolder osh) |
OldJIDLObjectKeyTemplate(ORB orb,
int magic,
int scid,
int serverid) |
Modifier and Type | Method and Description |
---|---|
void |
write(ObjectId objectId,
OutputStream os) |
protected void |
writeTemplate(OutputStream os) |
equals, getAdapterId, getMagic, getObjectAdapterId, getORBId, getORBVersion, getServerId, getServerRequestDispatcher, getSubcontractId, hashCode, readObjectKey, setORBVersion, write
public static final byte NULL_PATCH_VERSION
public OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
public OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, int serverid)
public OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
protected void writeTemplate(OutputStream os)
writeTemplate
in class ObjectKeyTemplateBase
public void write(ObjectId objectId, OutputStream os)
write
in interface ObjectKeyTemplate
write
in class ObjectKeyTemplateBase
Copyright © 2019 JBoss by Red Hat. All rights reserved.