public class OA extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
createPOA(String adapterName,
Policy[] policies) |
void |
destroyPOA(String adapterName) |
void |
destroyRootPOA() |
void |
init() |
boolean |
initialised() |
POA |
poa(String adapterName) |
void |
poa(String adapterName,
POA thePOA) |
POA |
rootPoa() |
void |
rootPoa(POA thePOA) |
void |
run() |
void |
run(String name) |
public OA(ORB theORB)
public boolean initialised()
public void init()
throws InvalidName,
AdapterInactive,
SystemException
public void createPOA(String adapterName, Policy[] policies) throws AdapterAlreadyExists, InvalidPolicy, AdapterInactive, SystemException
public void destroyRootPOA()
throws SystemException
SystemExceptionpublic void destroyPOA(String adapterName) throws SystemException
SystemExceptionpublic POA rootPoa() throws SystemException
SystemExceptionpublic void rootPoa(POA thePOA) throws SystemException
SystemExceptionpublic POA poa(String adapterName) throws SystemException
SystemExceptionpublic void poa(String adapterName, POA thePOA) throws SystemException
SystemExceptionpublic void run(String name) throws SystemException
SystemExceptionpublic void run()
throws SystemException
SystemExceptionCopyright © 2014. All Rights Reserved.