Package com.swiftmq.swiftlet
Class ConfigfileWatchdog
- java.lang.Object
-
- com.swiftmq.swiftlet.ConfigfileWatchdog
-
- All Implemented Interfaces:
TimerListener
,java.util.EventListener
public class ConfigfileWatchdog extends java.lang.Object implements TimerListener
-
-
Constructor Summary
Constructors Constructor Description ConfigfileWatchdog(TraceSpace traceSpace, LogSwiftlet logSwiftlet, java.lang.String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
performTimeAction()
Perform the specific time action
-
-
-
Constructor Detail
-
ConfigfileWatchdog
public ConfigfileWatchdog(TraceSpace traceSpace, LogSwiftlet logSwiftlet, java.lang.String filename)
-
-
Method Detail
-
performTimeAction
public void performTimeAction()
Description copied from interface:TimerListener
Perform the specific time action- Specified by:
performTimeAction
in interfaceTimerListener
-
-