org.omg.PortableServer
Interface IdAssignmentPolicyOperations
- All Superinterfaces: 
 - PolicyOperations
 
- All Known Subinterfaces: 
 - IdAssignmentPolicy
 
public interface IdAssignmentPolicyOperations
- extends PolicyOperations
 
Objects with the IdAssignmentPolicy interface are obtained using
     the POA::create_id_assignment_policy operation and passed to the
     POA::create_POA operation to specify whether Object Ids in the
     created POA are generated by the application or by the ORB. The
     following values can be supplied.
     
     -  USER_ID - Objects created with
     that POA are assigned Object Ids only by the application.
     
 - SYSTEM_ID - Objects created with that POA are assigned Object Ids
     only by the POA. If the POA also has the PERSISTENT policy,
     assigned Object Ids must be unique across all instantiations of
     the same POA.
     
 
     If no IdAssignmentPolicy is specified at POA
     creation, the default is SYSTEM_ID.
 
 
value
IdAssignmentPolicyValue value()
 
 
                 Read the latest documentation online