Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for jums (0.02 seconds)

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

            return "Unknown";
        }
    
        /**
         * Gets the instance ID for this Fess instance.
         * Combines scheduler.target.name (if configured), hostname, and PID
         * to ensure uniqueness across multiple JVMs on the same host.
         *
         * @return The instance ID.
         */
        public String getInstanceId() {
            final String targetName = ComponentUtil.getFessConfig().getSchedulerTargetName();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 43.2K bytes
    - Click Count (0)
Back to Top