org.omg.PortableServer
public interface AdapterActivatorOperations
Modifier and Type | Method and Description |
---|---|
boolean |
unknown_adapter(POA parent,
String child_name)
This method is invoked when the ORB receives a request for an object
reference that identifies a non-existing target POA, to create it.
|
boolean unknown_adapter(POA parent, String child_name)
parent
- the parent POA, for that the child POA must be created.child_name
- the name of the child POA that must be created.OBJECT_NOT_EXIST
, minor code 2).