Package org.omg.PortableServer
Class IdAssignmentPolicyValue
java.lang.Object
org.omg.PortableServer.IdAssignmentPolicyValue
- All Implemented Interfaces:
Serializable
,IDLEntity
The IdAssignmentPolicyValue can have the following
values. 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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static IdAssignmentPolicyValue[]
private static int
private int
static final int
static final int
static final IdAssignmentPolicyValue
static final IdAssignmentPolicyValue
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__value
private int __value -
__size
private static int __size -
__array
-
_USER_ID
public static final int _USER_ID- See Also:
-
USER_ID
-
_SYSTEM_ID
public static final int _SYSTEM_ID- See Also:
-
SYSTEM_ID
-
-
Constructor Details
-
IdAssignmentPolicyValue
protected IdAssignmentPolicyValue(int value)
-
-
Method Details
-
value
public int value() -
from_int
-