Package | Description |
---|---|
com.sun.corba.se.impl.oa.poa | |
org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications
portable across multivendor ORBs.
|
Modifier and Type | Class and Description |
---|---|
class |
POAManagerImpl
POAManagerImpl is the implementation of the POAManager interface.
|
Modifier and Type | Method and Description |
---|---|
POAManager |
POAImpl.the_POAManager()
the_POAManager
Section 3.3.8.8 |
Modifier and Type | Method and Description |
---|---|
void |
POAFactory.addPoaManager(POAManager manager) |
POA |
POAImpl.create_POA(String name,
POAManager theManager,
Policy[] policies)
create_POA
Section 3.3.8.2 |
void |
POAFactory.removePoaManager(POAManager manager) |
Modifier and Type | Method and Description |
---|---|
POAManager |
POAOperations.the_POAManager()
This attribute identifies the POA manager
associated with the POA.
|
Modifier and Type | Method and Description |
---|---|
POA |
POAOperations.create_POA(String adapter_name,
POAManager a_POAManager,
Policy[] policies)
This operation creates a new POA as a child of the
target POA.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.