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