- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for setActive (0.05 seconds)
-
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
public boolean isActive() { return active; } /** * Set active status * * @param active true to activate */ public void setActive(boolean active) { this.active = active; } /** * Gets the future for asynchronous notification completion * @return the notification future */
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 13.7K bytes - Click Count (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
<version>1.0.0/1.3.0</version> <code> public boolean isActive() { return (getActiveString() != null) ? Boolean.parseBoolean(getActiveString()) : true; } public void setActive(boolean active) { setActiveString(String.valueOf(active)); } public int getPort() { return (getPortString() != null) ? Integer.parseInt(getPortString()) : 8080; }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun May 18 09:15:56 GMT 2025 - 33.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
* * <p>The job supports selective crawling by specifying configuration IDs for different * types of crawlers (web, file, data). It manages the crawler process lifecycle, * handles timeout scenarios, and ensures proper cleanup of resources.</p> * * <p>Key features:</p> * <ul> * <li>Concurrent crawler process management with configurable limits</li> * <li>Selective crawling based on configuration IDs</li>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19.6K bytes - Click Count (0)