public class ThreadPolicyValue extends Object implements IDLEntity
The ThreadPolicyValue can have the following values. ORB_CTRL_MODEL - The ORB is responsible for assigning requests for an ORB- controlled POA to threads. SINGLE_THREAD_MODEL - Requests for a single-threaded POA are processed sequentially.
public static final int _ORB_CTRL_MODEL
public static final ThreadPolicyValue ORB_CTRL_MODEL
public static final int _SINGLE_THREAD_MODEL
public static final ThreadPolicyValue SINGLE_THREAD_MODEL
protected ThreadPolicyValue(int value)
public int value()
public static ThreadPolicyValue from_int(int value)
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.