Package org.omg.PortableServer
Class IdUniquenessPolicyValue
java.lang.Object
org.omg.PortableServer.IdUniquenessPolicyValue
- All Implemented Interfaces:
Serializable
,IDLEntity
IdUniquenessPolicyValue can have the following values.
UNIQUE_ID - Servants activated with that POA support
exactly one Object Id. MULTIPLE_ID - a servant
activated with that POA may support one or more
Object Ids.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static IdUniquenessPolicyValue[]
private static int
private int
static final int
static final int
static final IdUniquenessPolicyValue
static final IdUniquenessPolicyValue
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__value
private int __value -
__size
private static int __size -
__array
-
_UNIQUE_ID
public static final int _UNIQUE_ID- See Also:
-
UNIQUE_ID
-
_MULTIPLE_ID
public static final int _MULTIPLE_ID- See Also:
-
MULTIPLE_ID
-
-
Constructor Details
-
IdUniquenessPolicyValue
protected IdUniquenessPolicyValue(int value)
-
-
Method Details
-
value
public int value() -
from_int
-