public interface ObjectKeyTemplate extends Writeable
Modifier and Type | Method and Description |
---|---|
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.
|
CorbaServerRequestDispatcher |
getServerRequestDispatcher(ORB orb,
ObjectId id) |
int |
getSubcontractId()
An ID used to determine how to perform operations on this
ObjectKeyTemplate.
|
void |
write(ObjectId objectId,
OutputStream os) |
ORBVersion getORBVersion()
int getSubcontractId()
int getServerId()
String getORBId()
ObjectAdapterId getObjectAdapterId()
byte[] getAdapterId()
void write(ObjectId objectId, OutputStream os)
CorbaServerRequestDispatcher getServerRequestDispatcher(ORB orb, ObjectId id)
Copyright © 2019 JBoss by Red Hat. All rights reserved.