public class WireObjectKeyTemplate extends Object implements ObjectKeyTemplate
| Constructor and Description |
|---|
WireObjectKeyTemplate(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getAdapterId()
Compute an adapter ID for this template than includes
all of the template information.
|
ObjectAdapterId |
getObjectAdapterId()
Return the object adapter ID for this template.
|
String |
getORBId()
Return the ORB ID for this template.
|
ORBVersion |
getORBVersion() |
int |
getServerId()
Return the server ID for this template.
|
ServerRequestDispatcher |
getServerRequestDispatcher(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 void write(ObjectId id, OutputStream os)
write in interface ObjectKeyTemplatepublic void write(OutputStream os)
Writeablepublic int getSubcontractId()
ObjectKeyTemplategetSubcontractId in interface ObjectKeyTemplatepublic int getServerId()
ObjectKeyTemplategetServerId in interface ObjectKeyTemplatepublic String getORBId()
ObjectKeyTemplategetORBId in interface ObjectKeyTemplatepublic ObjectAdapterId getObjectAdapterId()
ObjectKeyTemplategetObjectAdapterId in interface ObjectKeyTemplatepublic byte[] getAdapterId()
ObjectKeyTemplategetAdapterId in interface ObjectKeyTemplatepublic ORBVersion getORBVersion()
getORBVersion in interface ObjectKeyTemplatepublic ServerRequestDispatcher getServerRequestDispatcher(ObjectId id)
getServerRequestDispatcher in interface ObjectKeyTemplateCopyright © 2017–2019 Eclipse Foundation. All rights reserved.