Spec-Zone.ru › OpenJDK 8
Class ThreadPolicyValue All Implemented Interfaces:
Serializable , IDLEntity
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.
Fields Constructors Methods Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Fields _ORB_CTRL_MODEL public static final int _ORB_CTRL_MODEL See Also: Constant Field Values ORB_CTRL_MODEL public static final ThreadPolicyValue ORB_CTRL_MODEL _SINGLE_THREAD_MODEL public static final int _SINGLE_THREAD_MODEL See Also: Constant Field Values SINGLE_THREAD_MODEL public static final ThreadPolicyValue SINGLE_THREAD_MODEL Constructors ThreadPolicyValue protected ThreadPolicyValue(int value) Methods value public int value() from_int public static ThreadPolicyValue from_int(int value)
© 1993, 2025, 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.