Name

IdAssignmentPolicyValue

Synopsis

This class represents the value of an IdAssignmentPolicy for a POA. A value of IdAssignmentPolicyValue.SYSTEM_ID indicates that object ids are generated by the POA, while IdAssignmentPolicyValue.USER_ID indicates that ids are assigned by the application. The default value is SYSTEM_ID.

                  Implementations
public class IdAssignmentPolicyValue implements org.omg.CORBA.portable.IDLEntity {
// Protected Constructors
   protected IdAssignmentPolicyValue( int value);  
// Public Constants
   public static final int _SYSTEM_ID;                           // =1
   public static final int _USER_ID;                             // =0
   public static final IdAssignmentPolicyValue SYSTEM_ID;  
   public static final IdAssignmentPolicyValue USER_ID;  
// Public Class Methods
   public static IdAssignmentPolicyValue from_int(int value);  
// Public Instance Methods
   public int value();  
}

Passed To

POAOperations.create_id_assignment_policy()

Returned By

IdAssignmentPolicyOperations.value(), IdAssignmentPolicyValue.from_int()

Type Of

IdAssignmentPolicyValue.{SYSTEM_ID, USER_ID}

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.