Class EventThreadHelper


  • public class EventThreadHelper
    extends java.lang.Object
    Author:
    rstein
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.concurrent.ExecutorService getExecutorService()  
      static int getMaxThreads()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventThreadHelper

        public EventThreadHelper()
    • Method Detail

      • getMaxThreads

        public static int getMaxThreads()
        Returns:
        maximum number of threads used for event notification
      • getExecutorService

        public static java.util.concurrent.ExecutorService getExecutorService()
        Returns:
        event update executor service