Package org.codelibs.fess.timer
Class SystemMonitorTarget
- java.lang.Object
-
- org.codelibs.fess.timer.SystemMonitorTarget
-
- All Implemented Interfaces:
org.codelibs.core.timer.TimeoutTarget
public class SystemMonitorTarget extends Object implements org.codelibs.core.timer.TimeoutTarget
-
-
Constructor Summary
Constructors Constructor Description SystemMonitorTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringBuilderappend(StringBuilder buf, String key, Supplier<Object> supplier)voidexpired()
-
-
-
Method Detail
-
append
protected StringBuilder append(StringBuilder buf, String key, Supplier<Object> supplier)
-
expired
public void expired()
- Specified by:
expiredin interfaceorg.codelibs.core.timer.TimeoutTarget
-
-