package org.omg.PortableServer; /** * org/omg/PortableServer/ThreadPolicy.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u121/8372/corba/src/share/classes/org/omg/PortableServer/poa.idl * Monday, December 12, 2016 6:22:55 PM PST */ /** * The ThreadPolicy specifies the threading model * used with the created POA. The default is * ORB_CTRL_MODEL. */ public interface ThreadPolicy extends ThreadPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity { } // interface ThreadPolicy