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 TypeFieldDescriptionstatic final intstatic final intstatic final IdAssignmentPolicyValuestatic final IdAssignmentPolicyValue -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_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
-