Class ThreadPolicyValue

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public class ThreadPolicyValue
    extends java.lang.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:
    Serialized Form
    • Constructor Detail

      • ThreadPolicyValue

        protected ThreadPolicyValue​(int value)
    • Method Detail

      • value

        public int value()