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.SystemExceptionvoid run(ORB o) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid init(ORB o) throws org.omg.CORBA.ORBPackage.InvalidName, org.omg.PortableServer.POAManagerPackage.AdapterInactive, org.omg.CORBA.SystemException
org.omg.CORBA.ORBPackage.InvalidNameorg.omg.PortableServer.POAManagerPackage.AdapterInactiveorg.omg.CORBA.SystemExceptionvoid 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.AdapterAlreadyExistsorg.omg.PortableServer.POAPackage.InvalidPolicyorg.omg.PortableServer.POAManagerPackage.AdapterInactiveorg.omg.CORBA.SystemExceptionvoid destroyRootPOA()
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid destroyPOA(java.lang.String adapterName)
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionorg.omg.PortableServer.POA rootPoa()
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid rootPoa(org.omg.PortableServer.POA thePOA)
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionorg.omg.PortableServer.POA poa(java.lang.String adapterName)
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid poa(java.lang.String adapterName,
org.omg.PortableServer.POA thePOA)
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException