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
SystemExceptionvoid run(ORB o) throws SystemException
SystemExceptionvoid init(ORB o) throws InvalidName, AdapterInactive, SystemException
void createPOA(String adapterName, Policy[] policies) throws AdapterAlreadyExists, InvalidPolicy, AdapterInactive, SystemException
void destroyRootPOA()
throws SystemException
SystemExceptionvoid destroyPOA(String adapterName) throws SystemException
SystemExceptionPOA rootPoa() throws SystemException
SystemExceptionvoid rootPoa(POA thePOA) throws SystemException
SystemExceptionPOA poa(String adapterName) throws SystemException
SystemExceptionvoid poa(String adapterName, POA thePOA) throws SystemException
SystemExceptionCopyright © 2012. All Rights Reserved.