Class ListenerProfileReloader
java.lang.Object
org.apache.synapse.transport.dynamicconfigurations.DynamicProfileReloader
org.apache.synapse.transport.dynamicconfigurations.ListenerProfileReloader
Profile re-loader for nhttp and pass-through SSL receivers
-
Field Summary
Fields inherited from class org.apache.synapse.transport.dynamicconfigurations.DynamicProfileReloader
fileUpdateNotificationHandler -
Constructor Summary
ConstructorsConstructorDescriptionListenerProfileReloader(SSLProfileLoader profileLoader, org.apache.axis2.description.ParameterInclude transportInDescription) -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyFileUpdate(boolean isScheduled) Notification method which will be triggered by FileUpdateNotifier and SSLProfileInvokerMethods inherited from class org.apache.synapse.transport.dynamicconfigurations.DynamicProfileReloader
extractConfigurationFilePath, extractSleepInterval, getClassName, getFilePath, getLastUpdatedtime, isInvokedFromSchedule, registerListener, setFilePath, setInvokedFromSchedule, setLastUpdatedtime
-
Constructor Details
-
ListenerProfileReloader
public ListenerProfileReloader(SSLProfileLoader profileLoader, org.apache.axis2.description.ParameterInclude transportInDescription)
-
-
Method Details
-
notifyFileUpdate
public void notifyFileUpdate(boolean isScheduled) Notification method which will be triggered by FileUpdateNotifier and SSLProfileInvoker- Specified by:
notifyFileUpdatein classDynamicProfileReloader- Parameters:
isScheduled- Boolean value for specify whether this is called from scheduled task
-