1 package org.omg.PortableServer; 2 3 4 /** 5 * org/omg/PortableServer/IdUniquenessPolicy.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl 8 * Saturday, February 9, 2008 9:40:03 AM GMT 9 */ 10 11 12 /** 13 * The IdUniquenessPolicy specifies whether the servants 14 * activated in the created POA must have unique object i 15 * identities. The default is UNIQUE_ID. 16 */ 17 public interface IdUniquenessPolicy extends IdUniquenessPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity 18 { 19 } // interface IdUniquenessPolicy 20