org.omg.PortableServer
public interface AdapterActivatorOperations
Method Summary | |
---|---|
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.
|
Parameters: parent the parent POA, for that the child POA must be created. child_name the name of the child POA that must be created.
Returns: true if the operation has successfully created the needed POA, false that POA cannot be created. In this case, the client will receive the remote exception ({@link OBJECT_NOT_EXIST}, minor code 2).