Class SenderProfileReloader
java.lang.Object
org.apache.synapse.transport.dynamicconfigurations.DynamicProfileReloader
org.apache.synapse.transport.dynamicconfigurations.SenderProfileReloader
Profile re-loader for nhttp and pass-through SSL senders
-
Field Summary
Fields inherited from class org.apache.synapse.transport.dynamicconfigurations.DynamicProfileReloader
fileUpdateNotificationHandler -
Constructor Summary
ConstructorsConstructorDescriptionSenderProfileReloader(SSLProfileLoader profileLoader, org.apache.axis2.description.ParameterInclude transportOutDescription) -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyFileUpdate(boolean isScheduled) Notification method triggers 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
-
SenderProfileReloader
public SenderProfileReloader(SSLProfileLoader profileLoader, org.apache.axis2.description.ParameterInclude transportOutDescription)
-
-
Method Details
-
notifyFileUpdate
public void notifyFileUpdate(boolean isScheduled) Notification method triggers by FileUpdateNotifier and SSLProfileInvoker- Specified by:
notifyFileUpdatein classDynamicProfileReloader- Parameters:
isScheduled- Boolean value for specify whether this is called from scheduled task
-