org.mobicents.slee.resource.parlay.util.corba
Class POAFactory
java.lang.Object
org.mobicents.slee.resource.parlay.util.corba.POAFactory
public class POAFactory
- extends java.lang.Object
Class Description for POAFactory
|
Method Summary |
static org.omg.PortableServer.POA |
createPOA(org.omg.PortableServer.POA parentPOA,
java.lang.String adapterName,
org.omg.PortableServer.POAManager manager,
org.omg.CORBA.Policy[] policies)
Creates a new POA instance based on the supplied information. |
static void |
destroyPOA(org.omg.PortableServer.POA poa)
Destroys the specified POA. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POAFactory
public POAFactory()
createPOA
public static org.omg.PortableServer.POA createPOA(org.omg.PortableServer.POA parentPOA,
java.lang.String adapterName,
org.omg.PortableServer.POAManager manager,
org.omg.CORBA.Policy[] policies)
throws org.omg.PortableServer.POAPackage.AdapterAlreadyExists,
org.omg.PortableServer.POAPackage.InvalidPolicy
- Creates a new POA instance based on the supplied information.
- Parameters:
parentPOA - adapterName - manager - policies -
- Returns:
-
- Throws:
org.omg.PortableServer.POAPackage.AdapterAlreadyExists
org.omg.PortableServer.POAPackage.InvalidPolicy
destroyPOA
public static void destroyPOA(org.omg.PortableServer.POA poa)
- Destroys the specified POA. All children of this POA
will also be destroyed.
- Parameters:
poa -
Copyright © 2008. All Rights Reserved.