package org.omg.PortableServer;
/**
* org/omg/PortableServer/RequestProcessingPolicy.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /var/lib/jenkins/jobs/openjdk/jobs/openjdk10/workspace/jdk-updates_jdk10u/src/java.corba/share/classes/org/omg/PortableServer/poa.idl
* Sunday, February 14, 2021 at 5:20:33 PM Coordinated Universal Time
*/
This policy specifies how requests are processed by
the created POA. The default is
USE_ACTIVE_OBJECT_MAP_ONLY.
/**
* This policy specifies how requests are processed by
* the created POA. The default is
* USE_ACTIVE_OBJECT_MAP_ONLY.
*/
public interface RequestProcessingPolicy extends RequestProcessingPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity
{
} // interface RequestProcessingPolicy