public interface POAImple
Modifier and Type | Method and Description |
---|---|
void |
createPOA(java.lang.String adapterName,
org.omg.CORBA.Policy[] policies)
Create a child POA of the root POA.
|
void |
destroyPOA(java.lang.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?
|
org.omg.PortableServer.POA |
poa(java.lang.String adapterName) |
void |
poa(java.lang.String adapterName,
org.omg.PortableServer.POA thePOA)
Provide a reference to the child POA.
|
org.omg.PortableServer.POA |
rootPoa() |
void |
rootPoa(org.omg.PortableServer.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,
java.lang.String name)
run is a way of starting a server listening for invocations.
|
boolean initialised()
void run(ORB o, java.lang.String name) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void run(ORB o) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void init(ORB o) throws org.omg.CORBA.ORBPackage.InvalidName, org.omg.PortableServer.POAManagerPackage.AdapterInactive, org.omg.CORBA.SystemException
org.omg.CORBA.ORBPackage.InvalidName
org.omg.PortableServer.POAManagerPackage.AdapterInactive
org.omg.CORBA.SystemException
void createPOA(java.lang.String adapterName, org.omg.CORBA.Policy[] policies) throws org.omg.PortableServer.POAPackage.AdapterAlreadyExists, org.omg.PortableServer.POAPackage.InvalidPolicy, org.omg.PortableServer.POAManagerPackage.AdapterInactive, org.omg.CORBA.SystemException
org.omg.PortableServer.POAPackage.AdapterAlreadyExists
org.omg.PortableServer.POAPackage.InvalidPolicy
org.omg.PortableServer.POAManagerPackage.AdapterInactive
org.omg.CORBA.SystemException
void destroyRootPOA() throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void destroyPOA(java.lang.String adapterName) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
org.omg.PortableServer.POA rootPoa() throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void rootPoa(org.omg.PortableServer.POA thePOA) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
org.omg.PortableServer.POA poa(java.lang.String adapterName) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void poa(java.lang.String adapterName, org.omg.PortableServer.POA thePOA) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException