1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/IdAssignmentPolicy.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
  6. * Wednesday, September 15, 2004 10:28:40 AM GMT
  7. */
  8. /**
  9. * IdAssignmentPolicy specifies whether Object Ids in
  10. * the created POA are generated by the application or
  11. * by the ORB. The default is SYSTEM_ID.
  12. */
  13. public interface IdAssignmentPolicy extends IdAssignmentPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity
  14. {
  15. } // interface IdAssignmentPolicy