Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRunningSessionIdSet (0.12 sec)

  1. src/main/java/org/codelibs/fess/helper/ProcessHelper.java

                } catch (final Exception e) {
                    logger.error("Could not destroy a process correctly.", e);
                }
            }
            return -1;
        }
    
        public Set<String> getRunningSessionIdSet() {
            return runningProcessMap.keySet();
        }
    
        public void setProcessDestroyTimeout(final int processDestroyTimeout) {
            this.processDestroyTimeout = processDestroyTimeout;
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top