| Modifier and Type | Class and Description |
|---|---|
class |
ObjectAdapterIdArray |
class |
ObjectAdapterIdNumber
ObjectAdapterIdNumber is used to represent pre-JDK 1.4 POA adapter IDs.
|
| Modifier and Type | Field and Description |
|---|---|
static ObjectAdapterId |
ObjectKeyTemplateBase.JIDL_OAID |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapterId |
WireObjectKeyTemplate.getObjectAdapterId() |
ObjectAdapterId |
ObjectKeyTemplateBase.getObjectAdapterId() |
| Constructor and Description |
|---|
NewObjectKeyTemplateBase(ORB orb,
int magic,
int scid,
int serverid,
String orbid,
ObjectAdapterId oaid) |
ObjectKeyTemplateBase(ORB orb,
int magic,
int scid,
int serverid,
String orbid,
ObjectAdapterId oaid) |
OldObjectKeyTemplateBase(ORB orb,
int magic,
int scid,
int serverid,
String orbid,
ObjectAdapterId oaid) |
POAObjectKeyTemplate(ORB orb,
int scid,
int serverid,
String orbid,
ObjectAdapterId objectAdapterId) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
POAFactory.find(ObjectAdapterId oaid) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapterId |
ObjectKeyTemplate.getObjectAdapterId()
Return the object adapter ID for this template.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
ObjectAdapterFactory.find(ObjectAdapterId oaid)
Find the ObjectAdapter instance that corresponds to the given ObjectAdapterId.
|
void |
ObjectAdapterBase.initializeTemplate(ObjectKeyTemplate oktemp,
boolean notifyORB,
Policies policies,
String codebase,
String objectAdapterManagerId,
ObjectAdapterId objectAdapterId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CorbaTransportManager.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase,
String objectAdapterManagerId,
ObjectAdapterId objectAdapterId) |
Collection<Object> |
CorbaTransportManager.getAcceptors(String objectAdapterManagerId,
ObjectAdapterId objectAdapterId) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.