1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/RequestProcessingPolicyOperations.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:02 AM GMT
  7. */
  8. /**
  9. * This policy specifies how requests are processed by
  10. * the created POA. The default is
  11. * USE_ACTIVE_OBJECT_MAP_ONLY.
  12. */
  13. public interface RequestProcessingPolicyOperations extends org.omg.CORBA.PolicyOperations
  14. {
  15. /**
  16. * specifies the policy value
  17. */
  18. org.omg.PortableServer.RequestProcessingPolicyValue value ();
  19. } // interface RequestProcessingPolicyOperations