public interface POAImple
Modifier and Type | Method and Description |
---|---|
void |
createPOA(String adapterName,
Policy[] policies)
Create a child POA of the root POA.
|
void |
destroyPOA(String adapterName)
Destroy the child POA.
|
void |
destroyRootPOA()
Destroy the root POA.
|
void |
init(ORB o)
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 o)
run is a way of starting a server listening for invocations.
|
void |
run(ORB o,
String name)
run is a way of starting a server listening for invocations.
|
boolean initialised()
void run(ORB o, String name) throws SystemException
SystemException
void run(ORB o) throws SystemException
SystemException
void init(ORB o) throws InvalidName, AdapterInactive, SystemException
void createPOA(String adapterName, Policy[] policies) throws AdapterAlreadyExists, InvalidPolicy, AdapterInactive, SystemException
void destroyRootPOA() throws SystemException
SystemException
void destroyPOA(String adapterName) throws SystemException
SystemException
POA rootPoa() throws SystemException
SystemException
void rootPoa(POA thePOA) throws SystemException
SystemException
POA poa(String adapterName) throws SystemException
SystemException
void poa(String adapterName, POA thePOA) throws SystemException
SystemException
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.