org.omg.PortableServer
Interface ImplicitActivationPolicyOperations
- All Superinterfaces: 
 - PolicyOperations
 
- All Known Subinterfaces: 
 - ImplicitActivationPolicy
 
public interface ImplicitActivationPolicyOperations
- extends PolicyOperations
 
Objects with the ImplicitActivationPolicy interface are obtained
     using the POA::create_implicit_activation_policy operation and
     passed to the POA::create_POA operation to specify whether
     implicit activation of servants is supported in the created POA.
     The following values can be supplied.
     
     - IMPLICIT_ACTIVATION - the
     POA will support implicit activation of servants.
     IMPLICIT_ACTIVATION also requires the SYSTEM_ID and RETAIN
     policies.
     
 - NO_IMPLICIT_ACTIVATION - the POA will not support
     implicit activation of servants.
     
 
     If no ImplicitActivationPolicy
     is specified at POA creation, the default is
     NO_IMPLICIT_ACTIVATION.
 
 
value
ImplicitActivationPolicyValue value()
 
 
                 Read the latest documentation online