public class WireObjectKeyTemplate extends Object implements ObjectKeyTemplate
| Constructor and Description |
|---|
WireObjectKeyTemplate(InputStream is,
OctetSeqHolder osh) |
WireObjectKeyTemplate(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getAdapterId()
Adapter ID is not available, since our
ORB did not implement the object carrying this key.
|
ObjectAdapterId |
getObjectAdapterId()
Return the object adapter ID for this template.
|
String |
getORBId()
Return the ORB ID for this template.
|
ORBVersion |
getORBVersion() |
int |
getServerId()
While it might make sense to throw an exception here, this causes
problems since we need to check whether unusual object references
are local or not.
|
CorbaServerRequestDispatcher |
getServerRequestDispatcher(ORB orb,
ObjectId id) |
int |
getSubcontractId()
An ID used to determine how to perform operations on this
ObjectKeyTemplate.
|
int |
hashCode() |
void |
write(ObjectId id,
OutputStream os) |
void |
write(OutputStream os)
Write this object directly to the output stream.
|
public WireObjectKeyTemplate(ORB orb)
public WireObjectKeyTemplate(InputStream is, OctetSeqHolder osh)
public void write(ObjectId id, OutputStream os)
write in interface ObjectKeyTemplatepublic void write(OutputStream os)
Writeablepublic int getSubcontractId()
ObjectKeyTemplategetSubcontractId in interface ObjectKeyTemplatepublic int getServerId()
getServerId in interface ObjectKeyTemplatepublic String getORBId()
ObjectKeyTemplategetORBId in interface ObjectKeyTemplatepublic ObjectAdapterId getObjectAdapterId()
ObjectKeyTemplategetObjectAdapterId in interface ObjectKeyTemplatepublic byte[] getAdapterId()
getAdapterId in interface ObjectKeyTemplatepublic ORBVersion getORBVersion()
getORBVersion in interface ObjectKeyTemplatepublic CorbaServerRequestDispatcher getServerRequestDispatcher(ORB orb, ObjectId id)
getServerRequestDispatcher in interface ObjectKeyTemplateCopyright © 2018 JBoss by Red Hat. All rights reserved.