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

Modifier and Type Field and Description
static int _ORB_CTRL_MODEL
static int _SINGLE_THREAD_MODEL
static ThreadPolicyValue ORB_CTRL_MODEL
static ThreadPolicyValue SINGLE_THREAD_MODEL

Constructors

Modifier Constructor and Description
protected ThreadPolicyValue(int value)

Methods

Modifier and Type Method and Description
static ThreadPolicyValue from_int(int value)
int value()

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, 2020, 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.
https://docs.oracle.com/javase/8/docs/api/org/omg/PortableServer/ThreadPolicyValue.html