| Package | Description |
|---|---|
| com.sun.corba.se.impl.oa.poa | |
| com.sun.corba.se.impl.oa.toa | |
| com.sun.corba.se.impl.protocol | |
| com.sun.corba.se.spi.oa | |
| com.sun.corba.se.spi.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
POAFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
TOAFactory |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectAdapterFactory |
LocalClientRequestDispatcherBase.oaf |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapterFactory |
RequestDispatcherRegistryImpl.getObjectAdapterFactory(int scid) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcherRegistryImpl.registerObjectAdapterFactory(ObjectAdapterFactory oaf,
int scid) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectAdapterFactory |
OADefault.makePOAFactory(ORB orb) |
static ObjectAdapterFactory |
OADefault.makeTOAFactory(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapterFactory |
RequestDispatcherRegistry.getObjectAdapterFactory(int scid)
Get the ObjectAdapterFactory for a particular subcontract ID scid.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ObjectAdapterFactory> |
RequestDispatcherRegistry.getObjectAdapterFactories()
Return the set of all ObjectAdapterFactory instances that are registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcherRegistry.registerObjectAdapterFactory(ObjectAdapterFactory oaf,
int scid)
Register an ObjectAdapterFactory for a particular subcontract ID.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.