KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.PortableServer;
2
3
4 /**
5 * org/omg/PortableServer/ThreadPolicyOperations.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:02 AM GMT
9 */

10
11
12 /**
13      * The ThreadPolicy specifies the threading model
14      * used with the created POA. The default is
15      * ORB_CTRL_MODEL.
16      */

17 public interface ThreadPolicyOperations extends org.omg.CORBA.PolicyOperations JavaDoc
18 {
19
20   /**
21      * specifies the policy value
22      */

23   org.omg.PortableServer.ThreadPolicyValue JavaDoc value ();
24 } // interface ThreadPolicyOperations
25
Popular Tags