FileDocCategorySizeDatePackage
IdUniquenessPolicyValue.javaAPI DocJava SE 5 API1635Fri Aug 26 17:25:04 BST 2005org.omg.PortableServer

IdUniquenessPolicyValue

public class IdUniquenessPolicyValue extends Object implements org.omg.CORBA.portable.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.

Fields Summary
private int
__value
private static int
__size
private static IdUniquenessPolicyValue[]
__array
public static final int
_UNIQUE_ID
public static final IdUniquenessPolicyValue
UNIQUE_ID
public static final int
_MULTIPLE_ID
public static final IdUniquenessPolicyValue
MULTIPLE_ID
Constructors Summary
protected IdUniquenessPolicyValue(int value)

    __value = value;
    __array[__value] = this;
  
Methods Summary
public static org.omg.PortableServer.IdUniquenessPolicyValuefrom_int(int value)

    if (value >= 0 && value < __size)
      return __array[value];
    else
      throw new org.omg.CORBA.BAD_PARAM ();
  
public intvalue()


     
  
    return __value;