public class TOAFactory extends Object implements ObjectAdapterFactory
| Constructor and Description |
|---|
TOAFactory() |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
find(ObjectAdapterId oaid)
Find the ObjectAdapter instance that corresponds to the
given ObjectAdapterId.
|
ORB |
getORB() |
TOA |
getTOA() |
TOA |
getTOA(String codebase) |
void |
init(ORB orb)
Initialize this object adapter factory instance.
|
void |
shutdown(boolean waitForCompletion)
Shutdown all object adapters and other state associated
with this factory.
|
public ObjectAdapter find(ObjectAdapterId oaid)
ObjectAdapterFactoryfind in interface ObjectAdapterFactorypublic void init(ORB orb)
ObjectAdapterFactoryinit in interface ObjectAdapterFactorypublic void shutdown(boolean waitForCompletion)
ObjectAdapterFactoryshutdown in interface ObjectAdapterFactorypublic TOA getTOA()
public ORB getORB()
getORB in interface ObjectAdapterFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.