Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setProcessDestroyTimeout (0.11 sec)

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

                }
            }
            return -1;
        }
    
        public Set<String> getRunningSessionIdSet() {
            return runningProcessMap.keySet();
        }
    
        public void setProcessDestroyTimeout(final int processDestroyTimeout) {
            this.processDestroyTimeout = processDestroyTimeout;
        }
    
        public void sendCommand(final String sessionId, final String command) {
    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