public interface ObjectAdapterFactory
Modifier and Type | Method and Description |
---|---|
ObjectAdapter |
find(ObjectAdapterId oaid)
Find the ObjectAdapter instance that corresponds to the
given ObjectAdapterId.
|
ORB |
getORB() |
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.
|
void init(ORB orb)
void shutdown(boolean waitForCompletion)
ObjectAdapter find(ObjectAdapterId oaid)
ORB getORB()
Copyright © 2016 JBoss by Red Hat. All rights reserved.