Class ThreadPolicyValue

java.lang.Object
org.omg.PortableServer.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.
See Also:
  • Field Details

  • Constructor Details

    • ThreadPolicyValue

      protected ThreadPolicyValue(int value)
  • Method Details

    • value

      public int value()
    • from_int

      public static ThreadPolicyValue from_int(int value)