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