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)
ObjectAdapterFactory
find
in interface ObjectAdapterFactory
public void init(ORB orb)
ObjectAdapterFactory
init
in interface ObjectAdapterFactory
public void shutdown(boolean waitForCompletion)
ObjectAdapterFactory
shutdown
in interface ObjectAdapterFactory
public TOA getTOA()
public ORB getORB()
getORB
in interface ObjectAdapterFactory
Copyright © 2017 JBoss by Red Hat. All rights reserved.