com.filenet.api.admin

Interface CmThreadPoolConfiguration

    • Method Detail

      • get_MaxDispatcherThreads

        java.lang.Integer get_MaxDispatcherThreads()
        Returns the value of the MaxDispatcherThreads property. For more information, see MaxDispatcherThreads Property.
      • set_MaxDispatcherThreads

        void set_MaxDispatcherThreads(java.lang.Integer value)
        Sets the value of the MaxDispatcherThreads property. For more information, see MaxDispatcherThreads Property.
      • get_DispatcherThreadIdleTimeout

        java.lang.Integer get_DispatcherThreadIdleTimeout()
        Returns the value of the DispatcherThreadIdleTimeout property. For more information, see DispatcherThreadIdleTimeout Property.
      • set_DispatcherThreadIdleTimeout

        void set_DispatcherThreadIdleTimeout(java.lang.Integer value)
        Sets the value of the DispatcherThreadIdleTimeout property. For more information, see DispatcherThreadIdleTimeout Property.
      • get_MaxWorkerThreads

        java.lang.Integer get_MaxWorkerThreads()
        Returns the value of the MaxWorkerThreads property. For more information, see MaxWorkerThreads Property.
      • set_MaxWorkerThreads

        void set_MaxWorkerThreads(java.lang.Integer value)
        Sets the value of the MaxWorkerThreads property. For more information, see MaxWorkerThreads Property.
      • get_WorkerThreadIdleTimeout

        java.lang.Integer get_WorkerThreadIdleTimeout()
        Returns the value of the WorkerThreadIdleTimeout property. For more information, see WorkerThreadIdleTimeout Property.
      • set_WorkerThreadIdleTimeout

        void set_WorkerThreadIdleTimeout(java.lang.Integer value)
        Sets the value of the WorkerThreadIdleTimeout property. For more information, see WorkerThreadIdleTimeout Property.

© Copyright IBM Corporation 2006, 2013. All rights reserved.