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()
POAImple
initialised
in interface POAImple
public void init(ORB orb) throws InvalidName, AdapterInactive, SystemException
POAImple
init
in interface POAImple
InvalidName
AdapterInactive
SystemException
public void destroyRootPOA() throws SystemException
POAImple
destroyRootPOA
in interface POAImple
SystemException
public void destroyPOA(String adapterName) throws SystemException
POAImple
destroyPOA
in interface POAImple
SystemException
public POA rootPoa() throws SystemException
rootPoa
in interface POAImple
SystemException
public void rootPoa(POA thePOA) throws SystemException
POAImple
rootPoa
in interface POAImple
SystemException
public POA poa(String adapterName) throws SystemException
poa
in interface POAImple
SystemException
public void poa(String adapterName, POA thePOA) throws SystemException
POAImple
poa
in interface POAImple
SystemException
public void run(ORB orb, String name) throws SystemException
POAImple
run
in interface POAImple
SystemException
public void run(ORB orb) throws SystemException
POAImple
run
in interface POAImple
SystemException
Copyright © 2021 JBoss by Red Hat. All rights reserved.