Class FileUpdateNotificationHandler
- java.lang.Object
-
- java.util.TimerTask
-
- org.apache.synapse.transport.dynamicconfigurations.FileUpdateNotificationHandler
-
-
Constructor Summary
Constructors Constructor Description FileUpdateNotificationHandler(long sleepInterval)
Constructor with file read interval as the input
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerListener(DynamicProfileReloader dynamicProfileReloader)
Register listeners for file update notificationsvoid
run()
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Method Detail
-
registerListener
public void registerListener(DynamicProfileReloader dynamicProfileReloader)
Register listeners for file update notifications- Parameters:
dynamicProfileReloader
- Listener to be notified
-
-