KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableServer > RequestProcessingPolicy


1 package org.omg.PortableServer;
2
3
4 /**
5 * org/omg/PortableServer/RequestProcessingPolicy.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      * This policy specifies how requests are processed by
14      * the created POA. The default is
15      * USE_ACTIVE_OBJECT_MAP_ONLY.
16      */

17 public interface RequestProcessingPolicy extends RequestProcessingPolicyOperations JavaDoc, org.omg.CORBA.Policy JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
18 {
19 } // interface RequestProcessingPolicy
20
Popular Tags