org.omg.PortableServer
Interface AdapterActivator
public
interface
AdapterActivator
extends AdapterActivatorOperations, IDLEntity, Object
Adapter activators are associated with POAs and supply the
the ability to create child POAs on demand. The new POA can be created
- As a side-effect of receiving a request that names the child POA
(or one of its children).
- When calling
{@link POAOperations}.find_POA(name, true) if the parameter
name
refers a non existing POA.
An AdapterActivator is always a local object.
See Also: AdapterActivatorOperations