org.omg.PortableServer
Interface IdUniquenessPolicyOperations
- All Superinterfaces: 
 - PolicyOperations
 
- All Known Subinterfaces: 
 - IdUniquenessPolicy
 
public interface IdUniquenessPolicyOperations
- extends PolicyOperations
 
Objects with the IdUniquenessPolicy interface are obtained using
     the POA::create_id_uniqueness_policy operation and passed to the
     POA::create_POA operation to specify whether the servants
     activated in the created POA must have unique object identities.
     The following values can be supplied.
     
     - 
     UNIQUE_ID - Servants activated with that POA support exactly one
     Object Id.
     
 -  MULTIPLE_ID - a servant activated with that POA may
     support one or more Object Ids.  If no IdUniquenessPolicy is
     specified at POA creation, the default is UNIQUE_ID.
     
 
 
 
value
IdUniquenessPolicyValue value()
 
 
                 Read the latest documentation online