public class POAFactory extends Object implements ObjectAdapterFactory
Constructor and Description |
---|
POAFactory()
All object adapter factories must have a no-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addPoaManager(POAManager manager) |
ObjectAdapter |
find(ObjectAdapterId oaid)
Find the ObjectAdapter instance that corresponds to the given ObjectAdapterId.
|
Delegate |
getDelegateImpl() |
ORB |
getORB() |
POA |
getRootPOA() |
POASystemException |
getWrapper() |
void |
init(ORB orb)
Initialize this object adapter factory instance.
|
POA |
lookupPOA(Servant servant) |
int |
newPOAId() |
int |
newPOAManagerId() |
void |
registerPOAForServant(POA poa,
Servant servant) |
void |
registerRootPOA() |
void |
removePoaManager(POAManager manager) |
void |
shutdown(boolean waitForCompletion)
Shutdown all object adapters and other state associated with this factory.
|
void |
unregisterPOAForServant(POA poa,
Servant servant) |
public POAFactory()
public POASystemException getWrapper()
public void init(ORB orb)
ObjectAdapterFactory
init
in interface ObjectAdapterFactory
public ObjectAdapter find(ObjectAdapterId oaid)
ObjectAdapterFactory
find
in interface ObjectAdapterFactory
public void shutdown(boolean waitForCompletion)
ObjectAdapterFactory
shutdown
in interface ObjectAdapterFactory
public void removePoaManager(POAManager manager)
public void addPoaManager(POAManager manager)
public int newPOAManagerId()
public void registerRootPOA()
public POA getRootPOA()
public Delegate getDelegateImpl()
public int newPOAId()
public ORB getORB()
getORB
in interface ObjectAdapterFactory
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.