Name

IdAssignmentPolicy

Synopsis

A Policy used to determine whether object identifiers are generated by the ORB or by the application. Its value() is an IdAssignmentPolicyValue object, which takes the value IdAssignmentPolicyValue.SYSTEM_ID (indicating that object ids are generated by the POA), or IdAssignmentPolicyValue.USER_ID, indicating ids are assigned by the application. The default value is SYSTEM_ID.

                  
public interface IdAssignmentPolicy extends IdAssignmentPolicyOperations, org.omg.CORBA.Policy, 
        org.omg.CORBA.portable.IDLEntity {
}

Returned By

POAOperations.create_id_assignment_policy()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.