public abstract class POABase extends Object implements POAImple
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_init |
protected POA |
_poa |
protected Hashtable |
_poas |
| Constructor and Description |
|---|
POABase() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyPOA(String adapterName)
Destroy the child POA.
|
void |
destroyRootPOA()
Destroy the root POA.
|
void |
init(ORB orb)
Initialise the root POA.
|
boolean |
initialised()
Has the Object Adapter been initialised?
|
POA |
poa(String adapterName) |
void |
poa(String adapterName,
POA thePOA)
Provide a reference to the child POA.
|
POA |
rootPoa() |
void |
rootPoa(POA thePOA)
Provide a reference to the root POA.
|
void |
run(ORB orb)
run is a way of starting a server listening for invocations.
|
void |
run(ORB orb,
String name)
run is a way of starting a server listening for invocations.
|
public boolean initialised()
POAImpleinitialised in interface POAImplepublic void init(ORB orb) throws InvalidName, AdapterInactive, SystemException
POAImpleinit in interface POAImpleInvalidNameAdapterInactiveSystemExceptionpublic void destroyRootPOA()
throws SystemException
POAImpledestroyRootPOA in interface POAImpleSystemExceptionpublic void destroyPOA(String adapterName) throws SystemException
POAImpledestroyPOA in interface POAImpleSystemExceptionpublic POA rootPoa() throws SystemException
rootPoa in interface POAImpleSystemExceptionpublic void rootPoa(POA thePOA) throws SystemException
POAImplerootPoa in interface POAImpleSystemExceptionpublic POA poa(String adapterName) throws SystemException
poa in interface POAImpleSystemExceptionpublic void poa(String adapterName, POA thePOA) throws SystemException
POAImplepoa in interface POAImpleSystemExceptionpublic void run(ORB orb, String name) throws SystemException
POAImplerun in interface POAImpleSystemExceptionpublic void run(ORB orb) throws SystemException
POAImplerun in interface POAImpleSystemExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.