Package | Description |
---|---|
org.jacorb.poa | |
org.omg.PortableServer | |
org.omg.PortableServer.POAPackage |
Modifier and Type | Method and Description |
---|---|
POA |
POA.find_POA(String adapter_name,
boolean activate_it)
If the intended child poa is not found and activate_it is TRUE,
it is possible for another thread to create the same poa with
create_POA at the same time in a race condition.
|
Modifier and Type | Method and Description |
---|---|
POA |
POALocalTie.find_POA(String adapter_name,
boolean activate_it) |
POA |
POAOperations.find_POA(String adapter_name,
boolean activate_it) |
Modifier and Type | Method and Description |
---|---|
static AdapterNonExistent |
AdapterNonExistentHelper.extract(Any any) |
static AdapterNonExistent |
AdapterNonExistentHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
AdapterNonExistentHelper.insert(Any any,
AdapterNonExistent s) |
static void |
AdapterNonExistentHelper.write(OutputStream out,
AdapterNonExistent s) |
Copyright © 2017 JacORB. All rights reserved.