VisiBroker for Java

org.omg.PortableServer
Interface AdapterActivator

All Superinterfaces:
AdapterActivatorOperations, IDLEntity, LocalInterface, Object, java.io.Serializable

public interface AdapterActivator
extends LocalInterface, AdapterActivatorOperations, IDLEntity

     Adapter activators are associated with POAs. An adapter activator
     supplies a POA with the ability to create child POAs on demand, as
     a side-effect of receiving a request that names the child POA (or
     one of its children), or when find_POA is called with an activate
     parameter value of TRUE.
     
     An application server that creates all
     its needed POAs at the beginning of execution does not need to use
     or provide an adapter activator; it is necessary only for the case
     in which POAs need to be created during request processing.  While
     a request from the POA to an adapter activator is in progress, all
     requests to objects managed by the new POA (or any descendant
     POAs) will be queued. This serialization allows the adapter
     activator to complete any initialization of the new POA before
     requests are delivered to that POA.
     


Method Summary
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 
Methods inherited from interface org.omg.PortableServer.AdapterActivatorOperations
unknown_adapter
 


Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online