Package | Description |
---|---|
org.jacorb.poa | |
org.omg.PortableServer |
Modifier and Type | Class and Description |
---|---|
class |
POAManager
The poa manager class, an implementation of org.omg.PortableServer.POAManager
|
Modifier and Type | Method and Description |
---|---|
POAManager |
POA.the_POAManager() |
Modifier and Type | Method and Description |
---|---|
POA |
POA.create_POA(String adapter_name,
POAManager a_POAManager,
Policy[] policies)
additionally raises an org.omg.CORBA.BAD_INV_ORDER exception if the poa
goes shutdown and this method will called (not spec.)
|
Modifier and Type | Class and Description |
---|---|
class |
_POAManagerLocalBase
Abstract base class for implementations of local interface POAManager
|
class |
POAManagerLocalTie
Generated from IDL interface "POAManager".
|
Modifier and Type | Field and Description |
---|---|
POAManager |
POAManagerHolder.value |
Modifier and Type | Method and Description |
---|---|
static POAManager |
POAManagerHelper.extract(Any any) |
static POAManager |
POAManagerHelper.narrow(Object obj) |
static POAManager |
POAManagerHelper.read(InputStream in) |
POAManager |
POALocalTie.the_POAManager() |
POAManager |
POAOperations.the_POAManager() |
static POAManager |
POAManagerHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
POA |
POALocalTie.create_POA(String adapter_name,
POAManager a_POAManager,
Policy[] policies) |
POA |
POAOperations.create_POA(String adapter_name,
POAManager a_POAManager,
Policy[] policies) |
static void |
POAManagerHelper.insert(Any any,
POAManager s) |
static void |
POAManagerHelper.write(OutputStream _out,
POAManager s) |
Constructor and Description |
---|
POAManagerHolder(POAManager initial) |
Copyright © 2017 JacORB. All rights reserved.